| 6 | |
| 7 | --- |
| 8 | |
| 9 | EDIT: |
| 10 | |
| 11 | ok the stack crawl is the same-old weird problem we have when compiling TT in BeOS instead of compiling in Haiku, gotta fix that and we should be good with the "no MPU" workaround: |
| 12 | |
| 13 | |
| 14 | {{{ |
| 15 | Center/TuneTracker (216) thread w>TuneTracker (259)] |
| 16 | 0x009089ec in __class_type_info::dcast () from /boot/system/lib/libroot.so |
| 17 | (gdb) bt |
| 18 | #0 0x009089ec in __class_type_info::dcast () from /boot/system/lib/libroot.so |
| 19 | #1 0x00909647 in __dynamic_cast () from /boot/system/lib/libroot.so |
| 20 | #2 0x0037da34 in BPrivate::media::BMediaRosterEx::RegisterNode () |
| 21 | from /boot/system/lib/libmedia.so |
| 22 | #3 0x0037ee7e in BPrivate::media::BMediaRosterEx::InstantiateDormantNode () |
| 23 | from /boot/system/lib/libmedia.so |
| 24 | #4 0x0037f2fd in BMediaRoster::InstantiateDormantNode () |
| 25 | from /boot/system/lib/libmedia.so |
| 26 | #5 0x0037f42e in BMediaRoster::InstantiateDormantNode () |
| 27 | from /boot/system/lib/libmedia.so |
| 28 | #6 0x00261c4e in MediaSoundcardEnumerator::GetOrMakeMixerFor () |
| 29 | #7 0x0024319f in BigMainWindow::MessageReceived () |
| 30 | #8 0x004bc3fb in BLooper::DispatchMessage () from /boot/system/lib/libbe.so |
| 31 | #9 0x00593bc1 in BWindow::DispatchMessage () from /boot/system/lib/libbe.so |
| 32 | #10 0x00597fac in BWindow::task_looper () from /boot/system/lib/libbe.so |
| 33 | #11 0x004bd957 in BLooper::_task0_ () from /boot/system/lib/libbe.so |
| 34 | #12 0x0090e6e3 in thread_entry () from /boot/system/lib/libroot.so |
| 35 | #13 0x780f6fec in ?? () |
| 36 | Current language: auto; currently c++ |
| 37 | (gdb) |
| 38 | |
| 39 | }}} |
| 40 | |
| 41 | |
| 42 | I am making this text a stealth edit to not trigger unneeded email notification noise, will wait until Dane's positive confirmation first. |