1 | Thread 584 called debugger(): BMenu::AddItem(BMenuItem *, int32) this method can only be called if the menu layout is not B_ITEMS_IN_MATRIX
|
---|
2 | Reading symbols from /boot/beos/system/lib/libbe.so...(no debugging symbols found)...done.
|
---|
3 | Loaded symbols for /boot/beos/system/lib/libbe.so
|
---|
4 | Reading symbols from /boot/apps/LaunchBox/lib/liblayout.so...(no debugging symbols found)...done.
|
---|
5 | Loaded symbols for /boot/apps/LaunchBox/lib/liblayout.so
|
---|
6 | Reading symbols from /boot/beos/system/lib/libtranslation.so...
|
---|
7 | (no debugging symbols found)...done.
|
---|
8 | Loaded symbols for /boot/beos/system/lib/libtranslation.so
|
---|
9 | Reading symbols from /boot/beos/system/lib/libroot.so...done.
|
---|
10 | Loaded symbols for /boot/beos/system/lib/libroot.so
|
---|
11 | Reading symbols from /boot/beos/system/lib/libstdc++.r4.so...done.
|
---|
12 | Loaded symbols for /boot/beos/system/lib/libstdc++.r4.so
|
---|
13 |
|
---|
14 | [Switching to team /boot/apps/LaunchBox/LaunchBox (584) thread LaunchBox (584)]
|
---|
15 | 0x004a263f in _kern_debugger () from /boot/beos/system/lib/libroot.so
|
---|
16 | (gdb) bt
|
---|
17 | #0 0x004a263f in _kern_debugger () from /boot/beos/system/lib/libroot.so
|
---|
18 | #1 0x0049d8bf in debugger () from /boot/beos/system/lib/libroot.so
|
---|
19 | #2 0x002eea2f in BMenu::AddItem () from /boot/beos/system/lib/libbe.so
|
---|
20 | #3 0x002eeb25 in BMenu::AddItem () from /boot/beos/system/lib/libbe.so
|
---|
21 | #4 0x0042f528 in MWindow::initobject ()
|
---|
22 | from /boot/apps/LaunchBox/lib/liblayout.so
|
---|
23 | #5 0x00430204 in MWindow::MWindow ()
|
---|
24 | from /boot/apps/LaunchBox/lib/liblayout.so
|
---|
25 | #6 0x0020eb5a in MainWindow::MainWindow ()
|
---|
26 | #7 0x0020c800 in App::ReadyToRun ()
|
---|
27 | #8 0x002a83ce in BApplication::DispatchMessage ()
|
---|
28 | from /boot/beos/system/lib/libbe.so
|
---|
29 | #9 0x002b20e5 in BLooper::task_looper () from /boot/beos/system/lib/libbe.so
|
---|
30 | #10 0x002a73a7 in BApplication::Run () from /boot/beos/system/lib/libbe.so
|
---|
31 | #11 0x0020e4e7 in main ()
|
---|
32 | (gdb)
|
---|