Re: [darktable-dev] Re: Unusual stability problem

2017-01-30 Thread Dan Torop
Thank you for the report & the very helpful sample file. I'm mortified, though, that the bug made its way into 2.2.2. Dan David Vincent-Jones writes: > My problem appears to be fixed now ... thanks for the quick work > > David > > On 01/30/2017 09:31 AM, Ulrich Pegelow wrote: > > Great, this

Re: AW: [darktable-dev] Re: Unusual stability problem

2017-01-30 Thread Tobias Ellinghaus
Am Montag, 30. Januar 2017, 19:01:45 CET schrieb PD Dr. Stefan Schmidt: > Hi Hi. > I am just an ordinary user not familiar with the coding details. Version > 2.2.2 (Ubuntu 16.04) which I installed today closes down or freezes in > approx. 80% of the cases when I open a picture in darkroom. Also m

Re: [darktable-dev] Re: Unusual stability problem

2017-01-30 Thread David Vincent-Jones
My problem appears to be fixed now ... thanks for the quick work David On 01/30/2017 09:31 AM, Ulrich Pegelow wrote: Great, this seems to have fixed the issue for me! Ulrich Am 30.01.2017 um 09:45 schrieb johannes hanika: thanks for providing the fix! seems correct to me, since the loop is

AW: [darktable-dev] Re: Unusual stability problem

2017-01-30 Thread PD Dr. Stefan Schmidt
Hi I am just an ordinary user not familiar with the coding details. Version 2.2.2 (Ubuntu 16.04) which I installed today closes down or freezes in approx. 80% of the cases when I open a picture in darkroom. Also my camera is not found for the lens correction (Panasonic GX80) and the program doe

Re: [darktable-dev] Re: Unusual stability problem

2017-01-30 Thread Ulrich Pegelow
Great, this seems to have fixed the issue for me! Ulrich Am 30.01.2017 um 09:45 schrieb johannes hanika: thanks for providing the fix! seems correct to me, since the loop is y <= max and y+1 is accessed inside. i pushed this PR to master. let's see if it fixes it for everyone. cheers, jo

[darktable-dev] darktable 2.2.2 released

2017-01-30 Thread Tobias Ellinghaus
we're proud to announce the second bugfix release for the 2.2 series of darktable, 2.2.2! as always, please don't use the autogenerated tarball provided by github, but only our tar.xz. the checksum is: $ sha256sum darktable-2.2.2.tar.xz 766d7d734e7bd5a33f6a6932a43b15cc88435c64ad9a0b2041

Re: [darktable-dev] Re: Unusual stability problem

2017-01-30 Thread johannes hanika
thanks for providing the fix! seems correct to me, since the loop is y <= max and y+1 is accessed inside. i pushed this PR to master. let's see if it fixes it for everyone. cheers, jo On Mon, Jan 30, 2017 at 5:38 PM, Dan Torop wrote: > I should also mention that the Bayer downscale code for th