zeeker999 / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

Stack traces should include function arguments #183

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download and extract firefox from 
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2007-05-29-04-
trunk/firefox-3.0a5pre.en-US.win32.zip
2. run firefox
get a dialog: Crash! Bang! Boom!
3. leave [x] submit crash report to Mozilla checked
4. click close
5. view the report using Socorro (it should be the mozilla.org web site, 
but it's currently: http://office.smedbergs.us/crash-
stats/report/index/2e57018f-0df5-11dc-b623-000c29e42bed

What is the expected output?
Stack of Crashing Thread should include arguments to functions

What do you see instead?
frame + signature, but no arguments.

What version of the product are you using?
breakpad rev 174

On what operating system?
Windows XP service pack 2

Original issue reported on code.google.com by timel...@gmail.com on 29 May 2007 at 3:21

GoogleCodeExporter commented 9 years ago
Processor doesn't extract function arguments right now, mento would know how
difficult that would be.

Original comment by ted.mielczarek on 29 May 2007 at 3:56

GoogleCodeExporter commented 9 years ago
Function arguments are quite important for developers on the GNOME and ubuntu
community. After discussing with ubuntu guys at UDS-Seville, they agreed that 
not
having arguments on the stacktrace is a stopper for them to use breakpad 
minidump
format instead of whole core files in apport.

Original comment by fherr...@gmail.com on 15 Jun 2007 at 7:18