gthumb failing to start

_spOOn

Member
Joined
Feb 23, 2015
Messages
52
Reaction score
0
Hi guys,

Got a really weird issue.

When user a is logged in, and they try and start gthumb, they get the following:

Inconsistency detected by ld.so: dl-tls.c: 75: _dl_next_tls_modid: Assertion `result <= _rtld_local._dl_tls_max_dtv_idx + 1’ failed!

At this point, gthumb fails to start.

If I run as root, I don’t get any inconsistency issues, and it successfully starts.

Also, if I do an xhost + as user 1, then from a terminal do a sudo su - user2, and then run gthumb as user2, it doesn’t throw any inconsistency errors, and starts OK.

If I login to xfce as user2, then attempt to start gthumb, it once again throws an inconsistency error, and fails to start.

Any suggestions?
 
Last edited:

Dragan

Well-known member
Staff member
Joined
Jan 13, 2012
Messages
6,371
Reaction score
65
Got a really weird issue.
Hi Adam,
Thank you for reporting problem…it seems that this is an old libc problem in Debian
#219352 - Inconsistency detected by ld.so: …/sysdeps/generic/dl-tls.c: 72: _dl_next_tls_modid: Assertion `result <= _rtld_local._dl_tls_max_dtv_idx’ failed! - Debian Bug report logs

However, the new version seems to work properly in TRIOS
Index of /trios/mia/pool/main/g/gthumb/
View attachment 4013
 
Last edited:

_spOOn

Member
Joined
Feb 23, 2015
Messages
52
Reaction score
0
Hi Dragan,

Thanks for that, I can confirm that after updating to the latest available gthumb packages in the mia repo, gthumb is now functioning.

Thanks for the help.

Cheers,
 
Last edited:
Top