pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Sylpheed crashing
On Mon, Jan 09, 2017 at 09:41:41PM -0500, Ian D. Leroux wrote:
> - what does the ".part.8" in frame #1 mean? "_rtld_unload_object.part.8" isn't a legal C identifier, so what's it doing as a function name in the backtrace?
It is an inlined version of _rtld_unload_object, gcc generates expansions
with some arguments replaced by constant values.
> - Is there a standard procedure for rebuilding the base system dynamic libraries (like libc and libmapper_zone) with debug symbols?
Add -V MKDEBUG=yes to your build.sh command line. There also is MKDEBUGLIB=yes,
but for shared libs that should not be needed.
Martin
Home |
Main Index |
Thread Index |
Old Index