[Radiance-dev] Re: [Radiance-general] Problems with Ubuntu's
radiance distribution on amd64 platform
Bernd Zeimetz
bernd at bzed.de
Sat Jul 25 11:35:32 PDT 2009
Lars O. Grobe wrote:
> Currently downloading the latest snapshot for a -g build ;-)
If I remember right there is some way to retrieve the external debug symbols in
Ubuntu... But I could add a -dbg package in any case.
If you want to give the latest Debian package a try and compile it with debug
symbols, do the following:
git clone git://git.recluse.de/debian/pkg-radiance.git
cd pkg-radiance
export DEB_BUILD_OPTIONS=nostrip,noopt
git-buildpackage
(if you don't have git-buildpackage, use dpkg-buildpackage -i.git -I.git)
That should give you some .deb files with included debug symbols.
Then try to get a core dump, or run the executable in gdb.
ulimit -c unlimited
will help:)
In gdb please use
bt full
to get a full backtrace.
Then file it as bug in the Debian bts or send it to this list :)
Cheers,
Bernd
--
Bernd Zeimetz Debian GNU/Linux Developer
GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79
ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F
More information about the Radiance-dev
mailing list