Hi Mark,

you are hitting a so called failed assertion, which was built into the 
code in order to catch a situation that normally should not occur. A 
debug version of darktable will abort its operation whenever it 
encounters such a failed assertion.

That said this specific assertion tests whether some parameter that is 
reported back by a module falls into a reasonable range - this seems not 
to be the case. The question now is why.

Running darktable from within gdb could help. As soon as the assertion 
occurs you will get back to a gdb prompt and can give the command 
"thread apply all bt". The output would be interesting for us to debug 
the issue.

The second topic about JPEG is just a warning, you can ignore it.

Ulrich



Am 02.02.2013 19:49, schrieb Mark Patey:
> Hi, all-
>
> I just imported a film roll and edited several shots. Then darktable
> began crashing (closing instantly, not freezing), and I noticed it was
> happening whenever I scrolled up to a certain point in the film roll. It
> happens in both the light table and filmstrip.
>
> When running from a command line, here's what happens:
>
>     mjpatey@minimus:~$ darktable
>     Not a JPEG file: starts with 0x49 0x49
>     Not a JPEG file: starts with 0x49 0x49
>     darktable:
>     /build/buildd/darktable-1.1.2+27~gd926fe6/src/develop/pixelpipe_hb.c:597:
>     dt_dev_pixelpipe_process_rec: Assertion `tiling.factor > 0.0f &&
>     tiling.factor < 100.0f' failed.
>     Aborted (core dumped)
>
>
> ...the first "Not a JPEG file..." message happens early on in the
> filmstrip, and a little further down, the second one happens, followed
> immediately by the "tiling.factor" failure message and crash.
>
> I'm running darktable 1.1.2+27~gd926fe6.
>
> Is there a way to fix this without having to delete and re-import the
> images? And if I do have to delete and re-import, can I save the .xmp
> files from the original batch to preserve my edits?
>
> Thanks for any light you can shed!
>
> -Mark

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
Darktable-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/darktable-users

Reply via email to