Closed
Bug 27391
Opened 26 years ago
Closed 25 years ago
SocketTransport thread not exiting
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: dead, Assigned: warrensomebody)
Details
In this morning's build, the application does not completely exit when you
choose File->Exit or close the window. This seems to be because the
SocketTransport thread is not going away. I interrupted it (after doing
File->Exit) and got this stack trace:
#0 0x40398a40 in __poll (fds=0xbf7ffccc, nfds=1, timeout=20956)
at ../sysdeps/unix/sysv/linux/poll.c:45
#1 0x40236fdb in PR_Poll (pds=0x80b0e80, npds=1, timeout=35000) at ptio.c:3581
#2 0x4067cdf1 in nsSocketTransportService::Run (this=0x80b0e48)
at
/home/bryner/Source/mozilla/netwerk/base/src/nsSocketTransportService.cpp:429
#3 0x4018ce75 in nsThread::Main (arg=0x80b1248)
at /home/bryner/Source/mozilla/xpcom/threads/nsThread.cpp:83
#4 0x40238c4b in _pt_root (arg=0x80b1260) at ptthread.c:157
#5 0x40253b25 in pthread_start_thread (arg=0xbf7ffe40) at manager.c:241
| Assignee | ||
Comment 1•26 years ago
|
||
This is a regression, because I fixed this once when the SetOffline stuff went
in. I'll take this.
Assignee: gordon → warren
Target Milestone: M15
| Assignee | ||
Comment 2•26 years ago
|
||
Moving non-essential, non-beta2 and performance-related bugs to M17.
Target Milestone: M15 → M17
| Assignee | ||
Comment 4•25 years ago
|
||
This is a dup of the bug Waterson just fixed. There's still a bug in leaking
socket transports with ftp, but that's covered in bug 43567.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•