Bug#707681: your gvfs/gphoto2 backtrace
Andreas Henriksson
andreas at fatal.se
Wed Nov 6 09:34:32 UTC 2013
Hello Felipe Reyes!
Thanks for the backtrace you supplied in debian bug #707681.
It seems the crash is caused by libusb being called with invalid arguments
(dev=0x40) from libgphoto2. Unfortunately your backtrace only includes
debugging information for gvfs and not for gphoto2 (and libusb).
Could you please rebuild libgphoto2 with debugging symbols and get
another backtrace? (extra bonus points if you also include libusb
debugging symbols, but that hopefully shouldn't be needed).
To rebuild gphoto2 with debugging symbols, hopefully something like this
should get you there:
mkdir /tmp/debug-build
cd /tmp/debug-build
apt-get source libgphoto2
cd libgphoto2-*
DEB_BUILD_OPTIONS="noopt debug nostrip" dpkg-buildpackage -uc -us
sudo dpkg -i ../*.deb
Then get another backtrace which hopefully includes more information.
PS. If this makes the crash go away, please drop the "noopt" option.
--
Andreas Henriksson
More information about the pkg-gnome-maintainers
mailing list