[Thunar-dev] Experimental Thunar Trash tarball

Benedikt Meurer benedikt.meurer at unix-ag.uni-siegen.de
Thu Jul 27 11:57:42 CEST 2006


Björn Martensen wrote:
>>$ gdb Thunar
>>[gdb stuff...]
>>(gdb) run
>>[... do something to make it crash ...]
>>(gdb) bt
>>[... get your backtrace ...]
>>(gdb) quit
> 
> That is what i was going to do now :>
> 
> Here is the bt from collapsing the trash tree:
> #0  0xb79c28d7 in g_slice_alloc () from /usr/lib/libglib-2.0.so.0
> #1  0xb79c2aa5 in g_slice_alloc0 () from /usr/lib/libglib-2.0.so.0
> #2  0xb7a9cf1f in g_type_create_instance () from
> /usr/lib/libgobject-2.0.so.0

> and this is the bt from the crash related to expanding Locations:
> #0  0xb79008d7 in g_slice_alloc () from /usr/lib/libglib-2.0.so.0
> #1  0xb7900aa5 in g_slice_alloc0 () from /usr/lib/libglib-2.0.so.0
> #2  0xb79daf1f in g_type_create_instance () from
> /usr/lib/libgobject-2.0.so.0

Hm, did you set G_SLICE=always-malloc? Because the crashes are not in
free().

> btw, I still have to add
> #define __USE_XOPEN
> before #include <time.h>
> to be able to compile.

Send me your config.log please.

> Björn

Benedikt



More information about the Thunar-dev mailing list