Because of the way the debugger freezes (and because it would take
years to load 87000 stack frames), I'm having a terrible time
tracing the error.
Perhaps try starting the app in the terminal from gdb? Then, when it
crashes, run "backtrace 50" to get the last 50 stack frames. This may
avoid having to parse the entire stack. You might even be able to get
the outermost stack frames by specifying -50.
--
Mike Blaguszewski / Cocoa Hacker / Ambrosia Software, Inc.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com