Closed
Bug 394830
Opened 18 years ago
Closed 13 years ago
Can not cancel pending HTTP request from NSS during compatibility check on app upgrade
Categories
(Toolkit :: Add-ons Manager, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: robert.strong.bugs, Unassigned)
References
Details
(Whiteboard: [bugday-20110513])
With a debug build canceling the compatibility check on app upgrade I got the following and the app didn't continue.
WARNING: Attempt to close SSL socket from a thread that is not the main thread.
Can not cancel pending HTTP request from NSS: file c:/moz/mozilla_trunk/mozilla/security/manager/ssl/src/nsSSLThread.cpp, line 417
Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
Comment 1•14 years ago
|
||
Rob, is that still an issue?
![]() |
Reporter | |
Comment 2•14 years ago
|
||
Likely... don't have the time to check atm and anyone with a debug build can check.
Comment 3•14 years ago
|
||
Works for me my debug build: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0a1) Gecko/20110503 Firefox/6.0a1. Was this Windows only?
Whiteboard: [bugday-20110513]
Comment 4•13 years ago
|
||
This is no longer possible because nsSSLThread has been removed in bug 674147.
You need to log in
before you can comment on or make changes to this bug.
Description
•