Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#5243 closed bug (fixed)

VirtualMemory prefs crash

Reported by: humdinger Owned by: axeld
Priority: normal Milestone: R1
Component: Preferences/VirtualMemory Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

This is hrev35024.

Launching the VM prefs crashes with this backtrace:

[tcsetpgrp failed in terminal_inferior: Invalid Argument]
[Switching to team /boot/system/preferences/VirtualMemory (2400) thread VirtualMemory (2400)]
0xffff0114 in ?? ()
(gdb) bt
#0  0xffff0114 in ?? ()
#1  0x0051cf23 in debugger () from /boot/system/lib/libroot.so
#2  0x0036021c in BView::_AddChild () from /boot/system/lib/libbe.so
#3  0x002f971f in BLayout::AddItem () from /boot/system/lib/libbe.so
#4  0x002f4611 in BGroupLayout::AddItem () from /boot/system/lib/libbe.so
#5  0x002f97f2 in BLayout::AddView () from /boot/system/lib/libbe.so
#6  0x002f465b in BGroupLayout::AddView () from /boot/system/lib/libbe.so
#7  0x002f9398 in BLayout::AddView () from /boot/system/lib/libbe.so
#8  0x002f467e in BGroupLayout::AddView () from /boot/system/lib/libbe.so
#9  0x002f4c32 in BGroupLayoutBuilder::Add () from /boot/system/lib/libbe.so
#10 0x00207a7a in SettingsWindow::SettingsWindow ()
#11 0x00206313 in VirtualMemory::ReadyToRun ()
#12 0x002a9452 in BApplication::DispatchMessage ()
   from /boot/system/lib/libbe.so
#13 0x002b435b in BLooper::task_looper () from /boot/system/lib/libbe.so
#14 0x002a9a02 in BApplication::Run () from /boot/system/lib/libbe.so
#15 0x002064fe in main ()

Change History (4)

comment:1 by bonefish, 14 years ago

You have snipped the line giving the reason for the crash. Judging from the stack trace it is a debugger() call in BView::_AddChild(), but there are two candidates in the function. In case you still have the syslog, it would also have been logged there.

comment:2 by humdinger, 14 years ago

Ah, that would be the line above all the symbol loading, right? It's:

Thread 2400 called debugger(): AddChild failed - the view already has a parent.

comment:3 by julun, 14 years ago

Resolution: fixed
Status: newclosed

Fixed in hrev35033.

comment:4 by humdinger, 14 years ago

Thanks. That was quick. :)

Note: See TracTickets for help on using tickets.