|
From: Andrej N. G. <an...@re...> - 2012-07-07 11:08:29
|
Hello!
I've found a bug and cannot find if I can do anything with it. May be
someone else can help. Bug is reproducible with Git version as well as
with any older one:
1) open PCManFM window;
2) enter in prompt some path which doesn't exist (just add a character to
the path which already is in there, no need to press 'Enter');
3) press 'New Tab' button;
4) result is below:
(pcmanfm:26871): Gtk-CRITICAL **: IA__gtk_entry_get_text: assertion `GTK_IS_ENTRY (entry)' failed
Program received signal SIGSEGV, Segmentation fault.
0x00abca79 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
(gdb) bt
#0 0x00abca79 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#1 0x00abcf76 in g_utf8_normalize () from /lib/i386-linux-gnu/libglib-2.0.so.0
#2 0x00329fca in gtk_entry_completion_complete () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0
#3 0x003164ca in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0
#4 0x00a2125c in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#5 0x00a04c3c in g_closure_invoke () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#6 0x00a211ce in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#7 0x00a86110 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#8 0x00a8a25f in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0
#9 0x00a8a990 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#10 0x00a8af9b in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0
#11 0x0039cfcf in gtk_main () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0
#12 0x08052a95 in main (argc=1, argv=0xbffff5b4) at pcmanfm.c:227
I don't know how exactly completion works and what could cause that crash
so probably someone of you can help anyhow to find a workaround.
With best wishes.
Andriy.
|