Closed
Bug 479007
Opened 16 years ago
Closed 16 years ago
breakpad sends wrong module list and version info When multiple firefox.exe is running
Categories
(Toolkit :: Crash Reporting, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: masa141421356, Unassigned)
Details
Using
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090217
Minefield/3.2a1pre
and
Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.0.6) Gecko/2009011913 Firefox/3.0.6
When using multiple firefox.exe with -no-remote option,
breakpad may send wrong version info and module list.
Steps to reproduce:
1.execute Firefox 3.0.6 with -p branch -no-remote option.
2.execute Firefox Trunk with -p trunk -no-remote option.
3.make Firefox Trunk to crash using some bug
4.send crash report.
Actual Result:
bp-389bc436-e7e9-4548-adb4-0c07b2090217 is crash report of Firefox Trunk.
But it contains Fx3's module list and version information.
Expected result:
Crash report should contain correct module list and version information.
Comment 1•16 years ago
|
||
I don't see anything in that crash report that indicates that it's anything but a Firefox 3.0.6 crash report. Perhaps you got mixed up somehow? The version info says 3.0.6, the Build ID is correct, the modules are all correct for 3.0.6, the symbols match the module list, and the stack trace has reasonable symbols. What makes you think this is a trunk crash report at all?
Reporter | ||
Comment 2•16 years ago
|
||
This is INVALID.
I mistaked which Firefox.exe crashed.
I tested bug is bug 345161 on trunk.
But tetscase of the bug causes infinitly growth of memory usage, and it causes Low memory of OS.
And, some code executed automatically by timer on Fx3.0.6, causes crash by an"Out of memory" problem.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•