Closed
Bug 94195
Opened 24 years ago
Closed 24 years ago
We crash on load of this site
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: verbal, Assigned: pavlov)
References
()
Details
(Keywords: crash, regression)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.3+) Gecko/20010807
BuildID: 2001080703
Load the site with the latest build and watch it crash with the following mesage
in the debug window:
MOZILLA caused an invalid page fault in
module XPCOM.DLL at 017f:60f1bc46.
Registers:
EAX=00000016 CS=017f EIP=60f1bc46 EFLGS=00010246
EBX=00000000 SS=0187 ESP=0068e950 EBP=00b4c8f0
ECX=00000060 DS=0187 ESI=0286a900 FS=86a7
EDX=00000000 ES=0187 EDI=0286a900 GS=0000
Bytes at CS:EIP:
8b 12 57 81 e2 ff ff ff 7f 8d 14 95 08 00 00 00
Stack dump:
00000016 60f1bd5a 00000016 0286a900 00b4f9d0 00000000 0286b750 01390c0f 00b4c8f0
80000000 00000000 0068ea64 00b4c760 01397c85 00b4f9d0 0135a0c8
Reproducible: Always
Steps to Reproduce:
1. Load site
2. Crash
3.
Actual Results: We crash
Expected Results: Don't Crash
Talkback IDs
TB33609191K
TB33522681X
| Reporter | ||
Updated•24 years ago
|
Keywords: crash,
regression
| Reporter | ||
Comment 2•24 years ago
|
||
This is crashing is the javascript not crashing it not the page...when you goto
dhtmllab.com and click on the example it crashes too. Moving to javascript.
Assignee: kandrot → rogerl
Component: XPCOM → Javascript Engine
QA Contact: scc → pschwartau
Comment 3•24 years ago
|
||
Confirming crash with Mozilla binary 2001-08-07-10 WinNT.
I do NOT crash with a Moz debug build 2001-08-06 WinNT !
So could something have changed between those two dates?
Comment 4•24 years ago
|
||
Stack trace from Talkback TB33609191K above:
Incident ID 33609191
Stack Signature 0x00000009 1c108182
Bug ID
Trigger Time 2001-08-01 15:08:14
Email Address
User Comments
Build ID 2001073010
Product ID MozillaTrunk
Platform ID Win32
Stack Trace
0x00000009
nsAppShellService::Run
[d:\builds\seamonkey\mozilla\xpfe\appshell\src\nsAppShellService.cpp, line 425]
main1 [d:\builds\seamonkey\mozilla\xpfe\bootstrap\nsAppRunner.cpp, line 1297]
main [d:\builds\seamonkey\mozilla\xpfe\bootstrap\nsAppRunner.cpp, line 1602]
WinMain [d:\builds\seamonkey\mozilla\xpfe\bootstrap\nsAppRunner.cpp, line 1620]
WinMainCRTStartup()
KERNEL32.DLL + 0x1b560 (0xbff8b560)
KERNEL32.DLL + 0x1b412 (0xbff8b412)
KERNEL32.DLL + 0x19dd5 (0xbff89dd5)
Stack trace from Talkback TB33522681X above:
Incident ID 33522681
Stack Signature nsImageListener::FrameChanged e54fabf3
Bug ID
Trigger Time 2001-07-30 14:42:18
Email Address
User Comments
Build ID 2001073010
Product ID MozillaTrunk
Platform ID Win32
Stack Trace
nsImageListener::FrameChanged
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsImageFrame.cpp, line 1786]
imgRequestProxy::FrameChanged
[d:\builds\seamonkey\mozilla\modules\libpr0n\src\imgRequestProxy.cpp, line 270]
imgRequest::FrameChanged
[d:\builds\seamonkey\mozilla\modules\libpr0n\src\imgRequest.cpp, line 378]
imgContainer::Notify
[d:\builds\seamonkey\mozilla\modules\libpr0n\src\imgContainer.cpp, line 440]
nsTimer::Fire [d:\builds\seamonkey\mozilla\widget\timer\src\windows\nsTimer.cpp,
line 200]
nsTimerManager::FireNextReadyTimer
[d:\builds\seamonkey\mozilla\widget\timer\src\windows\nsTimerManager.cpp, line
117]
nsAppShell::Run [d:\builds\seamonkey\mozilla\widget\src\windows\nsAppShell.cpp,
line 118]
nsAppShellService::Run
[d:\builds\seamonkey\mozilla\xpfe\appshell\src\nsAppShellService.cpp, line 425]
main1 [d:\builds\seamonkey\mozilla\xpfe\bootstrap\nsAppRunner.cpp, line 1297]
main [d:\builds\seamonkey\mozilla\xpfe\bootstrap\nsAppRunner.cpp, line 1602]
WinMain [d:\builds\seamonkey\mozilla\xpfe\bootstrap\nsAppRunner.cpp, line 1620]
WinMainCRTStartup()
KERNEL32.DLL + 0x1b560 (0xbff8b560)
KERNEL32.DLL + 0x1b412 (0xbff8b412)
KERNEL32.DLL + 0x19dd5 (0xbff89dd5)
Comment 5•24 years ago
|
||
No JS Engine issues apparent in these stack traces.
Reassigning to Embedding:Docshell for further triage -
Assignee: rogerl → adamlock
Component: Javascript Engine → Embedding: Docshell
QA Contact: pschwartau → adamlock
I don't see a crash with the latest build. Reassigning to images as the stack
trace indicates a problem in image loading:
http://lxr.mozilla.org/seamonkey/source/layout/html/base/src/nsImageFrame.cpp#1
786
Assignee: adamlock → mjudge
Component: Embedding: Docshell → Image Conversion Library
QA Contact: adamlock → tpreston
Comment 7•24 years ago
|
||
I just crashed at this site with the trunk 2001080804 build (WindowsME). I
cannot provide the talkback # as TalkBack does not want to communicate with me
since yesterday.
Comment 8•24 years ago
|
||
this is assigned to the wrong engineer, reassigning to pavlov
Assignee: mjudge → pavlov
| Reporter | ||
Comment 9•24 years ago
|
||
This is fixed..marking as such.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 11•23 years ago
|
||
The Image Conversion Library component is going away.
Component: Image Conversion Library → ImageLib
You need to log in
before you can comment on or make changes to this bug.
Description
•