On Tue, 2 Dec 2025 17:26:29 +0100 Jörg-Volker Peetz <[email protected]> wrote:
>Andreas Rönnquist wrote on 01/12/2025 21:47: ><snip>> Thanks. Unfortunately that doesn't give me much. Could you please> >install the debug package of geeqie and get a backtrace through gdb? > > I can give you more detailed instructions on how to do this, if you > > need them. > > > > /Andreas > > [email protected] > >I installed the package geeqie-dbgsym and got a backtrace through gdb: > >$ gdb geeqie >... >(gdb) run >... >Thread 1 "geeqie" received signal SIGSEGV, Segmentation fault. >0x00007ffff7f7b2c2 in ?? () from /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0 >(gdb) bt >#0 0x00007ffff7f7b2c2 in ?? () > from /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0 >#1 0x00007ffff7f7ce52 in ?? () > from /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0 >#2 0x00007ffff7f7de36 in ?? () > from /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0 >#3 0x00007ffff7f783ff in gdk_pixbuf_scale () > from /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0 >#4 0x000055555565a5ac in (anonymous namespace)::rt_tile_render ( > rt=0x5555559a2c70, it=0x555556224530, x=<optimized out>, > y=<optimized out>, w=<optimized out>, h=<optimized out>, new_data=1, > fast=<optimized out>) at ../src/renderer-tiles.cc:1423 >#5 0x000055555565ba33 in (anonymous namespace)::rt_tile_expose ( > rt=0x5555559a2c70, it=0x555556224530, x=0, y=0, w=128, h=128, > new_data=<optimized out>, fast=1) at ../src/renderer-tiles.cc:1492 >#6 (anonymous namespace)::rt_queue_draw_idle_cb (data=0x5555559a2c70) > at ../src/renderer-tiles.cc:1625 >#7 0x00007ffff71c86ae in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#8 0x00007ffff71cba4f in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#9 0x00007ffff71cc1d0 in g_main_context_iteration () > from /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#10 0x00007ffff741b0bd in g_application_run () > from /lib/x86_64-linux-gnu/libgio-2.0.so.0 >#11 0x00005555555ad9b4 in main (argc=1, argv=0x7fffffffde68) > at ../src/main.cc:1142 > >Regards, >Jörg. Thanks - It would be very nice to get the symbols for those libgdk_pixbuf-2.0 calls to - could you please install the debug symbols in libgdk-pixbuf-2.0-0-dbgsym too and do the backtrace again? (That should be the package if I'm not mistaken). /Andreas [email protected]

