In RT's file browser:
Now in RT's Editor:
Set Damping to 0
Activate Contrast by Detail levels
This results in SIGSEGV. See debug dump below.
Just tell me if you need additional information.
Sincerely,
Claes in Lund, Sweden
Reproduced. I had to click Contrast+ several times, then it crashed.
Using http://rawtherapee.com/shared/test_images/colortarget/FUJIFILM%20X-T1%20daylight.raf
Reproduced also using amsterdam.pef, same procedure.
Reproducible in dev, but not in pixelshift_fixes, which is 26 commits behind dev.
This at least reduces the number of bisect steps ;-)
Bisected to https://github.com/Beep6581/RawTherapee/commit/b42a45b4817ca838d0d8490638da9f94f35d9b71
ping @agriggio
I'll look into this once I'm done with #4479
But please feel free to work on it :-)
ping @agriggio
CIao Alberto,
I have a hunch that it is the
_Set Damping to 0_
that is the culprit here, i.e. if
Damping > 0, there is no problem (?).
Cordiali Saluti,
Claes a Lund, Svezia
@ClaesGitHub Setting the damping to != 0 avoids the crash because it implicitely avoids negative Lab L values before the next processing step. Bisecting clearly shows the responsible commit and RL deconvolution code was not changed with this commit afaik.
yes sorry, it's a side effect of unbounded processing. I knew it would happen sooner rather than later :-)
@ClaesGitHub can you try again with the latest dev? I pushed some changes that might have made this go away -- I just tried and was unable to reproduce
@agriggio
Ciao!
Thank you. I have just checked the latest dev and I can _not_ reproduce the error.
/Claes
@agriggio Fix confirmed :+1: