Closed
Bug 404639
Opened 18 years ago
Closed 2 years ago
core file detection must show stacks
Categories
(NSS :: Test, defect, P2)
Tracking
(Not tracked)
RESOLVED
INACTIVE
People
(Reporter: julien.pierre, Unassigned)
Details
(Whiteboard: [nss-nofx])
When programs crash during the QA in all.sh, core files are detected. But none of the content is displayed. Sometimes the trees get deleted too quickly in tinderbox and the nightly QA, so we never get a change to look at the cores. Given this, I think it would be useful to invoke a tool to display information automatically. For example, pstack can be called on a core file to display the stack on Solaris. I am not sure about other platforms. This should be done wherever possible.
| Reporter | ||
Updated•18 years ago
|
QA Contact: nelson → slavomir.katuscak
Updated•18 years ago
|
QA Contact: slavomir.katuscak → test
Updated•18 years ago
|
Priority: -- → P2
Target Milestone: --- → 3.12
Comment 1•17 years ago
|
||
There is one bigger problem, most of machines are not configured to produce core file on failure. We need to enable it (ulimit -c) in testing script (all.sh, init.sh,...).
Comment 2•16 years ago
|
||
Unsetting target milestone in unresolved bugs whose targets have passed.
Target Milestone: 3.12 → ---
| Reporter | ||
Comment 3•16 years ago
|
||
Slavo,
This request is only asking that if your script detects a core file from one of our programs, you display its content, using pstack or any other tool appropriate for the platform. The machine configuration issues are independent of this.
This would be extremely useful, especially in tinderbox, where we can't easily access the build trees, and they get deleted quickly.
Severity: normal → major
OS: SunOS → All
Hardware: x86 → All
| Reporter | ||
Updated•16 years ago
|
Summary: enhance core file detection to show stacks → core file detection must show stacks
Comment 4•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months and this bug has priority 'P2'/severity 'major'.
:beurdouche, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: slavomir.katuscak+mozilla → nobody
Flags: needinfo?(bbeurdouche)
Comment 5•3 years ago
|
||
In the process of migrating remaining bugs to the new severity system, the severity for this bug cannot be automatically determined. Please retriage this bug using the new severity system.
Severity: major → --
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Flags: needinfo?(bbeurdouche)
Resolution: --- → INACTIVE
Whiteboard: [nss-nofx]
You need to log in
before you can comment on or make changes to this bug.
Description
•