GNOME Bugzilla – Bug 596670
Generate full stack trace in gjs_move_exception
Last modified: 2009-09-29 19:45:18 UTC
Created attachment 144204 [details] [review] Generate-full-stack-trace-in-gjs_move_exception.patch Import errors are currently getting truncated stack traces, because gjs_move_exception throws away the stack information from the code which triggered the import. The attached patch adds the stack information from the triggering context to the moved exception.
Patch looks good to me.
Patch pushed.