Re: [Firebird-devel] node-firebird-libfbclient SEG FAULT when nodejs exits

2017-01-18 Thread Denys Khanzhyiev
It works in my Ubuntu VM, travis script needs to set default db password. 2017-01-18 10:38 GMT+01:00 marius adrian popa : > Could you try with the latest version from ppa ? > > https://launchpad.net/~mapopa/+archive/ubuntu/ppa > > On Tue, Jan 17, 2017 at 7:46 PM, Denys Khanzhyiev > wrote: > >> H

Re: [Firebird-devel] node-firebird-libfbclient SEG FAULT when nodejs exits

2017-01-18 Thread marius adrian popa
Could you try with the latest version from ppa ? https://launchpad.net/~mapopa/+archive/ubuntu/ppa On Tue, Jan 17, 2017 at 7:46 PM, Denys Khanzhyiev wrote: > Hi all, > trying to setup a kind of CI with travis for node-firebird-libfbclient. > Keep getting SEG FAULT when tests are finished and n

[Firebird-devel] node-firebird-libfbclient SEG FAULT when nodejs exits

2017-01-17 Thread Denys Khanzhyiev
Hi all, trying to setup a kind of CI with travis for node-firebird-libfbclient. Keep getting SEG FAULT when tests are finished and nodejs exists. Isolated it to one test case: the test tests the case when erronous query is called async, i.e. 1. isc_attach_database is called on some thread from th