crash in mail/test/browser/openpgp/browser_collectKeys.js
Categories
(MailNews Core :: Security: OpenPGP, defect)
Tracking
(Not tracked)
People
(Reporter: KaiE, Assigned: lasana)
References
(Regression)
Details
(Keywords: regression)
Using an artifact build on Linux (no patches), I crash executing
mail/test/browser/openpgp/browser_collectKeys.js
Stack is the same as in bug 1745531
| Reporter | ||
Comment 1•3 years ago
|
||
#1 CheckForBrokenChromeURL (aLoadInfo=<optimized out>, aURI=0x7fffc63b7580) at /home/user/moz/commcent/mozilla/netwerk/base/nsNetUtil.cpp:3436
3436 MOZ_CRASH_UNSAFE_PRINTF("Missing chrome or resource URLs: %s", spec.get());
(gdb) print spec.get()
$2 = 0x7fffc6616e88 "chrome://calendar/content/calendar-invitation-display.css"
| Reporter | ||
Comment 2•3 years ago
|
||
After I locally backed out the changes from bug 1748449 this test passes again.
So it's confirmed this is a regression introduced by (or triggered by) bug 1748449.
| Reporter | ||
Updated•3 years ago
|
| Assignee | ||
Comment 3•3 years ago
•
|
||
Hmm, very interesting and weird. Only thing I can think of immediately, might be the addition to gMessageListeners.
Edit:
Could also be the changes to messageWindow.xhtml and messenger.xhtml, though I'm surprised that could result in a crash.
| Reporter | ||
Comment 4•3 years ago
|
||
can you reproduce?
| Assignee | ||
Comment 5•3 years ago
•
|
||
Yes. I see what's causing the crash, just need to hunt down what's going wrong.
On second thought, let's close this and I'll keep the patches in one place.
| Assignee | ||
Updated•3 years ago
|
Description
•