Closed
Bug 1482680
Opened 7 years ago
Closed 7 years ago
Crash in mozilla::ipc::SerializeURI
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1483043
People
(Reporter: wsmwk, Unassigned)
Details
(Keywords: crash, topcrash)
Crash Data
The signature is #36 for version 60, and signature doesn't exist prior to version 60.
There are however a couple stacks. So far all are on Windows.
This bug was filed from the Socorro interface and is
report bp-a164f651-9344-436c-b627-10ae30180809.
=============================================================
Top 10 frames of crashing thread:
0 xul.dll mozilla::ipc::SerializeURI ipc/glue/URIUtils.cpp:50
1 xul.dll mozilla::places::`anonymous namespace'::NotifyManyVisitsObservers::Run toolkit/components/places/History.cpp:853
2 xul.dll GlobalPrinters::EnumeratePrinterList widget/windows/nsDeviceContextSpecWin.cpp:696
3 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:1040
4 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:1040
5 ntdll.dll ZwWaitForKeyedEvent
6 xul.dll mozilla::Variant<mozilla::image::TerminalState, mozilla::image::Yield>::extract<0> mfbt/Variant.h:714
7 xul.dll std::swap<mozilla::Variant<int const, char const*, void vs2017_15.4.2/VC/include/utility:69
8 xul.dll NS_ProcessNextEvent xpcom/threads/nsThreadUtils.cpp:517
9 xul.dll mozilla::ipc::MessagePump::Run ipc/glue/MessagePump.cpp:97
=============================================================
Earliest crash is buildid 20180209193141 bp-65df1fbb-a366-485d-89dc-ef0290180305
0 xul.dll mozilla::ipc::SerializeURI(nsIURI*, mozilla::ipc::URIParams&) ipc/glue/URIUtils.cpp:50
1 xul.dll mozilla::places::`anonymous namespace'::VisitedQuery::NotifyVisitedStatus toolkit/components/places/History.cpp:695
2 mozglue.dll mozilla::TimeStamp::Now(bool) mozglue/misc/TimeStamp_windows.cpp:532
3 xul.dll mozilla::BaseTimeDuration<mozilla::TimeDurationValueCalculator>::ToSeconds() mozglue/misc/TimeStamp.h:98
| Reporter | ||
Comment 1•7 years ago
|
||
Is this actually crashing due to Mozilla code, or some external influence?
Flags: needinfo?(m_kato)
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(m_kato)
Resolution: --- → DUPLICATE
Comment 3•7 years ago
|
||
Hmm, maybe making this a dupe was over-zealous. I thought the serialising wasn't in mozilla60 yet, or was it?
Flags: needinfo?(valentin.gosu)
Same issue applies. If the URI doesn't implement nsIIPCSerializableURI, then the call to SerializeURI will fail - such as here. Doesn't matter if the URIs are immutable or not :)
Flags: needinfo?(valentin.gosu)
You need to log in
before you can comment on or make changes to this bug.
Description
•