Closed
Bug 554842
Opened 15 years ago
Closed 15 years ago
Erroneous 'Program terminated unsuccessfully' message from cfx on Windows
Categories
(Add-on SDK Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: avarma, Unassigned)
References
Details
Attachments
(1 file, 5 obsolete files)
For example, 'cfx test' might emit the following output on Windows:
"""
.........................................................................................................................................................................................................
Malloc bytes allocated (in use by application): 8834592
Malloc bytes mapped (not necessarily committed): 17678336
Malloc bytes committed (r/w) in default zone: 8833744
Malloc bytes allocated (in use) in default zone: 16629760
Tracked memory objects in testing sandbox: 2
201 of 201 tests passed.
OK
Total time: 6.139673 seconds
Program terminated unsuccessfully.
"""
Everything appears to go ok, yet cfx still seems to think that the program died.
Note that this problem may occur on multiple platforms; it occurred on OS X, for instance, but was fixed in http://hg.mozilla.org/labs/jetpack-sdk/rev/40d3d4dff99f.
Reporter | ||
Comment 1•15 years ago
|
||
Reporter | ||
Comment 2•15 years ago
|
||
Reporter | ||
Updated•15 years ago
|
Attachment #434777 -
Attachment is obsolete: true
Reporter | ||
Comment 3•15 years ago
|
||
Reporter | ||
Updated•15 years ago
|
Attachment #434780 -
Attachment is obsolete: true
Reporter | ||
Comment 4•15 years ago
|
||
The doctest I added in the patch actually failed against my OS X machine, so I updated it to support that. It should work on Linux too, but I haven't actually tested it on that.
Reporter | ||
Comment 5•15 years ago
|
||
Reporter | ||
Updated•15 years ago
|
Attachment #434800 -
Attachment is obsolete: true
Reporter | ||
Comment 6•15 years ago
|
||
Reporter | ||
Updated•15 years ago
|
Attachment #434802 -
Attachment is obsolete: true
Reporter | ||
Comment 7•15 years ago
|
||
Reporter | ||
Updated•15 years ago
|
Attachment #434895 -
Attachment is obsolete: true
Reporter | ||
Comment 8•15 years ago
|
||
I tested this out on Windows 7, Linux (Ubuntu), and OS X and it works fine.
Pushed: http://hg.mozilla.org/labs/jetpack-sdk/rev/ae35f94c48ca
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 10•14 years ago
|
||
The Add-on SDK is no longer a Mozilla Labs experiment and has become a big enough project to warrant its own Bugzilla product, so the "Add-on SDK" product has been created for it, and I am moving its bugs to that product.
To filter bugmail related to this change, filter on the word "looptid".
Component: Jetpack SDK → General
Product: Mozilla Labs → Add-on SDK
QA Contact: jetpack-sdk → general
Version: Trunk → unspecified
You need to log in
before you can comment on or make changes to this bug.
Description
•