Hello Ulrich,
> If you can compile from source you might try to replace
>
>    intersections = dt_masks_dynbuf_init(10 * nb, "path intersections");
>
> by
>
>    intersections = dt_masks_dynbuf_init(MAX(10 * nb, 100), "path 
> intersections");
>
> If this works it implies that this code is called with nb == 0, meaning 
> a path with no nodes. Which is strange.
I've rebuilt darktable with the line patched and the problem went away,
the paths are usable. Thank you!
To be sure, I built dt without the modification, and it crashed so it
wasn't just the binary package.

As you can't reproduce the behaviour, maybe I can help with diagnostics?
Please don't ask for the core file - I'm on a very slow line, it would take 
ages...

kind regards
Michael Figiel
___________________________________________________________________________
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

Reply via email to