Re: JavaScript stack trace in ABRT bug reports

2014-05-12 Thread Jasper St. Pierre
Hi Jakub, That sounds fine, and I'll review any patch to gjs you guys submit. Just curious, have you investigated what Mozilla does for their stack traces? We can't be the only ones having this issue. A little Googling suggests there might be a way to grab a JS stack trace out of a core dump file,

JavaScript stack trace in ABRT bug reports

2014-03-26 Thread Jakub Filak
Hello, I am a member of the ABRT team. We have recently found an interesting page about GNOME Shell debugging[1]. According to that page, it is possible to obtain a stack trace of executed JavaScript code in gdb. So we got an idea to include the JavaScript stack trace in Bugzilla bugs filed by ABR