Closed
Bug 70977
Opened 24 years ago
Closed 24 years ago
N601 Mac topcrash [@ OTClientLib, OTCloseProvider]
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
FIXED
mozilla0.9.1
People
(Reporter: curt, Assigned: gordon)
References
()
Details
(Keywords: crash, helpwanted, topcrash)
Crash Data
Lots of errors with the SocketTransport and data connections both on secure and
unsecured sites. These have been hidden under the 0xffc10000 module. Roughly 40
instances.
Ex 1: (Secure)
(27244611) Email: MJMuskegon@netscape.net
(27244611) Comments: filling out form at ubid.com
Incident ID 27244611
0xffc10000
OTClientLib + 0x810 (0x0df15020)
OTCloseProvider() [OpenTransportAppPPC.o]
_MD_closesocket() [macsockotpt.c, line 1636]
SocketClose() [prsocket.c, line 623]
PR_Close() [priometh.c, line 115]
SSMDataConnection_Shutdown() [dataconn.c, line 428]
SSMSSLDataConnection_Shutdown() [sslconn.c, line 165]
SSM_ShutdownResource() [resource.c, line 765]
SSM_SSLDataServiceThread() [sslconn.c, line 1316]
_PR_UserRunThread() [pruthr.c, line 489]
_PR_UserDestroyThread() [pruthr.c, line 360]
Ex 2:
Incident ID 27179907
0xffc10000
OTClientLib + 0x85c (0x00a0142c)
OTCloseProvider() [OpenTransportAppPPC.o]
_MD_closesocket() [macsockotpt.c, line 1636]
SocketClose() [prsocket.c, line 623]
PR_Close() [priometh.c, line 115]
nsPSMShimClose() [nsPSMShimLayer.c, line 287]
CMT_DestroyDataConnection() [cmtutils.c, line 501]
nsSSLIOLayerClose() [nsSSLIOLayer.cpp, line 233]
PR_Close() [priometh.c, line 115]
nsSocketTransport::CloseConnection() [nsSocketTransport.cpp, line 1409]
nsSocketTransport::Process() [nsSocketTransport.cpp, line 687]
nsSocketTransportService::ProcessWorkQ() [nsSocketTransportService.cpp, line 241]
nsSocketTransportService::Run() [nsSocketTransportService.cpp, line 478]
nsThread::Main() [nsThread.cpp, line 84]
_PR_UserRunThread() [pruthr.c, line 489]
_PR_UserDestroyThread() [pruthr.c, line 360]
0x002a0135
User comments:
(27264077) Comments: A page was being downloaded after a search at
Lowestfare.com.
(27255823) Comments: Changing type size in preferences box.
Netscape 6 quit when I closed dialogue box.
(27179907) Comments: I was refreshing my Inbox window in Outlook
Web Access.
(27200497) URL: handspring.com
(27200497) Comments: placing order on secure server
(27200553) Comments: Costco.com
(27244611) Comments: filling out form at ubid.com
(27274285) Comments: illegal instruction (type 3) error when trying
to close a window
| Reporter | ||
Comment 1•24 years ago
|
||
Fixing platform, os and adding "crash" and "topcrash" to keeywords for tracking
| Reporter | ||
Comment 2•24 years ago
|
||
some user comment to help with repro:
(27328856) Email: kaneala@mac.com
(27328856) Comments: I lost the menus! Had just updated the address book via
import. Closed the window and background windows and lost "quit" in the file
menu. Switched back to N 6 and had only the "help" menu. Had to force quit.
With SSL in the stack trace, it looks like it could be the server sockets
implementation.
we could use some help with getting to a consistently reproducible case. any
help would be appreciated.
Keywords: helpwanted
Comment 7•24 years ago
|
||
I'm unable to reproduce this crash, or to find a similar stack trace in the
recent talkback reports. I'm marking fixed for now. If someone finds it again
they can reopen this bug.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 8•24 years ago
|
||
Verifying on build 2001-05-25-08-trunk MacOS 8.x
Status: RESOLVED → VERIFIED
Updated•14 years ago
|
Crash Signature: [@ OTClientLib, OTCloseProvider]
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•