Closed
Bug 1480654
Opened 7 years ago
Closed 7 years ago
libmozavutil.so: terminate called after throwing an instance of 'std::runtime_error'
Categories
(Firefox Build System :: General, defect, P5)
Firefox Build System
General
Tracking
(firefox63 fixed)
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: glandium)
References
Details
Attachments
(1 file)
Filed by: nbeleuzu [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=191752227&repo=autoland
https://queue.taskcluster.net/v1/task/EQZCnUBWTOe3TTNxjSSOlw/runs/0/artifacts/public/logs/live_backing.log
[task 2018-08-03T01:52:33.967Z] 01:52:33 INFO - package> ../../dist/firefox/liblgpllibs.so: No gain. Skipping
[task 2018-08-03T01:52:33.967Z] 01:52:33 INFO - package> ../../dist/firefox/libmozavutil.so: terminate called after throwing an instance of 'std::runtime_error'
[task 2018-08-03T01:52:33.967Z] 01:52:33 INFO - package> what(): malformed .eh_frame
[task 2018-08-03T01:52:33.967Z] 01:52:33 INFO - package> Traceback (most recent call last):
[task 2018-08-03T01:52:33.967Z] 01:52:33 INFO - package> File "/builds/worker/workspace/build/src/toolkit/mozapps/installer/packager.py", line 339, in <module>
[task 2018-08-03T01:52:33.967Z] 01:52:33 INFO - package> main()
[task 2018-08-03T01:52:33.967Z] 01:52:33 INFO - package> File "/builds/worker/workspace/build/src/toolkit/mozapps/installer/packager.py", line 333, in main
[task 2018-08-03T01:52:33.968Z] 01:52:33 INFO - package> copier.copy(args.destination)
[task 2018-08-03T01:52:33.968Z] 01:52:33 INFO - package> File "/builds/worker/workspace/build/src/python/mozbuild/mozpack/copier.py", line 431, in copy
[task 2018-08-03T01:52:33.968Z] 01:52:33 INFO - package> copy_results.append((destfile, f.copy(destfile, skip_if_older)))
[task 2018-08-03T01:52:33.968Z] 01:52:33 INFO - package> File "/builds/worker/workspace/build/src/python/mozbuild/mozpack/files.py", line 296, in copy
[task 2018-08-03T01:52:33.968Z] 01:52:33 INFO - package> elfhack(dest)
[task 2018-08-03T01:52:33.968Z] 01:52:33 INFO - package> File "/builds/worker/workspace/build/src/python/mozbuild/mozpack/executables.py", line 124, in elfhack
[task 2018-08-03T01:52:33.968Z] 01:52:33 INFO - package> errors.fatal('Error executing ' + ' '.join(cmd))
[task 2018-08-03T01:52:33.969Z] 01:52:33 INFO - package> File "/builds/worker/workspace/build/src/python/mozbuild/mozpack/errors.py", line 103, in fatal
[task 2018-08-03T01:52:33.969Z] 01:52:33 INFO - package> self._handle(self.FATAL, msg)
[task 2018-08-03T01:52:33.969Z] 01:52:33 INFO - package> File "/builds/worker/workspace/build/src/python/mozbuild/mozpack/errors.py", line 98, in _handle
[task 2018-08-03T01:52:33.969Z] 01:52:33 INFO - package> raise ErrorMessage(msg)
[task 2018-08-03T01:52:33.969Z] 01:52:33 INFO - package> mozpack.errors.ErrorMessage: Error: Error executing /builds/worker/workspace/build/src/obj-firefox/build/unix/elfhack/elfhack ../../dist/firefox/libmozavutil.so
[task 2018-08-03T01:52:33.969Z] 01:52:33 INFO - package> /builds/worker/workspace/build/src/toolkit/mozapps/installer/packager.mk:22: recipe for target 'stage-package' failed
[task 2018-08-03T01:52:33.969Z] 01:52:33 INFO - package> make[5]: *** [stage-package] Error 1
[task 2018-08-03T01:52:33.970Z] 01:52:33 INFO - package> make[5]: Leaving directory '/builds/worker/workspace/build/src/obj-firefox/browser/installer'
[task 2018-08-03T01:52:33.970Z] 01:52:33 INFO - package> /builds/worker/workspace/build/src/toolkit/mozapps/installer/packager.mk:88: recipe for target 'make-package' failed
[task 2018-08-03T01:52:33.970Z] 01:52:33 INFO - package> make[4]: *** [make-package] Error 2
[task 2018-08-03T01:52:33.970Z] 01:52:33 INFO - package> /builds/worker/workspace/build/src/config/rules.mk:423: recipe for target 'default' failed
[task 2018-08-03T01:52:33.970Z] 01:52:33 INFO - package> make[3]: *** [default] Error 2
[task 2018-08-03T01:52:33.970Z] 01:52:33 INFO - package> /builds/worker/workspace/build/src/browser/build.mk:6: recipe for target 'package' failed
[task 2018-08-03T01:52:33.971Z] 01:52:33 INFO - package> make[2]: *** [package] Error 2
[task 2018-08-03T01:52:33.971Z] 01:52:33 INFO - /builds/worker/workspace/build/src/build/moz-automation.mk:89: recipe for target 'automation/package' failed
[task 2018-08-03T01:52:33.971Z] 01:52:33 INFO - make[1]: *** [automation/package] Error 2
[task 2018-08-03T01:52:33.971Z] 01:52:33 INFO - make[1]: *** Waiting for unfinished jobs....
Comment hidden (mozreview-request) |
![]() |
||
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8997260 [details]
Bug 1480654 - Allow empty eh_frame entries.
https://reviewboard.mozilla.org/r/261130/#review268222
Attachment #8997260 -
Flags: review?(nfroyd) → review+
Pushed by ncsoregi@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d2eea4c02840
Allow empty eh_frame entries. r=froydnj
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•