Opened 13 years ago
Closed 13 years ago
#8091 closed bug (fixed)
[Debugger] crashes in n BSplitLayout::_ValidateMinMax ()
Reported by: | diver | Owned by: | anevilyak |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Debugger | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | #8099 | |
Platform: | All |
Description
This is hrev43191, gcc2hybrid.
Don't know how to reproduce it yet.
Thread 5381 caused an exception: Segment violation [...] [Switching to team /boot/system/apps/Debugger (5351) thread w>/boot/system/apps/StyledEdit (5381)] 0x005a838f in BSplitLayout::_ValidateMinMax () from /boot/system/lib/libbe.so (gdb) bt #0 0x005a838f in BSplitLayout::_ValidateMinMax () from /boot/system/lib/libbe.so #1 0x005a60cc in BSplitLayout::BaseMinSize () from /boot/system/lib/libbe.so #2 0x0052639b in BAbstractLayout::MinSize () from /boot/system/lib/libbe.so #3 0x005c7813 in BTwoDimensionalLayout::LocalLayouter::AddConstraints () from /boot/system/lib/libbe.so #4 0x005c67a1 in BTwoDimensionalLayout::CompoundLayouter::_AddConstraints () from /boot/system/lib/libbe.so #5 0x005c650f in BTwoDimensionalLayout::CompoundLayouter::ValidateMinMax () from /boot/system/lib/libbe.so #6 0x005c7382 in BTwoDimensionalLayout::LocalLayouter::ValidateMinMax () from /boot/system/lib/libbe.so #7 0x005c6099 in BTwoDimensionalLayout::_ValidateMinMax () from /boot/system/lib/libbe.so #8 0x005c5794 in BTwoDimensionalLayout::BaseMinSize () from /boot/system/lib/libbe.so #9 0x0052639b in BAbstractLayout::MinSize () from /boot/system/lib/libbe.so #10 0x005d2332 in BView::MinSize () from /boot/system/lib/libbe.so #11 0x005da10f in BWindow::UpdateSizeLimits () from /boot/system/lib/libbe.so #12 0x005dc908 in BWindow::Layout () from /boot/system/lib/libbe.so #13 0x005d9c5a in BWindow::DispatchMessage () from /boot/system/lib/libbe.so #14 0x00304a46 in TeamWindow::DispatchMessage () #15 0x005de06c in BWindow::task_looper () from /boot/system/lib/libbe.so #16 0x005093df in BLooper::_task0_ () from /boot/system/lib/libbe.so #17 0x0091395f in thread_entry () from /boot/system/lib/libroot.so #18 0x7823bfec in ?? () (gdb)
Attachments (1)
Change History (10)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Status: | new → in-progress |
---|
comment:3 by , 13 years ago
It happens after opening debugger window, changing vertical splitter position, closing debugger and reopening again.
comment:4 by , 13 years ago
Thus far I've been completely unable to reproduce the problem, even with those steps. Can you by any chance attach the output of thread apply all bt
when it happens for you?
by , 13 years ago
Attachment: | TeamWindow.patch added |
---|
comment:5 by , 13 years ago
patch: | 0 → 1 |
---|
comment:7 by , 13 years ago
Blocking: | 8099 added |
---|
comment:9 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
Note:
See TracTickets
for help on using tickets.
I suspect I know why....can you confirm that this occurred when it was first opening the debugger window, and not just randomly at runtime?