Closed
Bug 53169
Opened 24 years ago
Closed 24 years ago
Browser crashes with memory fault
Categories
(Core :: Graphics: ImageLib, defect, P3)
Tracking
()
M18
People
(Reporter: robert.thorneycroft, Assigned: pnunn)
References
()
Details
(Keywords: crash, testcase)
Attachments
(1 file)
(deleted),
text/html
|
Details |
I am using Build 2000091820 and I seem to get a memory read error every time I
try to load the above URL on completion of the page load, I also experienced
this problem on a Build from about 5 days ago.
This seems to be consistently reproducable on my PC by simply loading the page
with an application error being produced on every occasion.
This is a site I use fairly frequently, and older versions of the Mozilla
Browser could load the page correctly.
Comment 1•24 years ago
|
||
WFM on Linux 2000091821. Must be an NT build thing?
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
Confirmed. Build 2000-09-19-05 on Windows NT4sp6.
Comment 4•24 years ago
|
||
I also see this on 091908 mozilla win32 build on NT.
0x05f901f0
ns_observer_proc
[d:\builds\seamonkey\mozilla\gfx\src\nsImageRequest.cpp,line135]
XP_NotifyObservers
[d:\builds\seamonkey\mozilla\modules\libutil\src\obs.c,line260]
il_image_complete_notify
[d:\builds\seamonkey\mozilla\modules\libimg\src\if.cpp,line329]
il_image_complete
[d:\builds\seamonkey\mozilla\modules\libimg\src\if.cpp,line1653]
ImgDCallbk::ImgDCBHaveImageAll
[d:\builds\seamonkey\mozilla\modules\libimg\src\if.cpp,line191]
process_buffered_gif_input_data
[d:\builds\seamonkey\mozilla\modules\libimg\gifcom\gif.cpp,line694]
gif_delay_time_callback
[d:\builds\seamonkey\mozilla\modules\libimg\gifcom\gif.cpp,line728]
timer_callback
[d:\builds\seamonkey\mozilla\gfx\src\nsImageSystemServices.cpp,line72]
nsTimer::Fire
[d:\builds\seamonkey\mozilla\widget\timer\src\windows\nsTimer.cpp,line196]
nsTimerManager::FireNextReadyTimer
[d:\builds\seamonkey\mozilla\widget\timer\src\windows\nsTimerManager.cpp,line117]
nsAppShell::Run
[d:\builds\seamonkey\mozilla\widget\src\windows\nsAppShell.cpp,line116]
Comment 5•24 years ago
|
||
over to imagelib.
Assignee: asa → pnunn
Component: Browser-General → ImageLib
QA Contact: doronr → paw
sFileChannel::Init : classic.jar
sFileChannel::Init : classic.jarEnabling Quirk StyleSheet
Enabling Quirk StyleSheet
JavaScript strict warning:
http://www.moneyworld.co.uk/stocks/ line 163: assignment to undeclared variable
_version
Note this assertion:
###!!! ASSERTION: Error: OnStartRequest() must be called before OnDataAvailable(
): '((eOnStart==mParserContext->mStreamListenerState)||(eOnDataAvail==mParserCon
text->mStreamListenerState))', file d:\work\mozilla\htmlparser\src\nsParser.cpp,
line 2228
Status: NEW → ASSIGNED
Target Milestone: --- → M18
This is a dupe of #53317:
callstack:
nsFrameImageLoader::NotifyFrames(int 0) line 567 + 3 bytes
nsFrameImageLoader::Notify(nsIImageRequest * 0x03a9d970, nsIImage * 0x03f24a10,
nsImageNotification nsImageNotification_kImageComplete, int 0, int 0, void *
0x00000000) line 505
ns_observer_proc(void * 0x03a9d810, long 7, void * 0x0012fbc4, void *
0x03a9d970) line 113
XP_NotifyObservers(OpaqueObserverList * 0x03a9d8a0, long 7, void * 0x0012fbc4)
line 259 + 28 bytes
il_image_complete_notify(il_container_struct * 0x03a9d600) line 327 + 18 bytes
il_image_complete(il_container_struct * 0x03a9d600) line 1652 + 9 bytes
ImgDCallbk::ImgDCBHaveImageAll(ImgDCallbk * const 0x03a9aa70) line 189 + 12
bytes
process_buffered_gif_input_data(gif_struct * 0x03f20ce0) line 694
gif_delay_time_callback(void * 0x03a9d600) line 725 + 9 bytes
timer_callback(nsITimer * 0x03f248b0, void * 0x03f24750) line 70 + 12 bytes
nsTimer::Fire() line 194 + 17 bytes
nsTimerManager::FireNextReadyTimer(nsTimerManager * const 0x01e8e030, unsigned
int 0) line 117
nsAppShell::Run(nsAppShell * const 0x00af93f0) line 116
nsAppShellService::Run(nsAppShellService * const 0x00afc330) line 408
main1(int 1, char * * 0x00a23300, nsISupports * 0x00000000) line 1004 + 32 bytes
main(int 1, char * * 0x00a23300) line 1185 + 37 bytes
mainCRTStartup() line 338 + 17 bytes
KERNEL32! 77f1ba06()
*** This bug has been marked as a duplicate of 53317 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 10•24 years ago
|
||
Per pnunn's comments, I am marking this as verified duplicate
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•