Re: [darktable-dev] crash when updating blendop params in presets

2018-11-10 Thread johannes hanika
hehe, i wouldn't post backtraces from anything but <10min old git, would i :) i think the last people who touched this are houz and parafin, around where the module->init() call takes place. the last line in the backtrace is probably a red herring, the problem is that rawprepare's init() function

Re: [darktable-dev] crash when updating blendop params in presets

2018-11-10 Thread Pascal Obry
Sorry for the noise I see the Git sha1 in the first line of the backtrace :) -- Pascal Obry / Magny Les Hameaux (78) The best way to travel is by means of imagination http://www.obry.net gpg --keyserver keys.gnupg.net --recv-key F949BD3B

Re: [darktable-dev] crash when updating blendop params in presets

2018-11-10 Thread Pascal Obry
Hi Johannes, > just so i don't lose track of it. i just got this crash (see attached). With which version? The backtrace crash here src/common/image.c:112, but this is: const char *dt_non_raw_extensions[] = { ".jpeg", ".jpg", ... So I'm asking. Thanks, -- Pascal Obry / Magny

[darktable-dev] crash when updating blendop params in presets

2018-11-10 Thread johannes hanika
heya, just so i don't lose track of it. i just got this crash (see attached). what happens is that for some obscure reason, we need a module_t (not only module_so_t) when updating legacy blendop params in old presets. i happen to have one for rawprepare (which is called "debug dng" so i don't