Closed
Bug 703102
Opened 13 years ago
Closed 7 years ago
Signatures containing [] don't get connected to bugs. like -[NativeMenuItemTarget menuItemHit:] (Objective-C, ObjC)
Categories
(Socorro :: Backend, task)
Socorro
Backend
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: kairo, Unassigned)
References
Details
https://crash-stats.mozilla.com/report/list?signature=-[NativeMenuItemTarget%20menuItemHit%3A] and https://crash-stats.mozilla.com/report/list?signature=%400x0%20|%20-[NativeMenuItemTarget%20menuItemHit%3A] don't link to bug reports, even though bug 670914 exists for them.
I guess that's because of the square brackets that are part of the signatures (!) but also used as delimiters.
Comment 1•13 years ago
|
||
Those are ObjC methods, FWIW.
Assignee | ||
Updated•13 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
Updated•13 years ago
|
Reporter | ||
Comment 2•13 years ago
|
||
https://crash-stats.mozilla.com/report/list?signature=-%5BNSView%28NSInternal%29%20_uninstallTrackingArea%3A%5D (bug 720390) is another example that came up recently (bug 731653 comment #1).
Reporter | ||
Comment 3•12 years ago
|
||
Bug 769894 is another case of this.
And bug 893973.
Who's the right owner for this?
Flags: needinfo?(chris.lonnen)
Comment 5•10 years ago
|
||
Unclear. It would have been me a while ago, maybe I can get to it next week. Anyone is welcome to take it earlier. If it's suddenly a priority we can find someone I'm sure.
The issue is here: https://github.com/mozilla/socorro/blob/master/socorro/cron/jobs/bugzilla.py#L243
Basically the parser doesn't keep track of bracket pairs in the signature. It needs to be modified to check for opening '[' inside an '[@' and only match the signature when it's sure to be matching the appropriate closing ']' for '[@'.
Flags: needinfo?(chris.lonnen)
Comment 6•10 years ago
|
||
I can't believe we never noticed this before. :)
Updated•10 years ago
|
Summary: Signatures containing [] don't get connected to bugs. like -[NativeMenuItemTarget menuItemHit:] → Signatures containing [] don't get connected to bugs. like -[NativeMenuItemTarget menuItemHit:] (Objective-C, ObjC)
Comment 10•9 years ago
|
||
I can also make QA, if needed.
Component: General → Backend
OS: Linux → All
Hardware: x86_64 → All
Version: Trunk → unspecified
Comment 11•7 years ago
|
||
Pretty sure this got fixed as part of bug #1366814. That bug sure sounds a lot like this one.
Marking as FIXED.
If it's still not fixed, please provide a more recent test case and I can look into it.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•