The minidump-analyzer crashes on macOS with "Library not loaded: @executable_path/libmozglue.dylib"
Categories
(Toolkit :: Crash Reporting, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: spohl, Assigned: gsvelto)
References
Details
Attachments
(2 files)
Assignee | ||
Comment 1•6 years ago
|
||
This should not prevent crash reporting from working but it will reduce the amount of useful information we end up with in crash pings. Moving it to the proper component.
Reporter | ||
Comment 2•6 years ago
|
||
Here is a crash report from this morning:
https://crash-stats.mozilla.com/report/index/403f7e86-1026-4296-999a-457e10190121#allthreads
Assignee | ||
Comment 3•6 years ago
|
||
I've got a fix for this. The issue boils down to where minidump-analyzer is stored vs where libmozglue. This prevents crash pings on Mac from having stacks for the crashed thread. This isn't a huge problem right now because (almost) nobody is looking at those yet, but they'll be used soon so leaving at P1.
Comment 4•6 years ago
|
||
Hi:
This is my first message and I do not know if I put it in the right place yet.
I have a problem that I think is similar: since some versions of Firefox, using Mac OS X 10.11.6, when opening a new tab from some link it is blocked and I get the message to retry load it standard. But although it ends up working, the mac jumps a crash message similar to the first one. Related to the impossibility of loading the libmozglue.dylib library, but as a different type of exception: EXC_BREAKPOINT (SIGTRAP).
I assumed that these messages in general, were problems with bookstores offered by Apple not fully compatible with "obsolete" systems such as 10.11, and in many cases only offered for current versions. Is it like that? Is the error possible and can it be solved or not?
By the way, I'm not a developer but I thought it was more correct to ask in the Firefox development forum, not in the user group directly. In other similar cases with other programs, they relate these problems to the development of the program and to a failure in my use of it.
"Process: minidump-analyzer [1208]
Path: /Applications/Firefox.app/Contents/MacOS/crashreporter.app/Contents/MacOS/minidump-analyzer
Identifier: minidump-analyzer
Version: ???
Code Type: X86-64 (Native)
Parent Process: firefox [827]
Responsible: minidump-analyzer [1208]
User ID: 501
Date/Time: 2019-06-28 12:46:18.639 +0200
OS Version: Mac OS X 10.11.6 (15G22010)
Report Version: 11
Anonymous UUID: 246543A0-FA28-E7C5-B22D-4E86A14F31CF
Time Awake Since Boot: 3200 seconds
System Integrity Protection: enabled
Crashed Thread: 0
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Application Specific Information:
dyld: launch, loading dependent libraries
Dyld Error Message:
Library not loaded: @executable_path/libmozglue.dylib
Referenced from: /Applications/Firefox.app/Contents/MacOS/crashreporter.app/Contents/MacOS/minidump-analyzer
Reason: image not found
Binary Images:
0x7fff64a71000 - 0x7fff64aa8a47 dyld (360.22) <6B9CD3BA-2D60-3629-A0CB-AB810F55E8DD> /usr/lib/dyld
"
Regards,
Jose Luis
P.S. I do not speak English, mechanically translated message, I apologize if I do not express myself correctly.
Reporter | ||
Comment 5•5 years ago
|
||
(In reply to Gabriele Svelto [:gsvelto] from comment #3)
I've got a fix for this. The issue boils down to where minidump-analyzer is stored vs where libmozglue. This prevents crash pings on Mac from having stacks for the crashed thread. This isn't a huge problem right now because (almost) nobody is looking at those yet, but they'll be used soon so leaving at P1.
We are starting to get more reports of this issue. Could we land your fix?
Assignee | ||
Comment 7•5 years ago
|
||
I'll try to land it ASAP but I'm caught up in a bunch of other urgent stuff. Leaving the NI? flag so I don't forget.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 8•5 years ago
|
||
Updated•5 years ago
|
Comment 10•5 years ago
|
||
bugherder |
Comment 11•5 years ago
|
||
Description
•