Skip to content

Instantly share code, notes, and snippets.

@pedrocr
Created February 26, 2015 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pedrocr/a4991c3673476e2bf38a to your computer and use it in GitHub Desktop.
Save pedrocr/a4991c3673476e2bf38a to your computer and use it in GitHub Desktop.
darktable-cli crash
Reading symbols from /opt/darktable/bin/darktable-cli...done.
(gdb) run
Starting program: /opt/darktable/bin/darktable-cli Panasonic_LX100_aspect_ratio_1to1.RW2 Panasonic_LX100_aspect_ratio_1to1.jpg
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe822a700 (LWP 20284)]
[New Thread 0x7fffe7a29700 (LWP 20285)]
[New Thread 0x7fffcdb0c700 (LWP 20286)]
[New Thread 0x7fffcd30b700 (LWP 20287)]
[New Thread 0x7fffccb0a700 (LWP 20288)]
[New Thread 0x7fffc7fff700 (LWP 20289)]
[Thread 0x7fffcd30b700 (LWP 20287) exited]
[Thread 0x7fffc7fff700 (LWP 20289) exited]
[Thread 0x7fffcdb0c700 (LWP 20286) exited]
[Thread 0x7fffccb0a700 (LWP 20288) exited]
[New Thread 0x7fffc7fff700 (LWP 20290)]
[New Thread 0x7fffccb0a700 (LWP 20291)]
Program received signal SIGSEGV, Segmentation fault.
dt_masks_get_from_id (dev=0x0, id=0) at /home/pedrocr/Projects/darktable/src/develop/masks/masks.c:650
650 GList *forms = g_list_first(dev->forms);
(gdb) bt
#0 dt_masks_get_from_id (dev=0x0, id=0) at /home/pedrocr/Projects/darktable/src/develop/masks/masks.c:650
#1 0x00007ffff7a3a64f in dt_iop_commit_params (module=module@entry=0xe23e30, params=0xe24210, blendop_params=0xe24380, pipe=pipe@entry=0x7ffffffe9060, piece=piece@entry=0xe2d470)
at /home/pedrocr/Projects/darktable/src/develop/imageop.c:1335
#2 0x00007ffff7a3a7c6 in dt_iop_init_pipe (module=module@entry=0xe23e30, pipe=pipe@entry=0x7ffffffe9060, piece=piece@entry=0xe2d470)
at /home/pedrocr/Projects/darktable/src/develop/imageop.c:459
#3 0x00007ffff7a487f1 in dt_dev_pixelpipe_create_nodes (pipe=pipe@entry=0x7ffffffe9060, dev=dev@entry=0x7ffffffe9480) at /home/pedrocr/Projects/darktable/src/develop/pixelpipe_hb.c:216
#4 0x00007ffff79ff38d in dt_imageio_export_with_flags (imgid=imgid@entry=1, filename=filename@entry=0x7fffffffbb30 "Panasonic_LX100_aspect_ratio_1to1.jpg", format=format@entry=0xcc1470,
format_params=format_params@entry=0xe394c0, ignore_exif=ignore_exif@entry=0, display_byteorder=display_byteorder@entry=0, high_quality=high_quality@entry=1, upscale=upscale@entry=0,
thumbnail_export=thumbnail_export@entry=0, filter=filter@entry=0x0, copy_metadata=copy_metadata@entry=1, storage=storage@entry=0xce4700, storage_params=storage_params@entry=0xe37c60,
num=num@entry=1, total=total@entry=1) at /home/pedrocr/Projects/darktable/src/common/imageio.c:629
#5 0x00007ffff7a0046e in dt_imageio_export (imgid=1, filename=0x7fffffffbb30 "Panasonic_LX100_aspect_ratio_1to1.jpg", format=0xcc1470, format_params=0xe394c0, high_quality=1, upscale=0,
copy_metadata=1, storage=0xce4700, storage_params=0xe37c60, num=1, total=1) at /home/pedrocr/Projects/darktable/src/common/imageio.c:507
#6 0x00007fffdc79b0b3 in store (self=0xce4700, sdata=<optimized out>, imgid=<optimized out>, format=0xcc1470, fdata=0xe394c0, num=1, total=1, high_quality=1, upscale=0)
at /home/pedrocr/Projects/darktable/src/imageio/storage/disk.c:286
#7 0x00000000004022f2 in main (argc=3, arg=0x7fffffffde58) at /home/pedrocr/Projects/darktable/src/cli/main.c:410
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment