Closed
Bug 282397
Opened 20 years ago
Closed 20 years ago
MozillaTrunk symbols missing for Linux builds since mid-January
Categories
(Core Graveyard :: Talkback Client, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jay, Assigned: chase)
Details
Looks like we haven't been getting symbols uploaded for Linux seamonkey builds since January. Chase is looking into it.
| Reporter | ||
Comment 1•20 years ago
|
||
nominating for blocking1.8b
Flags: blocking1.8b?
QA Contact: chofmann → jay
Comment 2•20 years ago
|
||
see Bug 207136 Talkback data no longer reports register values for Windows builds Bug 207136 Comment #3 From Shiva Thirumazhusai 2003-05-27 09:10 PST It is a known problem.
| Reporter | ||
Comment 3•20 years ago
|
||
Herman: I'm pretty sure that other bug is referring to the register info in the detailed Talkback reports (which can now only be viewed by internal Mozilla staff). This bug is for a server related issue that is causing us to get unresolved stack frames in the Talkback reports everyone is able to lookup at http://talkback-public.mozilla.org. We simply need to figure out why the symbol info for Linux Seamonkey builds are not being uploaded to our Talkback incident processing server (so we can get nice looking stacks with functions, filenames, and line numbers).
Comment 5•20 years ago
|
||
this worksforme with linux trunk 2005021613 http://talkback-public.mozilla.org/talkback/fastfind.jsp?search=2&type=iid&id=TB3748014H
Comment 6•20 years ago
|
||
But the stack does not make sense. For example, 'ComputeBackgroundAnchorPoint' does not have a call to 'RenderSide'.
| Reporter | ||
Comment 7•20 years ago
|
||
Talkback stacks don't always make sense...but the symbols are now there for Linux builds, so marking this fixed.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 8•20 years ago
|
||
(In reply to comment #7) > Talkback stacks don't always make sense... I am aware of that. It is unusual that the entire stack is unuseable though, in my experience there are usually something at the beginning that does make sense, like main() for example. The 5-6 latest talkback data I have submitted are all unuseable (the entire stack does not make sense), that seems unlikely... Could you please verify that symbols are working on Linux by manually doing a crash using a abort() or something that does not mess up the stack. Thanks.
You've tried a build in the last few days?
| Assignee | ||
Comment 10•20 years ago
|
||
(In reply to comment #8) > I am aware of that. It is unusual that the entire stack is unuseable though, > in my experience there are usually something at the beginning that does make > sense, like main() for example. The 5-6 latest talkback data I have submitted > are all unuseable (the entire stack does not make sense), that seems unlikely... I think the GTK1 and GTK2 SeaMonkey builds are occasionally smashing each other's symbols. This happens if they end up with the same build ID (since they're both Linux with the same product and version). We'll probably need to file a new bug for that if it turns out to be the case.
Comment 11•20 years ago
|
||
(In reply to comment #10) > I think the GTK1 and GTK2 SeaMonkey builds are occasionally smashing each > other's symbols. This happens if they end up with the same build ID Yes, that is the case - filed bug 282863.
You need to log in
before you can comment on or make changes to this bug.
Description
•