Closed
Bug 404893
Opened 18 years ago
Closed 18 years ago
crash reporter fails to submit
Categories
(Toolkit :: Crash Reporting, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9beta2
People
(Reporter: moco, Assigned: ted)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
722 bytes,
patch
|
moco
:
review+
|
Details | Diff | Splinter Review |
unable to manually submit pending .dmp files using the nightly crash reporter
But, I had about 20 pending reports, and Ted (luser in irc) pointed me in the right direction on how to submit them manually:
# cd /Users/sspitzer/Library/Application Support/Firefox/Crash Reports/
# mkdir manual
# mv pending/* manual
# cd manual
# ls *.dmp | xargs -n1 ~/Desktop/Firefox.app/Contents/MacOS/crashreporter.app/Contents/MacOS/crashreporter
That will bring up the crash reporter UI for each .dmp file in /Users/sspitzer/Library/Application Support/Firefox/Crash Reports/pending
Note, submit.log doesn't appear to be updated, but at least I have the bp-*.txt files in the "submitted" folder
Note, in order to manually submit, I had to use the crash reporter that shipped with Fx 3 b 1. (The one from the latest trunk nightly doesn't submit for me when I do the same trick. It just silently moves the .dmp and the .extra files back into the "pending" directory)
| Reporter | ||
Comment 1•18 years ago
|
||
the reported that failed was the one that came with
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9b2pre) Gecko/2007112104 Minefield/3.0b2pre
The command I was using was:
# ls *.dmp | xargs -n1
~/Desktop/Minefield.app/Contents/MacOS/crashreporter.app/Contents/MacOS/crashreporter
In case it matters:
/Users/sspitzer/Library/Application Support/Firefox/Crash Reports/
and
~/Desktop/Firefox.app/Contents/MacOS/crashreporter.app/Contents/MacOS/crashreporter
worked, but:
/Users/sspitzer/Library/Application Support/Firefox/Crash Reports/
and
~/Desktop/Minefield.app/Contents/MacOS/crashreporter.app/Contents/MacOS/crashreporter
did not.
| Reporter | ||
Comment 2•18 years ago
|
||
also worth nothing that with that nightly, I have been very crashy, and had about 60 crash reports pending, which is how all this got started.
| Assignee | ||
Comment 3•18 years ago
|
||
This is almost assuredly fallout from bug 401960. I think I'm going to back out that patch until I get a better fix in, since this means we won't be getting any crash reports on mac right now(!)
Blocks: 401960
Summary: unable to manually submit pending .dmp files using the nightly crash reporter → crash reporter fails to submit
| Assignee | ||
Comment 4•18 years ago
|
||
Assignee: nobody → ted.mielczarek
Status: NEW → ASSIGNED
| Reporter | ||
Comment 5•18 years ago
|
||
Comment on attachment 289769 [details] [diff] [review]
band-aid fix, effectively undo bug 401960 for now
r=sspitzer, since ted tells me he tested and this make the reporter work again (and he reopened bug #401960)
Attachment #289769 -
Flags: review+
| Assignee | ||
Comment 6•18 years ago
|
||
Checked this in, I'll get a real fix for bug 401960 at some point, but that's not super critical, and this was simpler than backing that out, and just as effective. Thanks to Seth for his sleuthing here, I just completely missed this!
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Version: unspecified → Trunk
Updated•18 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•