Comment 9 for bug 352271

Revision history for this message
Martin Pitt (pitti) wrote : Re: [Bug 352271] Re: print-camera-list crashed with SIGSEGV in try_dlopen()

fuxter [2009-04-01 9:31 -0000]:
> unfortunately the NAT is my ISP's.

As I said, then you need some outside computer you can ssh to.

> so, maybe some more actions i can do and attach some output.
> by the way, i built-dep libgphoto2 and installed gdb.

Could you please try this:

  sudo apt-get install devscripts
  apt-get source libgphoto2
  cd libgphoto2-*
  DEB_BUILD_OPTIONS=nostrip,noopt debuild -us -uc

This should build a debugging version of libgphoto2 and produce some
.debs. Install them with

  sudo dpkg -i ../*.deb

Then please try

  gdb --args /usr/lib/libgphoto2/print-camera-list hal-fdi

Type "run", let it crash, then do "bt full", and copy&paste it here.
If the first few lines are still "??", we need to look further where
this happens, and install more debug symbols.

Thank you, your help is much appreciated!