Closed
Bug 382475
Opened 18 years ago
Closed 18 years ago
Add Breakpad support to Mozilla's Bugzilla
Categories
(bugzilla.mozilla.org :: General, defect)
bugzilla.mozilla.org
General
Tracking
()
VERIFIED
FIXED
People
(Reporter: samuel.sidler+old, Assigned: reed)
References
()
Details
Currently, with talkback, I can link directly to a talkback ID by going TB12345678GR or what have you. We should be able to do something similar with Breakpad. Given that Breakpad is using UUIDs, I'm not sure what the simplest way to do this will be. Ideas:
Crash b82f3294-0e51-11dc-8e7d-001a4bd46e84
BPID b82f3294-0e51-11dc-8e7d-001a4bd46e84
BP b82f3294-0e51-11dc-8e7d-001a4bd46e84
Comment 1•18 years ago
|
||
Socorro returns IDs of the form bp-9acbb26e-0324-11dc-a409-001321b0783d, but it doesn't currently support using them with the bp- prefix. :) I think we need to fix the server to support those, then linkification should be easy.
Comment 2•18 years ago
|
||
Well, I would prefer that the linkified ID bp-9acbb26e-0324-11dc-a409-001321b0783d link to http://crash-stats.mozilla.com/report/index/9acbb26e-0324-11dc-a409-001321b0783d
| Assignee | ||
Updated•18 years ago
|
Assignee: justdave → reed
OS: Mac OS X → All
Hardware: PC → All
| Assignee | ||
Comment 3•18 years ago
|
||
Implemented on prodpatches. Check out https://landfill.bugzilla.org/prodpatches/show_bug.cgi?id=847#c3 and let me know if that's ok. If it is, this will go live during the next Bugzilla upgrade.
Status: NEW → ASSIGNED
| Reporter | ||
Comment 4•18 years ago
|
||
Beside the links going to the wrong server, it looks good to me. Benjamin linked to crash-stats.m.c in comment 2, but the live server appears to be crash-reports.m.c. Benjamin, which host is the correct one?
| Reporter | ||
Comment 5•18 years ago
|
||
Oh, additionally, the URL I gave when I filed this bug goes to /reports/report/index/UUIDGOESHERE. Is that not really the case? The URI given in comment 2 appears to remove the first /reports/ from the URI.
Comment 6•18 years ago
|
||
The correct URL for the production server will be the one I listed. The current crash-reports.mozilla.com URL is temporary.
Are all mozilla.org projects going to be using/permitted to use the Socorro instance reporting at crash-stats.mozilla.com?
If there are going to be separate MoCo and community servers (like seems to be in the cards for AUS, as alluded to in bug 381420), it seems like that will totally break breakpad linking for reports generated by non-MoCo projects ;)
Comment 8•18 years ago
|
||
We're not sure about that yet (probably yes), but if they are on different servers they will use different prefixes.
| Assignee | ||
Comment 9•18 years ago
|
||
This was pushed live in tonight's bmo upgrade.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•18 years ago
|
Status: RESOLVED → VERIFIED
Updated•14 years ago
|
Component: Bugzilla: Other b.m.o Issues → General
Product: mozilla.org → bugzilla.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•