[Thunar-dev] reproducible crash

Benedikt Meurer benedikt.meurer at unix-ag.uni-siegen.de
Thu Nov 17 19:16:54 CET 2005


Pablo Hdez-M. Saiz wrote:
> Hi,
> 
> Thunar crashes when browsing some folder.
> It's reproducible, always with the same folder.
> But only with certain icon themes.
> 
> Backtrace follows:
> 
> Program received signal SIGABRT, Aborted.
> [Switching to Thread -1218303776 (LWP 15510)]
> 0xffffe410 in __kernel_vsyscall ()
> (gdb) backtrace
> #0  0xffffe410 in __kernel_vsyscall ()
> #1  0xb78119b1 in raise () from /lib/tls/i686/cmov/libc.so.6
> 
> #2  0xb78132c9 in abort () from /lib/tls/i686/cmov/libc.so.6
> #3  0xb79567f4 in g_logv () from /usr/lib/libglib-2.0.so.0
> #4  0xb7956828 in g_log () from /usr/lib/libglib-2.0.so.0
> #5  0xb7956964 in g_return_if_fail_warning () from /usr/lib/libglib-
> 2.0.so.0
> #6  0xb79c08dc in g_object_unref () from /usr/lib/libgobject-2.0.so.0
> #7  0xb7354bc1 in rsvg_preserve_aspect_ratio () from /usr/lib/librsvg-2.so.2
> #8  0xb7354245 in rsvg_defs_free () from /usr/lib/librsvg-
> 2.so.2
> #9  0xb736f8f8 in rsvg_handle_free () from /usr/lib/librsvg-2.so.2

Looks like a bug in librsvg (it'd be a good idea to file a bugreport to
the developers, so this can be fixed). Thunar dumps core here, because
the development versions treat warnings as fatal errors (this is to make
sure bugs aren't overseen, as every warning of this class is essentially
a bug). (Un)fortunately, this also shows bugs in third party modules.

You can work-around the problem by editing thunar/main.c and commenting
out line 53.

> thx.
> Pablo.

HTH,
Benedikt



More information about the Thunar-dev mailing list