Closed Bug 1760012 Opened 3 years ago Closed 3 years ago

crash in mail/test/browser/openpgp/browser_collectKeys.js

Categories

(MailNews Core :: Security: OpenPGP, defect)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1748449

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

#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"

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.

Keywords: regression
Regressed by: 1748449
Assignee: nobody → lasana

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.

can you reproduce?

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.

Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.