Closed
Bug 85926
Opened 24 years ago
Closed 24 years ago
Browser consistently crashes at home.netscape.com/ja page
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: ji, Assigned: asa)
References
()
Details
(Keywords: regression, smoketest)
Build: 2001-06-14-08-mtrunk linux commercial build.
With above build, browser crashes at http://home.netscape.com/ja
The crash is consistent.
Steps to reproduce:
1. Launch browser.
2. Type http://home.netscape.com/ja in URL bar and hit Enter.
At first I thought it's bug 85703, but when I look at the call stack, it's
different.
Call stack to follow.
Correction: the build I saw the crash is:
2001-06-14-06-mtrunk linux commercial build
Below is the call stack:
Call Stack: (Signature = libxpcom.so + 0x4a003 (0x40090003) cee6d2bb)
libxpcom.so + 0x4a003 (0x40090003)
nsHttpTransaction::Cancel()
nsHttpChannel::Cancel()
nsLoadGroup::Cancel()
nsDocLoaderImpl::Stop()
nsURILoader::Stop()
nsDocShell::Stop()
nsWebShell::StopDocumentLoad()
nsObserverBase::NotifyWebShell()
nsMetaCharsetObserver::Notify()
nsMetaCharsetObserver::Notify()
nsObserverTopic::Notify()
CObserverService::Notify()
CNavDTD::WillHandleStartTag()
CNavDTD::HandleStartToken()
CNavDTD::HandleToken()
CNavDTD::BuildModel()
nsParser::BuildModel()
nsParser::ResumeParse()
nsParser::OnDataAvailable()
nsDocumentOpenInfo::OnDataAvailable()
nsStreamListenerTee::OnDataAvailable()
nsHttpChannel::OnDataAvailable()
nsOnDataAvailableEvent::HandleEvent()
nsARequestObserverEvent::HandlePLEvent()
PL_HandleEvent()
PL_ProcessPendingEvents()
nsEventQueueImpl::ProcessPendingEvents()
event_processor_callback()
our_gdk_io_invoke()
libglib-1.2.so.0 + 0xeaca (0x40345aca)
libglib-1.2.so.0 + 0x10186 (0x40347186)
libglib-1.2.so.0 + 0x10751 (0x40347751)
libglib-1.2.so.0 + 0x108f1 (0x403478f1)
libgtk-1.2.so.0 + 0x8c5b9 (0x4026b5b9)
nsAppShell::Run()
nsAppShellService::Run()
main1()
main()
libc.so.6 + 0x189cb (0x404409cb)
It doesn't crash at yesterday's build. (2001-06-13-08-mtrunk linux commercial)
Comment 3•24 years ago
|
||
Check in between 06/13/2001 12:00 and 06/14/2001 11:59.
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=06%2F13%2F2001+12%3A00&maxdate=06%2F14%2F2001+11%3A59&cvsroot=%2Fcvsroot
cc to darin@netscape.com, about the http change.
Comment 4•24 years ago
|
||
I think this might be a dup of 85703, but in case it is a different problem,
adding smoketest, regression keywords and blocker severity per ji@netscape.com.
Severity: normal → blocker
Keywords: regression,
smoketest
| Assignee | ||
Comment 5•24 years ago
|
||
I still saw the crash with the respun build: 2001-06-14-10-mtrunk comm.
Comment 7•24 years ago
|
||
This is bug 85822. With darin's patch applied, I don't crash when loading this
page on win2k.
*** This bug has been marked as a duplicate of 85822 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•