Closed
Bug 142830
Opened 23 years ago
Closed 23 years ago
crash shortly after visiting URL
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 133410
People
(Reporter: Daniel.Steinberger, Assigned: Matti)
References
()
Details
(Keywords: crash, stackwanted)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.0+)
Gecko/20020507
BuildID: 2002050708
note: this occured with other builds, too
mozilla crashes shortly after visiting the given URL.
Reproducible: Always
Steps to Reproduce:
1. go to the given URL
2. let it load completly
3. do whatever you want ;-)
(eg: visit google, enter "test" into the search field and submit.. this is
enough for me to crash)
the only explainaition i could find is that it is associated to visiting the
given URL http://gamefix.free.fr/ - the page loads without flaw, but the ongoing
browsing will stop very soon. no matter which site i tried... it always works if
i havn't been to URL before. if i've been there, it crashes. it also crashes if
i only follow the links on URL.
i'll file this on UNCONFIRMED since it's not a very precise condition to make
mozilla crash. take a look and confirm it, if it works for you, too.
| Reporter | ||
Comment 1•23 years ago
|
||
some talkback IDs:
TB6032286M
TB6032325X
TB6032400G
TB6033031K
TB6033643Q
Updated•23 years ago
|
Severity: major → critical
Keywords: stackwanted
Comment 2•23 years ago
|
||
Talkback stack trace sez:
0x0000014a
nsImageListener::FrameChanged [nsImageFrame.cpp, line 2383]
imgRequestProxy::FrameChanged [imgRequestProxy.cpp, line 294]
imgRequest::FrameChanged [imgRequest.cpp, line 338]
imgContainer::Notify [imgContainer.cpp, line 459]
nsTimerImpl::Fire [nsTimerImpl.cpp, line 357]
nsTimerManager::FireNextIdleTimer [nsTimerImpl.cpp, line 591]
nsAppShell::Run [nsAppShell.cpp, line 134]
nsAppShellService::Run [nsAppShellService.cpp, line 451]
main1 [nsAppRunner.cpp, line 1472]
main [nsAppRunner.cpp, line 1808]
WinMain [nsAppRunner.cpp, line 1826]
WinMainCRTStartup()
kernel32.dll + 0x1eb69 (0x77e7eb69)
But, in my trunk cvs win2k build, I consistently get the following extra
detail (crash is in nsImageBoxListener::OnStopDecode, instead of the smashed
stack frame "0x0000014a") [try loading http://gamefix.free.fr/ and then
about:blank, and trying that once or twice in succession].
mFrame is "0x00000003" according to my (lying?) optimized build.
nsImageBoxListener::OnStopDecode(...) line 875 + 9 bytes
imgRequestProxy::FrameChanged(...) line 294
imgRequest::FrameChanged(...) line 330 + 23 bytes
imgContainer::Notify(...) line 459
nsTimerImpl::Fire(...) line 357
nsTimerManager::FireNextIdleTimer(...) line 591
nsAppShell::Run(...) line 134
nsAppShellService::Run(...) line 451
main1(...) line 1456 + 9 bytes
main(...) line 1805 + 26 bytes
WinMain(...) line 1825 + 23 bytes
MOZILLA! WinMainCRTStartup + 308 bytes
KERNEL32! 77e87903()
...> Dup of bug http://bugzilla.mozilla.org/show_bug.cgi?id=133410
*** This bug has been marked as a duplicate of 133410 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•