[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Segfault in libltdl
From: |
Ralf Wildenhues |
Subject: |
Re: Segfault in libltdl |
Date: |
Fri, 22 May 2009 19:43:38 +0200 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
Hi Kai,
thanks for the report.
* Kai Sterker wrote on Fri, May 22, 2009 at 02:44:12PM CEST:
> The program I am working on is composed of a number of shared
> libraries and Python modules. I recently updated the build to use
> -no-undefined, to ensure that each library and Python module would
> have all required dependencies linked in. All is working well on
> MacOSX and I even got the build working on Windows, so I assumed no
> problems on Linux. However, a user reported segfaults when trying to
> run some of the included Python scripts. So I tried for myself on
> Ubuntu 9.04 and found that the segfault originates in libltdl.
Was
LTDL_SET_PRELOADED_SYMBOLS();
called before using libltdl? Does adding it fix the segfault?
Thanks,
Ralf