Re: Assistance with a dlopen bug...

2014-08-06 Thread Kyle McMartin
On Wed, Jul 30, 2014 at 10:25:42PM +0200, Dan Horák wrote: > > File "/usr/lib64/calibre/calibre/utils/magick/__init__.py", line > > 14, in raise RuntimeError('Failed to load ImageMagick: > > '+_merr) RuntimeError: Failed to load ImageMagick: dlopen: cannot > > load any more object with static TL

Re: Assistance with a dlopen bug...

2014-07-30 Thread Dan Horák
On Wed, 30 Jul 2014 13:20:40 -0600 Kevin Fenzi wrote: > Greetings. > > I'm seeing a fun crash of the calibre application in rawhide. I'm not > fully sure when it started, but I'm not sure how to track it down > either: > > Traceback (most recent call last): > File "/usr/bin/calibre", line 2

Re: Assistance with a dlopen bug...

2014-07-30 Thread Jerry James
On Wed, Jul 30, 2014 at 1:47 PM, Kevin Fenzi wrote: > Sadly, they don't mention how they figured out what things were taking > up dtv slots. Do you know off hand? I'll dig around some more. I don't know, but maybe an strace to see which libraries are being dlopen()ed would give a clue. > Once I

Re: Assistance with a dlopen bug...

2014-07-30 Thread Kevin Fenzi
On Wed, 30 Jul 2014 13:30:55 -0600 Jerry James wrote: > On Wed, Jul 30, 2014 at 1:20 PM, Kevin Fenzi wrote: > > RuntimeError: Failed to load ImageMagick: dlopen: cannot load any > > more object with static TLS > > See > http://stackoverflow.com/questions/19268293/matlab-error-cannot-open-with-s

Re: Assistance with a dlopen bug...

2014-07-30 Thread Jerry James
On Wed, Jul 30, 2014 at 1:20 PM, Kevin Fenzi wrote: > RuntimeError: Failed to load ImageMagick: dlopen: cannot load any more > object with static TLS See http://stackoverflow.com/questions/19268293/matlab-error-cannot-open-with-static-tls for an analysis of what this error means. -- Jerry James