From: Dara H. <dha...@ya...> - 2004-07-22 01:08:47
|
--- Gwenole Beauchesne <gb...@di...> wrote: Hello, > In video_vosf.h (video_vosf_profitable), you can try > to return false; > immediately as the first statement. You then need to > rebuild > video_x.cpp or video_sdl.cpp, depending on the video > output driver you > chose. Thanks. Gave this a try. This results in my getting the grey boot screen sooner, but the same crash remains. > > If you build the binary yourself, you can notice it > prints the Pogram counter Right. Is this information useful to you? Running it under gdb I get the following backtrace: #0 0x900429ac in kill () #1 0x0002c048 in catch_exception_raise () #2 0x0000570c in ?? () #3 0x0002d814 in catch_exception_raise () #4 0x909f7184 in _nsnote_callback () #5 0x901aa650 in __CFXNotificationPost () #6 0x901af060 in _CFXNotificationPostNotification () #7 0x909f4fd0 in -[NSNotificationCenter postNotificationName:object:userInfo:] () #8 0x92ee37b8 in -[NSApplication _postDidFinishNotification] () #9 0x92ee36a4 in -[NSApplication _sendFinishLaunchingNotification] () #10 0x92ee38d4 in -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] () #11 0x90a4a544 in -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] () #12 0x90a50c6c in _NSAppleEventManagerGenericHandler () #13 0x9167ea68 in aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) () #14 0x916818b0 in dispatchEventAndSendReply(AEDesc const*, AEDesc*) () #16 0x928c47f4 in AEProcessAppleEvent () #17 0x92dd2c0c in _DPSNextEvent () #18 0x92de93b0 in -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] () #19 0x92dfd718 in -[NSApplication run] () #20 0x0002d79c in catch_exception_raise () #21 0x0002da60 in catch_exception_raise () #22 0x00004eec in ?? () #23 0x00004d60 in ?? () Working off the crashreporter log on the other hand, using gdb disass as you suggested gives: __clz_tab On a different note, as mentioned it does continue following the crash. I'm using a MacOS 7.6 CD with an 8500 ROM, and immediately after the crash, I get the happy mac, then the cd spins down, and ejects. The only message I get is: ioctl(DKIOCEJECT) failed on file /dev/disk1: Bad file descriptor Thanks, Dara __________________________________ Do you Yahoo!? Vote for the stars of Yahoo!'s next ad campaign! http://advision.webevents.yahoo.com/yahoo/votelifeengine/ |