Closed
Bug 2405
Opened 26 years ago
Closed 26 years ago
Crash in Open Transport when going to InfoSeek
Categories
(NSPR :: NSPR, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: sfraser_bugs, Assigned: gordon)
References
()
Details
I'm seeing a fairly consistent crash or assert when going to Infoseek in today's
viewer build. When running in the IDE debugger, I simply crash in a call to the
OTClientLib. Without the IDE, I hit an assert (stack below).
Not sure if this is an existing bug or not.
Calling chain using A6/R1 links
Back chain ISA Caller
00000000 PPC 17FF2124
06F3A080 PPC 17FD9DE0 main+00094
06F3A030 PPC 17FD9520 nsNativeViewerApp::Run()+00034
06F39FF0 PPC 17C1915C nsAppShell::Run()+00108
06F39F10 PPC 17C198B8 nsMacMessagePump::DoMessagePump()+001CC
06F39EB0 PPC 17E5D7F0 LPeriodical::DevoteTimeToRepeaters(const
EventRecord&)+00048
06F39E50 PPC 17F29554 TimerPeriodical::SpendTime(const EventRecord&)+00070
06F39DF0 PPC 17F28F58 TimerImpl::Fire()+00030
06F39DB0 PPC 17D37294 nsNetlibService::NetPollSocketsCallback(nsITimer*,
void*)+0004C
06F39D70 PPC 17D0F228 NET_PollSockets+000BC
06F39D20 PPC 17D0A3A4 NET_ProcessNet+00800
06F39980 PPC 17D07AD0 net_CheckForWaitingURL+000E0
06F39930 PPC 17D078F8 net_release_urls_for_processing+000A8
06F398E0 PPC 17D09824 NET_GetURL+01794
06F393D0 PPC 17D2E138 net_HTTPLoad+004D8
06F39330 PPC 17D2E1D8 net_ProcessHTTP+00064
06F38EB0 PPC 17D29494 net_start_http_connect+000E8
06F38E50 PPC 17D03454 NET_BeginConnect+00590
06F38B40 PPC 17D02C3C net_start_first_connect+0015C
06F38AD0 PPC 17F64774 PR_Connect+00030
06F38A90 PPC 17F5BB20 SocketConnect+0007C
06F38A40 PPC 17F711F8 _MD_connect+001E8
06F389A0 PPC 17F6FDE0 macsock_map_error+00244
06F38960 PPC 17F58FDC PR_Assert+00048
Closing log
This could be related to bug #2133. I'll verify after that one is fixed.
Comment 3•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•26 years ago
|
||
Marking verified. I don't see any crashes at infoseek with 3/23 build.
Changing all Networking Library/Browser bugs to Networking-Core component for
Browser.
Occasionally, Bugzilla will burp and cause Verified bugs to reopen when I do
this in a bulk change. If this happens, I will fix. ;-)
Bulk move of all Networking-Core (to be deleted component) bugs to new
Networking component.
-> really a dupe of an NSPR fixed bug.
Component: Networking → NSPR
Product: Browser → NSPR
Target Milestone: M4 → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•