Thanks for the backtrace and log file.  It looks like some RAW file is
causing libraw to crash, but unfortunately the files you attached don't
reveal which RAW file that is.

As a next debugging step, let's try the following.  You'll need to be
able to reproduce the crash again.  If necessary, you can run Shotwell
with an empty scratch library (e.g. shotwell -d ~/foo) so you can import
again without affecting your main library.

1. Start GDB:

$ gdb shotwell

2. Run Shotwell within GDB, passing any arguments as necessary:

(gdb) run
-or-
(gdb) run -d ~/foo

3. Import photos so that the crash occurs again.

4. From another terminal window, run this command:

$ lsof -p `pidof shotwell` > lsof.out

5. Attach the file lsof.out to this ticket.

I hope this will reveal which RAW file is causing the problem.  Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720975

Title:
  shotwell crashed with SIGFPE in LibRaw::identify()

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to