Appserver client crashes with core dump

  • Thread starter Thread starter toltech
  • Start date Start date
T

toltech

L.S.,
We are trying to run appserverclient on Ubuntu feisty. For this we downloaded the tar.gz package. Running bash install.sh seems to work, the next command also works:
./appserverclient -s 10.1.0.164 -m AL -u administrator -p xxx -o 3
It returns a whole list and also the exported applications.
./appserverclient -s 10.1.0.164 -m AL -u administrator -p xxx -o 3 | grep InName
<InName>notepad.exe</InName>
<InName>My desktop</InName>
<InName>WinSCP.exe</InName>
<InName>System properties</InName>

The next step is:
./appserverclient -s 10.1.0.164 -u administrator -p xxx -o 3 -a notepad.exe
Segmentation fault (core dumped)

Any ideas?
regards,
Robert
 
I also found this thread: #1001 http://www.2x.com/forums/viewtopic.php? ... ight=linux

I renamed the computer (w2003 server) to "a" and took a very short password. This did not help my case. Running an strace gives:

futex(0xb7e2fa4c, FUTEX_WAKE, 2147483647) = 0
open("/usr/lib/gconv/UTF-16.so", O_RDONLY) = 5
read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\4\0"..., 512) = 512
fstat64(5, {st_mode=S_IFREG|0644, st_size=9488, ...}) = 0
mmap2(NULL, 12328, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0xb7f90000
mmap2(0xb7f92000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x1) = 0xb7f92000
close(5) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV (core dumped) +++
Process 7876 detached
 
We figured out the problem, it is as described the name of the client which can not be too long. We think a recompile for Ubuntu should solve the problem
 
Back
Top