Skip to content

Instantly share code, notes, and snippets.

@manrueda
Created February 11, 2015 22:41
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save manrueda/ecf9c4ae7258f1f896c0 to your computer and use it in GitHub Desktop.
Segmentation fault (core dumped) - Node 0.12.0
var sql = require('mssql');
sql.connect({
user: 'XXXX',
password: 'XXXXX',
database: 'XXXXX',
server: 'XXXXX'
}, function(err){
});
PID 9956 received SIGSEGV for address: 0x0
/home/manrueda/Desktop/mssql-test/node_modules/segfault-handler/build/Release/segfault-handler.node(+0x11f6)[0x7fecd36c01f6]
/lib/x86_64-linux-gnu/libpthread.so.0(+0xfc90)[0x7fecd4497c90]
node(_ZN2v88internal7Factory20NewStringFromTwoByteENS0_6VectorIKtEENS0_13PretenureFlagE+0x291)[0x8ba1f1]
node(_ZN2v86String14NewFromTwoByteEPNS_7IsolateEPKtNS0_13NewStringTypeEi+0xb4)[0x7a1724]
node(_ZN4node11StringBytes6EncodeEPN2v87IsolateEPKcmNS_8encodingE+0x6f5)[0xc0b605]
node(_ZN4node6Buffer9Ucs2SliceERKN2v820FunctionCallbackInfoINS1_5ValueEEE+0x164)[0xbe31e4]
node(_ZN2v88internal25FunctionCallbackArguments4CallEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEE+0xa7)[0x7af767]
node[0x7cfeac]
[0x36a74a00740e]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment