I've got ASA 9 on 64-bit linux. When I'm trying to run any program from bin64 directory with any params, all I get is message "Aborted". |
I've got ASA 9 on 64-bit linux. When I'm trying to run any program from bin64 directory with any params, all I get is message "Aborted". |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Question tags:
question asked: 17 Nov '11, 04:22
question was seen: 2,423 times
last updated: 18 Nov '11, 01:16
Do you have any other information about the error?
I can run dbsrv9, dbeng9 and dbversion with no errors at all. All other programs only give me message "Aborted", no more information, no logs.
What happens when you use dbisql (or dbisqlc) to try to connect to the running dbeng9?
What connection params are you using? Does the 32-bit version run successfully?
Try running "strace -o trace.txt <command>" to see how far the program is getting. There might be some hints in the trace.txt to say why you are getting the "aborted" message?
trace.txt ends with this:
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
rt_sigaction(SIGSEGV, {0x7f7dfc80a5d0, [SEGV], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f7dfc5c6a90}, {0x7f7dfc80a5d0, [SEGV], SA_RESTORER| SA_RESTART|SA_SIGINFO, 0x7f7dfc5c6a90}, 8) = 0
rt_sigaction(SIGILL, {0x1, [ILL], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f7dfc5c6a90}, NULL, 8) = 0
rt_sigaction(SIGABRT, {0x1, [ABRT], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f7dfc5c6a90}, NULL, 8) = 0
rt_sigaction(SIGBUS, {0x1, [BUS], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f7dfc5c6a90}, NULL, 8) = 0
rt_sigaction(SIGFPE, {0x1, [FPE], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f7dfc5c6a90}, NULL, 8) = 0
rt_sigaction(SIGSEGV, {0x1, [SEGV], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f7dfc5c6a90}, NULL, 8) = 0
rt_sigaction(SIGHUP, {0x1, [HUP], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f7dfc5c6a90}, NULL, 8) = 0
rt_sigaction(SIGINT, {0x1, [INT], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f7dfc5c6a90}, NULL, 8) = 0
rt_sigaction(SIGQUIT, {0x1, [QUIT], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f7dfc5c6a90}, NULL, 8) = 0
rt_sigaction(SIGTERM, {0x1, [TERM], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f7dfc5c6a90}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
tgkill(9101, 9101, SIGABRT) = 0
--- SIGABRT (Aborted) @ 0 (0) ---
rt_sigaction(SIGABRT, {SIG_DFL, ~[], SA_RESTORER, 0x7f7dfbe376e0}, NULL, 8) = 0
tgkill(9101, 9101, SIGABRT) = 0
--- SIGABRT (Aborted) @ 0 (0) ---
+++ killed by SIGABRT +++
When I'm trying to use 64-bit dbisqlc with no params or like this: ' dbisqlc -c "UID=DBA;PWD=SQL;DBN=TEST" ', it clears screen and then I get message "Aborted".
32-bit programs runs successfully.