On Wed, Sep 17, 2008 at 04:35:40PM +0100, Sam Morris <[EMAIL PROTECTED]> wrote: > Package: xulrunner-1.9-dbg > Version: 1.9.0.1-1 > Severity: normal > > The xulrunner debugging symbols package is missing > /usr/lib/debug/usr/lib/xulrunner-1.9/libmozjs.so.
Actually, there is no file missing, and having a /usr/lib/debug/usr/lib/xulrunner-1.9/libmozjs.so wouldn't solve anything. The problem is that gdb is quite dumb with dlopen()ed libraries when what is dlopen()ed is a symlink. Just remove /usr/lib/xulrunner-1.9/dependentlibs.list and it will work. This file is planned to be removed in next release. Mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

