-
Notifications
You must be signed in to change notification settings - Fork 150
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
Core dump on AIX and node 10.8 #439
Comments
(disclaimer: I'm neither an AIX export nor an ibm_db contributor, so count this as a non-definitive answer) I have seen cases where using the non-pthread form of these libraries results in a branch to zero, which we are seeing here. |
I tried with: and got the same results.
|
@ukulanne LD_LIBRARY_PATH works only on Linux not on AIX. You need to set LIBPATH for AIX. |
Same result. |
|
|
|
Same thing with node 10.9 |
[POSTING THIS FOR REFERENCE] |
|
Simil node 10.10 |
Hi @ukulanne , Just a guess, please try to increase the system ulimit resources.
|
Hi @ukulanne , any updates? did you get time to test it again? |
No. I am not sure that anything has changed with newer versions of node or ibdmdb for me to spend more time testing this and unfortunately we are no longer considering AIX and node to be reliable for our team to use. I will schedule some time next week to test to see whether the core dump is still happening on node 10.12 and 11.0 . Regarding the If npm install ibm_db aborts with "Out Of Memory" error on AIX, first run ulimit -d unlimited and then npm install ibm_db. I will be very happy to try any more suggestions or pointers you can give. |
Same result on 10.13
|
Simil modo on version 11.0.0
|
Use --debug option with node-gyp command. Thanks. |
Using node 10.8 I gave ibm_db on AIX another try and I was able to get a little farther than my previous attempt documented on #398 . My little script gets a long time to connect but it is able to make the query and then core dumps:
I am using:
These are my lpar specs, versions and configurations:
Please note that I am using RPMs coming from the IBM AIX Linux Toolbox
I have little experience debugging node so I am not sure what else I could provide that can be helpful.
I have also considered that maybe I am missing something on my LD_LIBRARY_PATH.
The text was updated successfully, but these errors were encountered: