-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.10.15 sqlite segfaults #27
Comments
the tombstone looks like this: Build fingerprint: 'google/yakju/maguro:4.1.1/JRO03C/398337:user/release-keys' backtrace: stack: memory near r0: memory near r1: memory near r2: memory near r4: memory near r6: memory near r7: memory near r8: memory near sl: memory near fp: memory near ip: memory near sp: code around pc: code around lr: pid: 1665, tid: 1666, name: SignalSender backtrace: stack: pid: 1665, tid: 1668, name: SignalSender backtrace: stack: |
I hope I circumvented all issues regarding node-sqlite3 by compiling it into the node executable as a core module. |
Hi,
i backported the android-configure script and related changes from node master to the v0.10.15-release branch and REPL works fine.
i also built node-sqlite3 master against this linking everything statically into sqlite3_bindings.node. when I require it I just get a plain seg fault:
I'm somewhat at a loss right now, as i dont have too much experience with C++ debugging. maybe someone else has stumbled over similar issues?
thanks for any suggestions.
cheers
The text was updated successfully, but these errors were encountered: