Closed
Bug 622523
Opened 14 years ago
Closed 10 years ago
crash [@ memcpy | nsJARInputStream::Read(char*, unsigned int, unsigned int*)] EXCEPTION_IN_PAGE_ERROR
Categories
(Core :: Networking: JAR, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: wsmwk, Unassigned)
References
()
Details
(Keywords: crash, Whiteboard: [gs])
Crash Data
crash [@ memcpy | nsJARInputStream::Read(char*, unsigned int, unsigned int*)]
despite fixing of Bug 536911 - crash [@ memcpy | nsJARInputStream::Read(char*, unsigned int, unsigned int*) - this crash sig still exists
bp-87bba840-790e-408d-869c-897ca2101231 v3.6.13
EXCEPTION_IN_PAGE_ERROR
0x6b81760a
0 mozcrt19.dll memcpy memcpy.asm:188
1 xul.dll nsJARInputStream::Read modules/libjar/nsJARInputStream.cpp:241
2 xul.dll nsJARInputThunk::Read modules/libjar/nsJARChannel.cpp:207
3 xul.dll nsBufferedInputStream::Fill netwerk/base/src/nsBufferedStreams.cpp:378
4 xul.dll nsBufferedInputStream::ReadSegments netwerk/base/src/nsBufferedStreams.cpp:342
5 xul.dll nsParser::OnDataAvailable parser/htmlparser/src/nsParser.cpp:2973
6 xul.dll nsSyncLoadService::PushSyncStreamToListener content/base/src/nsSyncLoadService.cpp:491
7 xul.dll nsXBLService::FetchBindingDocument content/xbl/src/nsXBLService.cpp:1302
8 xul.dll nsXBLService::LoadBindingDocumentInfo content/xbl/src/nsXBLService.cpp:1180
9 xul.dll nsXBLService::GetBinding content/xbl/src/nsXBLService.cpp:863
10 xul.dll nsXBLService::GetBinding content/xbl/src/nsXBLService.cpp:1022
11 xul.dll nsXBLService::LoadBindings content/xbl/src/nsXBLService.cpp:578
12 xul.dll nsCSSFrameConstructor::AddFrameConstructionItemsInternal layout/base/nsCSSFrameConstructor.cpp:5324
13 xul.dll nsCSSFrameConstructor::ProcessChildren layout/base/nsCSSFrameConstructor.cpp:9736
14 xul.dll nsCSSFrameConstructor::ConstructFrameFromItemInternal layout/base/nsCSSFrameConstructor.cpp:4018
15 xul.dll nsCSSFrameConstructor::ConstructFramesFromItem layout/base/nsCSSFrameConstructor.cpp:5647
16 xul.dll nsCSSFrameConstructor::ProcessChildren layout/base/nsCSSFrameConstructor.cpp:9749
bp-58b250a3-5a52-4ea4-9cc8-92c7c2101202 v3.6.13
EXCEPTION_IN_PAGE_ERROR
0x7814760a
0 mozcrt19.dll memcpy memcpy.asm:188
1 xul.dll nsJARInputStream::Read modules/libjar/nsJARInputStream.cpp:241
2 xul.dll nsJARInputThunk::Read modules/libjar/nsJARChannel.cpp:207
3 xul.dll nsInputStreamTransport::Read netwerk/base/src/nsStreamTransportService.cpp:233
4 xul.dll nsStreamCopierOB::FillOutputBuffer xpcom/io/nsStreamUtils.cpp:566
5 xul.dll nsPipeOutputStream::WriteSegments xpcom/io/nsPipe3.cpp:1137
bp-7c871c15-01f0-4e4c-9157-17e122110103
0 mozcrt19.dll memcpy memcpy.asm:188
1 xul.dll nsJARInputStream::Read modules/libjar/nsJARInputStream.cpp:241
2 xul.dll nsJARInputThunk::Read modules/libjar/nsJARChannel.cpp:207
3 xul.dll ByteBufferImpl::Fill xpcom/ds/nsByteBuffer.cpp:145
4 xul.dll UTF8InputStream::Fill xpcom/io/nsUnicharInputStream.cpp:328
5 xul.dll UTF8InputStream::ReadSegments xpcom/io/nsUnicharInputStream.cpp:254
6 xul.dll nsPersistentProperties::Load xpcom/ds/nsPersistentProperties.cpp:548
7 xul.dll nsStringBundle::LoadProperties intl/strres/src/nsStringBundle.cpp:147
8 xul.dll nsStringBundle::GetStringFromName intl/strres/src/nsStringBundle.cpp:297
9 xul.dll nsNSSComponent::Init security/manager/ssl/src/nsNSSComponent.cpp:1817
10 xul.dll nsNSSComponentConstructor security/manager/ssl/src/nsNSSModule.cpp:184
Summary: crash [@ memcpy | nsJARInputStream::Read(char*, unsigned int, unsigned int*)] → crash [@ memcpy | nsJARInputStream::Read(char*, unsigned int, unsigned int*)] EXCEPTION_IN_PAGE_ERROR
Whiteboard: DUPEME
Reporter | ||
Comment 1•14 years ago
|
||
> DUPEME
timeless, sorry, unless you are suggesting duping to bug 536911 and reopening it (presumably because it's verification process wasn't solid enough) the duplicate target bug isn't obvious to me
no, bug 598416 (which claims to be fixed - on trunk)
Version: Trunk → 1.9.2 Branch
Reporter | ||
Updated•14 years ago
|
Whiteboard: DUPEME
Reporter | ||
Comment 3•14 years ago
|
||
#128 crash for v3.1.7.
I've requested the patch in bug 598416 for 1.9.2 (again).
Paolo reports this in http://getsatisfaction.com/mozilla_messaging/topics/tb_crashes_at_start_up_after_update_of_an_add_on
Whiteboard: [gs]
Assignee | ||
Updated•14 years ago
|
Crash Signature: [@ memcpy | nsJARInputStream::Read(char*, unsigned int, unsigned int*)]
Reporter | ||
Comment 4•10 years ago
|
||
all crashes containing nsJARInputStream::Read are version 3.1.x only, so WFM
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•