Closed
Bug 1364831
Opened 8 years ago
Closed 8 years ago
Crash opening a URL from outside Firefox in non-virtual thunk to mozilla::ipc::IPCStreamDestination::DelayedStartInputStream::Search
Categories
(Core :: IPC, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: whimboo, Unassigned)
Details
(Keywords: crash)
Crash Data
I was running "rustup doc" in the command line which should have opened a new tab with the Rust documentation. But Firefox crashed:
Report: bp-91f61eb0-0299-49e7-a104-c50a60170515
Details:
Signature non-virtual thunk to mozilla::ipc::IPCStreamDestination::DelayedStartInputStream::Search More Reports Search
Crash Reason EXC_BAD_ACCESS / KERN_INVALID_ADDRESS
Crash Address 0x0
First 10 frames of crashing thread 1:
0 XUL non-virtual thunk to mozilla::ipc::IPCStreamDestination::DelayedStartInputStream::Search(char const*, bool, bool*, unsigned int*) ipc/glue/IPCStreamDestination.cpp:107
1 XUL mozilla::ipc::AutoIPCStream::Serialize(nsIInputStream*, mozilla::ipc::PBackgroundParent*) ipc/glue/IPCStreamUtils.cpp:582
2 XUL non-virtual thunk to mozilla::ipc::IPCStreamDestination::DelayedStartInputStream::Read(char*, unsigned int, unsigned int*) ipc/glue/IPCStreamDestination.cpp:68
3 @0x1261ec22f
4 XUL mozilla::ipc::InputStreamHelper::DeserializeInputStream(mozilla::ipc::InputStreamParams const&, nsTArray<mozilla::ipc::FileDescriptor> const&) ipc/glue/InputStreamUtils.cpp:74
5 XUL IPC::Channel::ChannelImpl::CreatePipe(std::__1::basic_string<wchar_t, std::__1::char_traits<wchar_t>, std::__1::allocator<wchar_t> > const&, IPC::Channel::Mode) ipc/chromium/src/base/lock.h:20
6 XUL evdns_getaddrinfo_gotresolve ipc/chromium/src/third_party/libevent/evutil.c:1547
7 XUL IPC::Channel::ChannelImpl::Connect() ipc/chromium/src/chrome/common/ipc_channel_posix.cc:312
8 XUL event_base_new_with_config ipc/chromium/src/third_party/libevent/event.c:499
9 libobjc.A.dylib _object_remove_assocations
10 Foundation -[NSAutoreleasePool init]
Comment 1•8 years ago
|
||
no recent signatures
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•