Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

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".

asked 17 Nov '11, 04:22

Hormiga's gravatar image

Hormiga
1112
accept rate: 0%

edited 17 Nov '11, 08:09

Volker%20Barth's gravatar image

Volker Barth
40.2k361550822

Do you have any other information about the error?

(17 Nov '11, 06:15) Breck Carter

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.

(17 Nov '11, 07:04) Hormiga
Replies hidden

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?

(17 Nov '11, 08:09) Volker Barth

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?

(17 Nov '11, 08:12) Mark Culp
Replies hidden

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 +++

(18 Nov '11, 01:08) Hormiga

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.

(18 Nov '11, 01:16) Hormiga
showing 3 of 6 show all flat view
Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×108
×68
×36

question asked: 17 Nov '11, 04:22

question was seen: 2,528 times

last updated: 18 Nov '11, 01:16