Assistance with a dlopen bug...

Dan HorĂ¡k dan at danny.cz
Wed Jul 30 20:25:42 UTC 2014


On Wed, 30 Jul 2014 13:20:40 -0600
Kevin Fenzi <kevin at scrye.com> 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 20, in <module>
>     sys.exit(main())
>   File "/usr/lib64/calibre/calibre/gui2/main.py", line 458, in main
>     gui_debug=gui_debug)
>   File "/usr/lib64/calibre/calibre/gui2/main.py", line 320, in run_gui
>     from calibre.gui2.ui import Main
>   File "/usr/lib64/calibre/calibre/gui2/ui.py", line 26, in <module>
>     from calibre.db.legacy import LibraryDatabase
>   File "/usr/lib64/calibre/calibre/db/legacy.py", line 17, in <module>
>     from calibre.db.backend import DB
>   File "/usr/lib64/calibre/calibre/db/backend.py", line 31, in
> <module> from calibre.utils.magick.draw import save_cover_data_to
>   File "/usr/lib64/calibre/calibre/utils/magick/__init__.py", line
> 14, in <module> raise RuntimeError('Failed to load ImageMagick:
> '+_merr) RuntimeError: Failed to load ImageMagick: dlopen: cannot
> load any more object with static TLS

IIRC they had the same problem on aarch64 some time ago, Kyle should
know


		Dan
 
> ImageMagick hasn't changed recently at all, so I think it's something
> in it's dep tree, but not really sure how to go about finding it. 
> 
> Anyone have clever ideas? :) 
> 
> kevin


More information about the devel mailing list