[Bug 701737] Re: Shotwell SIGSEGV in LibRaw::sony_arw_load_raw()

2011-03-23 Thread Bug Watch Updater
** Changed in: shotwell Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/701737 Title: Shotwell SIGSEGV in LibRaw::sony_arw_load_raw() -- ubuntu-bugs mailing

[Bug 701737] Re: Shotwell SIGSEGV in LibRaw::sony_arw_load_raw()

2011-03-17 Thread Bug Watch Updater
** Changed in: shotwell Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/701737 Title: Shotwell SIGSEGV in LibRaw::sony_arw_load_raw() -- ubuntu-bugs mailing list

[Bug 701737] Re: Shotwell SIGSEGV in LibRaw::sony_arw_load_raw()

2011-02-09 Thread Timo Witte
Thanks for testing it. Hope Yorba will update their libraw as soon as possible. They could also update to 0.13.1 which is currently stable (the ticket says 0.12). I have compiled shotwell with 0.13.1 and it works for me now! -- You received this bug notification because you are a member of

[Bug 701737] Re: Shotwell SIGSEGV in LibRaw::sony_arw_load_raw()

2011-02-09 Thread Timo Witte
sry.. the ticket say 0.13 ;) just missed the title -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/701737 Title: Shotwell SIGSEGV in LibRaw::sony_arw_load_raw() -- ubuntu-bugs mailing list

[Bug 701737] Re: Shotwell SIGSEGV in LibRaw::sony_arw_load_raw()

2011-02-09 Thread Timo Witte
http://git.debian.org/?p=collab- maint/libraw.git;a=commit;h=772aec4ba41d9adc4cc013c0ed1899946bd11884 Luca Falavigna added the 0.13.1 version to debian 15 hours ago. Think we just have to import that package and change the build-deps for shotwell?! -- You received this bug notification because

[Bug 701737] Re: Shotwell SIGSEGV in LibRaw::sony_arw_load_raw()

2011-02-09 Thread Adam Dingle
Yesterday I asked Robert Ancell from Canonical to update libraw to 0.13 in natty and he went ahead and did that. (I'm not sure whether the Debian update you mentioned is related to that.) Because libraw is statically linked into Shotwell, Ubuntu will also need to rebuild Shotwell for Natty now

[Bug 701737] Re: Shotwell SIGSEGV in LibRaw::sony_arw_load_raw()

2011-02-09 Thread Omer Akram
shotwell (0.8.1-0ubuntu3) natty; urgency=low * Rebuild against libraw 0.13.1 -- Robert Ancell robert.anc...@canonical.com Wed, 09 Feb 2011 16:04:57 +1100 ** Changed in: shotwell (Ubuntu) Importance: Undecided = Medium ** Changed in: shotwell (Ubuntu) Status: New = Fix Released

[Bug 701737] Re: Shotwell SIGSEGV in LibRaw::sony_arw_load_raw()

2011-02-07 Thread Adam Dingle
Timo, thanks for this latest ARW file. With this file, I can reproduce your crash when Shotwell is built with libraw 0.9 (the version currently in Ubuntu 11.04). When I build Shotwell with libraw 0.13 (the latest release), however, your photo imports without a problem. So I believe this bug

[Bug 701737] Re: Shotwell SIGSEGV in LibRaw::sony_arw_load_raw()

2011-02-07 Thread Bug Watch Updater
** Changed in: shotwell Status: Unknown = New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/701737 Title: Shotwell SIGSEGV in LibRaw::sony_arw_load_raw() -- ubuntu-bugs mailing list

[Bug 701737] Re: Shotwell SIGSEGV in LibRaw::sony_arw_load_raw()

2011-02-06 Thread Timo Witte
ok i attached the wrong ARW file.. it happens with the file DSC04825.ARW not DSC04823.ARW shotwell crashes when i open DSC04823.ARW because it preloads DSC04825.ARW. I attached the right .ARW file to this Comment and uploaded it here: http://files.spacefish.biz/DSC04825.ARW aswell ** Attachment

[Bug 701737] Re: Shotwell SIGSEGV in LibRaw::sony_arw_load_raw()

2011-02-06 Thread Timo Witte
as i understand the code, the sony_arw_load_raw() function uses the BAYER(row,col) macro to write to a VMA region and the calculated offset is out of range.. I think this happens because the size given in the header of the arw file isn´t right because some part of the arw file is missing..

[Bug 701737] Re: Shotwell SIGSEGV in LibRaw::sony_arw_load_raw()

2011-01-24 Thread Adam Dingle
Timo, to be clear, if you start Shotwell with an empty library (e.g. 'shotwell -d ~/foo') and then import the single ARW file you attached to this ticket, does the SIGSEGV still occur? adam ** Changed in: shotwell (Ubuntu) Status: New = Incomplete -- You received this bug notification

[Bug 701737] Re: Shotwell SIGSEGV in LibRaw::sony_arw_load_raw()

2011-01-21 Thread Jim Nelson
Hi Timo, I'm unable to reproduce this at all. Both the ARW file you sent me and attempting to import 2 zero-byte files works fine. (Obviously Shotwell doesn't import the zero-byte files, but it doesn't crash either.) Are you still seeing this problem? Also, 0.8.1 is now available on our PPA.

[Bug 701737] Re: Shotwell SIGSEGV in LibRaw::sony_arw_load_raw()

2011-01-21 Thread Timo Witte
hm problem still happens on my box.. Maybe this is a problem with localisation? apport catched the crash after i updated my box to the newest packages.. in the section SegvAnalysis it says something about the file /usr/share/locale-langpack/de/LC_MESSAGES/libexif-12.mo i have uploaded the apport

[Bug 701737] Re: Shotwell SIGSEGV in LibRaw::sony_arw_load_raw()

2011-01-21 Thread Timo Witte
SegvAnalysis: Segfault happened at: 0x6703a2 _ZN6LibRaw17sony_arw_load_rawEv+562: mov %r14w,(%rdx,%rsi,1) PC (0x006703a2) ok source %r14w ok destination (%rdx,%rsi,1) (0x7f8d231a5acc) in non-writable VMA region: 0x7f8d231a4000-0x7f8d231c r--p

[Bug 701737] Re: Shotwell SIGSEGV in LibRaw::sony_arw_load_raw()

2011-01-16 Thread Timo Witte
** Changed in: shotwell (Ubuntu) Status: Incomplete = New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/701737 Title: Shotwell SIGSEGV in LibRaw::sony_arw_load_raw() -- ubuntu-bugs mailing

[Bug 701737] Re: Shotwell SIGSEGV in LibRaw::sony_arw_load_raw()

2011-01-15 Thread Timo Witte
i have started shotwell with SHOTWELL_LOG=1 but nothing interesting in the logfile.. things the error happens before shotwell writes the log.. the 2 files in the last lines are 0 byte .jpg files. ** Attachment added: shotwell logfile

[Bug 701737] Re: Shotwell SIGSEGV in LibRaw::sony_arw_load_raw()

2011-01-15 Thread Timo Witte
i have attached the problematic ARW file, but it´s pretty large!! ** Attachment added: Problematic ARW files https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/701737/+attachment/1794916/+files/DSC04823.ARW -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 701737] Re: Shotwell SIGSEGV in LibRaw::sony_arw_load_raw()

2011-01-14 Thread Jim Nelson
So, this doesn't happen on any .ARW file, just a particular one? One way you can find the file is to do this: Run Shotwell from the console like this: $ SHOTWELL_LOG=1 shotwell Import all the photos you did before. When it crashes, upload the following file to this ticket:

[Bug 701737] Re: Shotwell SIGSEGV in LibRaw::sony_arw_load_raw()

2011-01-12 Thread Timo Witte
I will try to find the file, because this happens when i use the autoimport feature shotwell goes over a few thousand files.. maybe i can do a strace to find the file. I will do it this evening because i am at the university right now learning ;) -- You received this bug notification because you

[Bug 701737] Re: Shotwell SIGSEGV in LibRaw::sony_arw_load_raw()

2011-01-11 Thread Timo Witte
** Also affects: shotwell Importance: Undecided Status: New ** Project changed: shotwell = libraw ** Changed in: libraw Status: New = Incomplete ** Changed in: libraw Status: Incomplete = New -- You received this bug notification because you are a member of Ubuntu

[Bug 701737] Re: Shotwell SIGSEGV in LibRaw::sony_arw_load_raw()

2011-01-11 Thread Timo Witte
hmpf how could i link this to the libraw package? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/701737 Title: Shotwell SIGSEGV in LibRaw::sony_arw_load_raw() -- ubuntu-bugs mailing list

[Bug 701737] Re: Shotwell SIGSEGV in LibRaw::sony_arw_load_raw()

2011-01-11 Thread Jim Nelson
Could you attach a sample ARW file to this ticket that causes this problem? ** Changed in: shotwell (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/701737