PHILIP DOW Douglas is right. So far two users, Douglas and one other, have reported a particular startup crash under OS 10.3.9. Unfortunately, I cannot reproduce the crash on my machine and I cannot figure out where the crash is occuring. The crash log is simply not helpful enough. If there are any developers out there and you have an idea what it might be, please let me know. The crash occurs as the NIB loads and an NSView (which one?!) tries to draw itself. An excerpt from the log follows: 0 com.apple.Foundation 0x90a8d318 _NSRaiseError + 0xf8 1 com.apple.AppKit 0x92e7751c -[NSView _drawRect:clip:] + 0x7c8 2 com.apple.AppKit 0x92e87f08 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 0xe8 3 com.apple.AppKit 0x92ebdc7c _recursiveDisplayInRect2 + 0x54 4 com.apple.CoreFoundation 0x901cf16c CFArrayApplyFunction + 0x198 5 com.apple.AppKit 0x92e8800c -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 0x1ec 6 com.apple.AppKit 0x92ebdc7c _recursiveDisplayInRect2 + 0x54 7 com.apple.CoreFoundation 0x901cf16c CFArrayApplyFunction + 0x198 8 com.apple.AppKit 0x92e8800c -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 0x1ec 9 com.apple.AppKit 0x92ec0708 -[NSFrameView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 0x90 10 com.apple.AppKit 0x92ea7920 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 0xc0 11 com.apple.AppKit 0x92e84adc -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 0x180 12 com.apple.AppKit 0x92e9db08 -[NSView displayIfNeeded] + 0xa8 13 com.apple.AppKit 0x92eae7f8 -[NSWindow displayIfNeeded] + 0xb4 (Version 1.0.1) |