Opened 17 years ago
Closed 16 years ago
#2029 closed bug (fixed)
KDL (page fault) in network stack linked list code when quitting Firefox (closing socket)
Reported by: | stippi | Owned by: | axeld |
---|---|---|---|
Priority: | critical | Milestone: | R1 |
Component: | Network & Internet/TCP | Version: | R1/pre-alpha1 |
Keywords: | Cc: | tqh | |
Blocked By: | Blocking: | #1908 | |
Platform: | All |
Description
I ran into my issue with Firefox not connecting anymore and wanted to quit it. The system had been running for quite a while with lots of activity. Vision was running at the time of the crash, I had used various aspects of networking during the session. Attached are photos of the KDL stack trace.
Attachments (3)
Change History (10)
by , 17 years ago
Attachment: | net_stack_KDL1b.jpg added |
---|
by , 17 years ago
Attachment: | net_stack_KDL2b.jpg added |
---|
by , 17 years ago
Attachment: | net_stack_KDL3b.jpg added |
---|
comment:1 by , 17 years ago
Cc: | added |
---|
comment:2 by , 17 years ago
comment:3 by , 16 years ago
Two of the screenshots go thru socketpair functions in Mozilla code, and that code could be non existant, untested, plain wrong and so on. Need to check the state and how/when it gets built. IIRC it should return PR_NOT_IMPLEMENTED.
comment:5 by , 16 years ago
Blocking: | 1908 added |
---|
comment:6 by , 16 years ago
I have never seen this again in recent times, it may have been fixed by the recent fixes to the TCP buffer management. Note that #2197 is marked as a possible duplicate of this ticket, but was already in the R1/alpha milestone. I would also be fine with marking both tickets as fixed.
comment:7 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
If not already fixed, it has been in hrev30363.
Maybe it's related to the bug #2189?