Sig 11 after Ubuntu Upgrade

bonephilipp

Newcomer
Joined
Mar 4, 2015
Messages
4
Reaction score
0
Points
0
PREDATAR Control23

Dear adsm people,

I recently upgraded my Ubuntu 32-bit installation from 12.10 to 14.04. Ever since, my adsm client stopped working. In the log files, I see the following message:

ANS0361I DIAG: main thread, fatal error, signal 11

Trying to start dsmc by hand, I get:

Aborted (core dumped)

I saw that a similar problem was reported in August 2014 (https://adsm.org/forum/index.php?threads/ubuntu-32-bit.29324/). However, there is no solution, only a report from someone who says that it works fine for him. I tried to replicate the steps this person reports and everything worked fine in the installation process; yet the error persists.

The version that is currently installed on my system is 6.2.5-1.

Are there any suggestions how to solve this problem or how to troubleshoot?

Thanks and all best,
Philipp
 
PREDATAR Control23

I just want to add the following information:

It appears that the error is related to the gskcrypt32-package. Running gdb on dsmc I get the following:

Reading symbols from ./dsmc...done.
(gdb) run
Starting program: /opt/tivoli/tsm/client/ba/bin/dsmc
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
[New Thread 0xb6d5cb40 (LWP 3134)]

Program received signal SIGSEGV, Segmentation fault.
0x082f0a19 in psCreateCryptoKey(unsigned char*, char*) ()

(gdb) backtrace
#0 0x082f0a19 in psCreateCryptoKey(unsigned char*, char*) ()
#1 0x082f0bfa in psSetUpCryptoKey(unsigned char*, char*) ()
#2 0x082f3a1f in psSetUpPswdFI(Sess_o*, int) ()
#3 0x0824918e in Sess_o::sessNewpswdFI() ()
#4 0x0824d217 in Sess_o::Sess_o(clientOptions*, int) ()
#5 0x0824d32e in new_SessionObject(clientOptions*, int) ()
#6 0x08062571 in dscInit(int, char**, cliType_t) ()
#7 0x08062fda in dscmain(int, char**) ()
#8 0x0805fa71 in main ()

(gdb) x 0x082f0a19
0x82f0a19 <_Z17psCreateCryptoKeyPhPc+169>:0x8b02508b

I don't know if this helps at all. Hope so!
 
PREDATAR Control23

Thanks for your reply, marclant. I tried to install the latest version but the problem remains. I have to try the PMR I suppose. But I wonder why other people seem to have no problem running the client...
 
PREDATAR Control23

There are certain problems that only happen on certain machines because certain conditions or combination of conditions are met. Sometimes, it's quick to find out, sometimes it's like finding a needle in a hay stack.
 
PREDATAR Control23

Sadly, I cannot file a PMR, for I don't have the required privileges...
 
Top