-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Got error when connecting to google smtp #3073
Comments
Yes, possibly. Would it be possible for you to provide a test case? Failing that, can you post a backtrace? Here's how you obtain one:
|
It could be my own problem, since I'm running node in a jailed environment. Thanks a lot. |
Never mind. In a jailed environment. |
I would still like to resolve this issue if you're up to it. You should never see an assert, it's by its very definition an unhandled error situation. |
I used 'daemon' to chroot, and used 'nodemailer' to send email On Mon, Apr 9, 2012 at 5:58 PM, Ben Noordhuis
|
A small test case would help a lot but a backtrace is oftentimes enough to point me in the right direction. |
(gdb) backtrace full On Tue, Apr 10, 2012 at 2:06 PM, Ben Noordhuis
Fred Xiang |
Thanks. Now I know where it's happening and where it's coming from but admittedly I don't understand why it's happening. If you have a test case, that would be much appreciated! |
var daemon, nodemailer, transport; daemon = require('daemon'); nodemailer = require('nodemailer'); daemon.chroot("/tmp"); transport = nodemailer.createTransport('SMTP', { transport.sendMail({ On Mon, Apr 16, 2012 at 5:13 PM, Ben Noordhuis
Fred Xiang |
../src/node_crypto.cc:685: void node::crypto::Connection::ClearError(): Assertion `handle_->Get(String::New("error"))->BooleanValue() == false' failed.
And process dies.
Could it be a SSL error?
v0.6.14
The text was updated successfully, but these errors were encountered: