WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
69627
change backtrace notation
https://bugs.webkit.org/show_bug.cgi?id=69627
Summary
change backtrace notation
Gavin Peters
Reported
2011-10-07 07:52:35 PDT
change backtrace notation
Attachments
Patch
(2.54 KB, patch)
2011-10-07 07:56 PDT
,
Gavin Peters
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Gavin Peters
Comment 1
2011-10-07 07:56:26 PDT
Created
attachment 110145
[details]
Patch
Gavin Peters
Comment 2
2011-10-07 07:59:09 PDT
Comment on
attachment 110145
[details]
Patch Here, separated out from my regression fix yesterday, are some updates to backtrace notation. Gavin suggested the inverted numbering; after playing with it for a while I agree with his reasoning: it is easier to compare two backtraces when they are numbered like this. On my machine, __libc_main is always 3, etc... etc...
mitz
Comment 3
2011-10-07 08:25:06 PDT
The proposed numbering is inconsistent with how gdb refers to stack frames as well as how they are numbered in OS X crash reports. This can be really confusing.
Gavin Peters
Comment 4
2011-10-07 08:39:04 PDT
Yes, it is inverted from almost every other tool I've seen. gdb numbers as 0, 1, ... to terminus. The increase of the framesToShow was also important to make the inverted numbering working; when inverted numbering is clipped, you lose the ability to compare successive stack traces, since they'll start where they're clipped, and not at main. Gavin, WDYT? Can this circle be squared? Perhaps two numbering columns, the first # prefixed and increasing, the second decreasing? That's almost more confusing...
Gavin Peters
Comment 5
2011-11-14 16:40:08 PST
Gavin Barraclaugh hasn't stepped up to defend this change, which I made at his request, so I'm closing it WONTFIX.
Eric Seidel (no email)
Comment 6
2011-12-19 11:11:11 PST
Comment on
attachment 110145
[details]
Patch Cleared review? from
attachment 110145
[details]
so that this bug does not appear in
http://webkit.org/pending-review
. If you would like this patch reviewed, please attach it to a new bug (or re-open this bug before marking it for review again).
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug