Open
Bug 570286
Opened 15 years ago
Updated 2 years ago
Stack dumper should output architecture
Categories
(Core :: XPCOM, defect)
Tracking
()
NEW
People
(Reporter: jruderman, Unassigned)
Details
Split from bug 550335 comment 8:
With universal builds of Firefox, the stack fixers (in tools/rb) have no way to know whether "XUL + 0x00302E00" refers to the 32-bit part or the 64-bit part of the library. The stack dumper should probably be changed to indicate the architecture (x86, x86_64, etc).
Reporter | ||
Updated•14 years ago
|
Blocks: support-10.6_x64
Reporter | ||
Comment 1•14 years ago
|
||
This isn't as much of a problem as I thought. It's easy to work around when the binary is not a universal binary, and nobody makes universal debug builds.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•