Louis Turk <[email protected]> writes: > On 04/06/2016 02:09 PM, Matthieu Moy wrote:
>> What happens if you launch "darktable -d all" from a terminal? >> > > [~]% darktable -d all [...] I don't see anything obvious. A few more things that may help (or not...): * Launch "darktable one-image-file" instead of just "darktable". Might trigger a different behavior. * Try "strace darktable": very noisy, shows all system calls performed by darktable. When you get a freeze, it may be one system call that does not terminate (then you'll see it immediately at the end of the output of strace), or something running in a loop. "strace -e open darktable" shows all files opened by darktable, it may give some hints too. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ ____________________________________________________________________________ darktable user mailing list to unsubscribe send a mail to [email protected]
