Crash occurs on https://www.prototypo.io/ fonts site
Categories
(Core :: Graphics: Text, defect, P3)
Tracking
()
People
(Reporter: rdoghi, Unassigned)
Details
(Keywords: crash, Whiteboard: [gfx-noted])
Crash Data
Attachments
(3 files)
| Reporter | ||
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
Updated•8 years ago
|
Comment 3•7 years ago
|
||
| Reporter | ||
Comment 4•7 years ago
|
||
| Reporter | ||
Comment 5•7 years ago
|
||
| Reporter | ||
Comment 6•7 years ago
|
||
Comment 7•7 years ago
|
||
Comment 8•7 years ago
|
||
Updated•7 years ago
|
Comment 9•6 years ago
•
|
||
Bughunter found this reproducible crash.
- https://walletinvestor.com/stock-forecast/verb-stock-prediction
- Crash Windows Opt builds. Assert in various ways in debug builds. May need to wait a little bit but not for long.
Firefox 70.0.1 Did not crash
Firefox 72.0.1 Crash Report [@ dotProduct ] bp-8efd9b3a-daf9-4409-aa6c-84c4a0200113
Firefox 73.0a1 Crash Report [@ dotProduct ] bp-e84f40cb-7407-45f8-abf0-4c1580200113
Firefox 74.0a1 Crash Report [@ dotProduct ] bp-5978f2c0-87ab-4fb3-b520-ec0a60200113
This may not be the same bug since 70 didn't crash outright but commenting here for now.
Comment 10•6 years ago
|
||
Assert in various ways in debug builds
Could you provide a log of the assertions you get? Thanks.
Updated•6 years ago
|
Comment 11•6 years ago
|
||
Bughunter reproduced the following
Assertion failure: mUsage == 0, at z:/build/build/src/dom/localstorage/ActorsParent.cpp:5538
JavaScript error: C:/mozilla/builds/hg.mozilla.org/sisyphus/python/sisyphus/automation/runner.py, line 310: ReferenceError: ChromeWindow is not defined
[Parent 6396, Main Thread] WARNING: IPC message discarded: actor cannot send: file z:/build/build/src/ipc/glue/ProtocolUtils.cpp, line 481
#01: mozilla::dom::`anonymous namespace'::Connection::CloseOp::Cleanup() [dom/localstorage/ActorsParent.cpp:4710]
#02: mozilla::dom::`anonymous namespace'::ConnectionDatastoreOperationBase::Run() [dom/localstorage/ActorsParent.cpp:4097]
#03: nsThread::ProcessNextEvent(bool, bool*) [xpcom/threads/nsThread.cpp:1249]
#04: NS_ProcessNextEvent(nsIThread*, bool) [xpcom/threads/nsThreadUtils.cpp:486]
#05: mozilla::ipc::MessagePumpForNonMainThreads::Run(base::MessagePump::Delegate*) [ipc/glue/MessagePump.cpp:332]
#06: MessageLoop::RunHandler() [ipc/chromium/src/base/message_loop.cc:309]
#07: MessageLoop::Run() [ipc/chromium/src/base/message_loop.cc:291]
#08: static nsThread::ThreadFunc(void*) [xpcom/threads/nsThread.cpp:467]
#09: PR_NativeRunThread(void*) [nsprpub/pr/src/threads/combined/pruthr.c:408]
#10: pr_root(void*) [nsprpub/pr/src/md/windows/w95thred.c:140]
#11: ucrtbase.dll + 0x20e72
#12: KERNEL32.DLL + 0x17bd4
#13: ntdll.dll + 0x6ced1
Comment 12•6 years ago
|
||
When I attempted to reproduce on the vm, I started hitting MOZ_CRASH("NSS_Shutdown failed") but I can't reproduce that at the moment though my debug build still crashes. I've attached a log where I crashed several times and reloaded only to crash again without reproducing the assertion failure I was looking for originally or the MOZ_CRASH("NSS_Shutdown failed").
Comment 13•6 years ago
|
||
Hmm - ok, it looks like the assertion in comment 11 is unlikely to be related to the DirectWrite crash.
Updated•3 years ago
|
| Reporter | ||
Comment 15•3 years ago
|
||
Unfortunately the website where this issue occured no longer works and the operating system has performed many updates since then, I think we can close this issue as Works for me for now and reopen it if it starts to occurs on other machines, but since the Website no longer works we can just open new issues with the new Website.
Comment 16•3 years ago
|
||
All the recent-ish crash reports I see with the [@ dotProduct] signature look like the kind of DirectWrite exceptions due to hardware issues that we have recently tried to handle better, so that may help; but the original report here may have been something different anyhow, as it looks like it involved a webfont. But with the site gone, there's nothing to investigate further for now.
Closing as WFM per comment 15.
Description
•