Closed
Bug 165416
Opened 23 years ago
Closed 23 years ago
1.1 and trunk crash in gklayout.dll while reloading or leaving page
Categories
(Core Graveyard :: GFX, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 153815
People
(Reporter: lorenzo, Assigned: kmcclusk)
References
()
Details
(Keywords: crash, Whiteboard: TB10058046K)
User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.1) Gecko/20020826
Build Identifier: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.1) Gecko/20020826
When reloading or leaving forum pages on forum.ngi.it, Mozilla (1.1 and latest
trunk) often crashes.
Reproducible: Always
Steps to Reproduce:
1. Go to the URL above
2. Press the reload button a few times (5-10), waiting for the page to load
completely every time. OR browse around, clicking links to other forum pages and
then type www.fastweb.it in the URL bar to leave the page
Actual Results:
Crash.
Expected Results:
No crash.
Usually the crash is in gklayout.dll but I think I saw one in imglib2.dll as well.
Reproduced with 1.1 and 2002082804 on two different computers both with Windows
ME. Talkback ID's (quite a few of them as I tried to nail the crash down):
TB10032743W
TB10032740H
TB10032736E
TB10032734Q
and many others.
Do you have open unrequested popups unticked?
WFM using BuildID 2002082608 on WinXP
Reporter | ||
Comment 2•23 years ago
|
||
Yes, "Open unrequested windows" was unticked. But it doesn't seem to make any
difference: the crash happens even if it is enabled.
The crash happens on Linux 1.1 too.
Can you narrow down to which build it first started to happen in?
Setting OS to all as it's reported to happening on Linux and adding keyword crash
Keywords: crash
OS: Windows ME → All
I can't reproduce this one, but I can bug 165422 which crashes in gklayout.dll too
Reporter | ||
Comment 5•23 years ago
|
||
These two talkback ID's are different but seem related (the second in particular
is a crash out of thin air in bugzilla).
TB10049339M
TB10048713G
Hmmm, i got a crash going into bugzilla but going back from the site in bug 165422
TB10048924M
Severity: major → critical
Comment 7•23 years ago
|
||
I'm seeing this crash with the reload multiple times method, TB ID: TB10058046K
This is with the 2002-08-28 nightly on Win98.
Since it's a reproducible crash following the steps, confirming.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 8•23 years ago
|
||
Got a crash using Win2000 only once. This one is pretty difficult, but not as
difficult as bug #165422.
Updated•23 years ago
|
Keywords: stackwanted
Whiteboard: TB10058046K
![]() |
||
Comment 9•23 years ago
|
||
nsImageFrame::FrameChanged
[c:/builds/seamonkey/mozilla/layout/html/base/src/nsImageFrame.cpp, line 736]
nsImageBoxListener::OnStopDecode
[c:/builds/seamonkey/mozilla/layout/xul/base/src/nsImageBoxFrame.cpp, line 876]
imgRequestProxy::FrameChanged
[c:/builds/seamonkey/mozilla/modules/libpr0n/src/imgRequestProxy.cpp, line 295]
imgRequest::FrameChanged
[c:/builds/seamonkey/mozilla/modules/libpr0n/src/imgRequest.cpp, line 339]
imgContainer::Notify
[c:/builds/seamonkey/mozilla/modules/libpr0n/src/imgContainer.cpp, line 460]
nsTimerImpl::Fire [c:/builds/seamonkey/mozilla/xpcom/threads/nsTimerImpl.cpp,
line 350]
nsTimerManager::FireNextIdleTimer
[c:/builds/seamonkey/mozilla/xpcom/threads/nsTimerImpl.cpp, line 579]
nsAppShell::Run [c:/builds/seamonkey/mozilla/widget/src/windows/nsAppShell.cpp,
line 156]
nsAppShellService::Run
[c:/builds/seamonkey/mozilla/xpfe/appshell/src/nsAppShellService.cpp, line 452]
main1 [c:/builds/seamonkey/mozilla/xpfe/bootstrap/nsAppRunner.cpp, line 1525]
main [c:/builds/seamonkey/mozilla/xpfe/bootstrap/nsAppRunner.cpp, line 1876]
WinMain [c:/builds/seamonkey/mozilla/xpfe/bootstrap/nsAppRunner.cpp, line 1894]
WinMainCRTStartup()
KERNEL32.DLL + 0x1b537 (0xbff8b537)
KERNEL32.DLL + 0x1b3e9 (0xbff8b3e9)
KERNEL32.DLL + 0x19dac (0xbff89dac)
0x080408ff
and
nsImageBoxListener::OnStopDecode
[c:/builds/seamonkey/mozilla/layout/xul/base/src/nsImageBoxFrame.cpp, line 876]
imgRequestProxy::FrameChanged
[c:/builds/seamonkey/mozilla/modules/libpr0n/src/imgRequestProxy.cpp, line 295]
imgRequest::FrameChanged
[c:/builds/seamonkey/mozilla/modules/libpr0n/src/imgRequest.cpp, line 339]
imgContainer::Notify
[c:/builds/seamonkey/mozilla/modules/libpr0n/src/imgContainer.cpp, line 460]
nsTimerImpl::Fire [c:/builds/seamonkey/mozilla/xpcom/threads/nsTimerImpl.cpp,
line 352]
nsTimerManager::FireNextIdleTimer
[c:/builds/seamonkey/mozilla/xpcom/threads/nsTimerImpl.cpp, line 588]
nsAppShell::Run [c:/builds/seamonkey/mozilla/widget/src/windows/nsAppShell.cpp,
line 156]
nsAppShellService::Run
[c:/builds/seamonkey/mozilla/xpfe/appshell/src/nsAppShellService.cpp, line 452]
main1 [c:/builds/seamonkey/mozilla/xpfe/bootstrap/nsAppRunner.cpp, line 1534]
main [c:/builds/seamonkey/mozilla/xpfe/bootstrap/nsAppRunner.cpp, line 1881]
WinMain [c:/builds/seamonkey/mozilla/xpfe/bootstrap/nsAppRunner.cpp, line 1899]
WinMainCRTStartup()
KERNEL32.DLL + 0x1b9e4 (0xbff7b9e4)
KERNEL32.DLL + 0x1b896 (0xbff7b896)
KERNEL32.DLL + 0x1a24f (0xbff7a24f)
are the two stacks in the talkbacks.
*** This bug has been marked as a duplicate of 153815 ***
Updated•17 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•