Closed
Bug 1300123
Opened 9 years ago
Closed 8 years ago
crash in __libc_send called from SSL code
Categories
(NSS :: Libraries, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: MatsPalmgren_bugz, Unassigned)
Details
(Keywords: crash, reproducible)
Attachments
(2 files)
Got this crash while investigating some other problem.
No STR, sorry.
Thread 6 "Socket Thread" received signal SIGPIPE, Broken pipe.
Stack:
#0 __libc_send
#1 pt_Send
#2 ssl_DefSend
#3 ssl3_SendRecord
#4 SSL3_SendAlert
#5 ssl_SecureClose
#6 ssl_Close
#7 nsNSSSocketInfo::CloseSocketAndDestroy
#8 nsSSLIOLayerClose
#9 PR_Close
#10 mozilla::net::nsSocketTransport::CloseSocket
#11 mozilla::net::nsSocketTransport::ReleaseFD_Locked
#12 mozilla::net::nsSocketTransport::OnSocketDetached
#13 mozilla::net::nsSocketTransportService::DetachSocket
#14 mozilla::net::nsSocketTransportService::DoPollIteration
#15 mozilla::net::nsSocketTransportService::Run
#16 nsThread::ProcessNextEvent
#17 NS_ProcessNextEvent
#18 mozilla::ipc::MessagePumpForNonMainThreads::Run
...
(see full stack in attachment)
This is from a local trunk debug build of Firefox on 64-bit Linux.
| Reporter | ||
Comment 1•9 years ago
|
||
Actually, I did manage to crash it again when restoring the tabs.
I'll try to dig up the actual URLs...
| Reporter | ||
Comment 2•9 years ago
|
||
The URLs in the above screenshot:
Window 1:
about:sessionrestore
http://www.answers.com/article/31041639/michael-jacksons-son-blanket-is-14-and-people-think-he-looks-a-lot-like-his-father?param4=fb-us-de-gute-rr-ttc¶m1=animals&s=6
https://www.youtube.com/watch?v=QQ08BZiaz5A
http://www.odometer.com/lifestyle/1548492/17-people-share-the-worst-display-of-incompetence-theyve-ever-witnessed/?_fc=1548492&utm_campaign=od-fbk-d-us-4cf11158&utm_source=fbk&_fcs#page=7
about:newtab
http://allrecipes.com/recipe/152915/most-amazing-challah/print/?recipeType=Recipe&servings=32
http://elections.ap.org/content/latest-rep-wasserman-schultz-beats-primary-challenge
Window 2:
http://definition.org/the-secrets-of-the-duggars-kids-you-didnt-know/11/
http://elections.ap.org/content/latest-rep-wasserman-schultz-beats-primary-challenge
| Reporter | ||
Updated•9 years ago
|
Keywords: reproducible
Comment 3•8 years ago
|
||
Please reopen if this is still an issue.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•