Closed
Bug 316227
Opened 19 years ago
Closed 19 years ago
In <connection-xpcom.js>, "Error Exception nsIScriptableInputStream.read NS_ERROR_XPC_BAD_CONVERT_NATIVE bc_readdata"
Categories
(Other Applications :: ChatZilla, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 316178
People
(Reporter: sgautherie, Assigned: rginda)
Details
[Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.9a1) Gecko/20051112 SeaMonkey/1.5a] (nightly) (W98SE)
I used ChatZilla (for the first time since a long long time)
and got disconnected after a few tens of seconds,
with
{{
Error: [Exception... "Could not convert Native argument arg 1 [nsIScriptableInputStream.read]" nsresult: "0x8057000a (NS_ERROR_XPC_BAD_CONVERT_NATIVE)" location: "JS frame :: chrome://chatzilla/content/lib/js/connection-xpcom.js :: bc_readdata :: line 394" data: no]
Source File: chrome://chatzilla/content/lib/js/connection-xpcom.js
Line: 394
}}
and after a few second I got a security dialog about a certificate ... which I dismissed without looking at it too closely.
Comment 1•19 years ago
|
||
*** This bug has been marked as a duplicate of 316178 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 2•19 years ago
|
||
Agreed.
Comment 3•19 years ago
|
||
btw, the security dialog was most likely because you were connecting to an irc server using ssl with a self-signed certificate.
Reporter | ||
Comment 4•19 years ago
|
||
(In reply to comment #3)
> btw, the security dialog was most likely because you were connecting to an irc
> server using ssl with a self-signed certificate.
I reproduced this behaviour:
the certificate is for "*.mozilla.org",
and this is triggered by the loss of connection.
This may be only a side-effect that there is no worry to have about !?
Comment 5•19 years ago
|
||
As ssieb said, this is because the SSL certificate used by irc.mozilla.org is self-signed, so when the connection fails ChatZilla moves on to the next server - and the second irc.mozilla.org server is the secure one, hence the annoying popup.
You need to log in
before you can comment on or make changes to this bug.
Description
•