#16027 closed bug (fixed)
app_server: crash when stacking new windows while resizing
Reported by: | X512 | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta2 |
Component: | Servers/app_server | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
This is hrev54185.
Steps to reproduce:
- Open Koder.
- Hold Alt+N.
- Repeately resize window.
- app_server will crash in
malloc
called byBRegion::_SetSize
.
Also reproducible with https://github.com/X547/HaikuUtils/tree/master/TabbedWindows and test_app_server
.
test_app_server stdout:
Assertion failed file ../src/kits/interface/RegionSupport.cpp, line 1113: top < bottom Assertion failed file ../src/kits/interface/RegionSupport.cpp, line 1113: top < bottom Assertion failed file ../src/kits/interface/RegionSupport.cpp, line 1113: top < bottom Assertion failed file ../src/kits/interface/RegionSupport.cpp, line 1113: top < bottom Assertion failed file ../src/kits/interface/RegionSupport.cpp, line 1113: top < bottom Assertion failed file ../src/kits/interface/RegionSupport.cpp, line 1113: top < bottom Assertion failed file ../src/kits/interface/RegionSupport.cpp, line 1116: r->left < r->right Assertion failed file ../src/kits/interface/RegionSupport.cpp, line 1113: top < bottom Assertion failed file ../src/kits/interface/RegionSupport.cpp, line 1113: top < bottom Assertion failed file ../src/kits/interface/RegionSupport.cpp, line 1116: r->left < r->right Assertion failed file ../src/kits/interface/RegionSupport.cpp, line 1113: top < bottom test_app_server: ../src/system/libroot/posix/malloc_hoard2/superblock.h:171:BPrivate::block* BPrivate::superblock::getBlock(): getNumAvailable() == 0 Assertion failed file ../src/kits/interface/RegionSupport.cpp, line 1113: top < bottom Assertion failed file ../src/kits/interface/RegionSupport.cpp, line 1116: r->left < r->right Assertion failed file ../src/kits/interface/RegionSupport.cpp, line 1116: r->left < r->right Assertion failed file ../src/kits/interface/RegionSupport.cpp, line 1116: r->left < r->right Assertion failed file ../src/kits/interface/RegionSupport.cpp, line 1116: r->left < r->right
Attachments (3)
Change History (6)
by , 5 years ago
Attachment: | test_app_server-1267-debug-13-05-2020-06-08-08.report added |
---|
by , 5 years ago
Attachment: | test_app_server-18024-debug-13-05-2020-06-21-19.report added |
---|
crash report when libroot_debug.so is used
by , 5 years ago
Attachment: | test_app_server-21697-debug-13-05-2020-06-26-54.report added |
---|
crash report 2 when libroot_debug.so is used
comment:3 by , 4 years ago
Milestone: | Unscheduled → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
Note:
See TracTickets
for help on using tickets.
crash report