#12800 closed bug (duplicate)
Unit test BApplication::QuitTest4 sometimes crashes
Reported by: | markh | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Kits/Application Kit | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | #14376 | Blocking: | |
Platform: | All |
Description
Sometimes when I run the unit test BApplication::QuitTest4 I get a crash (debug log attached), but this does not happen always. If it does not happen, it says the test passed.
Running hrev50329.
Small excerpt from the debug log:
state: Exception (Segment violation) Frame IP Function Name ----------------------------------------------- 0x72039038 0x5edddc BPrivate::hoardUnsbrk(void*, int32) + 0x48
Attachments (1)
Change History (6)
by , 8 years ago
Attachment: | UnitTester-2273-debug-25-05-2016-22-34-50.report added |
---|
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Component: | Build System → Kits/Application Kit |
---|---|
Owner: | changed from | to
comment:3 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 5 years ago
Blocked By: | 14376 added |
---|---|
Resolution: | → duplicate |
Status: | assigned → closed |
comment:5 by , 5 years ago
Milestone: | Unscheduled |
---|
Remove milestone for tickets with status = closed and resolution != fixed
Note:
See TracTickets
for help on using tickets.
This seems to be an heap corruption, maybe running with libroot_debug would hint more precisely at the problem. See https://www.haiku-os.org/blog/mmlr/2010-02-08_using_malloc_debug_find_memory_related_bugs .