Closed
Bug 6100
Opened 26 years ago
Closed 22 years ago
Output useful information about why the tree is orange
Categories
(Webtools Graveyard :: Tinderbox, enhancement, P4)
Tracking
(Not tracked)
RESOLVED
FIXED
Future
People
(Reporter: lennox, Assigned: leaf)
References
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
With this patch, build-moz-smoke.pl will output what a binary did to turn the
tree orange -- rather than just telling you it "crashed or quit", it'll either
say "exited with status X" or "died on signal Y".
The patch also cleans up some useless code in the binary execution: turning off
buffering in Perl doesn't carry over after exec(), unfortunately. (I've posted
a comment about this on netscape.public.mozilla.builds and .unix.)
(I wasn't sure whether this patch should go in bugzilla for the browser or
webtools; I hope this is okay.)
Reporter | ||
Comment 1•26 years ago
|
||
Updated•26 years ago
|
Assignee: terry → leaf
Comment 2•26 years ago
|
||
This is in the part of tinderbox that leaf has more knowledge of than I do.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•26 years ago
|
||
Sorry this took so long, i'll work on this today.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M6 → M7
Assignee | ||
Comment 4•26 years ago
|
||
yeah, i still need to do this, setting to M7, since this isn't blocking anyone
clearing the milestone flag on this.
leaf, had you had a chance to look at the attachment? will this work? if you
don't know, please shove over to briano.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → LATER
Assignee | ||
Comment 7•26 years ago
|
||
I don't get the status of the closed process, but i do get some meaningful
output. When someone has time, a better solution is to check for a core file,
and get a stack trace of it. I'm not going to get to this before my vacation,
though, so i'm going to later this.
Comment 8•23 years ago
|
||
LATER is deprecated per bug 35839.
Status: RESOLVED → REOPENED
Resolution: LATER → ---
Comment 9•23 years ago
|
||
is this still an issue or can it be resolved/fixed or wontfix?
Priority: P3 → P4
Target Milestone: --- → Future
Comment 10•23 years ago
|
||
i think we report exit status now, this patch is way old, I think mark wontfix.
Assignee | ||
Comment 11•22 years ago
|
||
this was fixed a while ago.
Status: REOPENED → RESOLVED
Closed: 26 years ago → 22 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•