Changes between Initial Version and Version 1 of Ticket #8649, comment 21


Ignore:
Timestamp:
Jun 27, 2012, 10:24:01 PM (12 years ago)
Author:
ttcoder

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8649, comment 21

    initial v1  
    44
    55But I guess this one ticket is now closer to being resolved and could be retitled as "mpu401 driver makes Haiku hang at boot-up" or something.
     6
     7 ---
     8
     9EDIT:
     10
     11ok 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)]
     160x009089ec 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 ?? ()
     36Current language:  auto; currently c++
     37(gdb)
     38
     39}}}
     40
     41
     42I am making this text a stealth edit to not trigger unneeded email notification noise, will wait until Dane's positive confirmation first.