Appserver client crashes with core dump

Discussion in 'Parallels Remote Application Server' started by toltech, Jul 6, 2007.

  1. toltech

    toltech Guest

    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
     
  2. toltech

    toltech Guest

    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
     
  3. toltech

    toltech Guest

    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
     
  4. geoffreys1

    geoffreys1 Forum Maven

    Messages:
    532
    What version are you running?

    This is a known bug but should be fixed in the last version.
     

Share This Page