After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 156113 - Gedit 2.6.2 crashes after changing directory and trying to open another file
Gedit 2.6.2 crashes after changing directory and trying to open another file
Status: VERIFIED DUPLICATE of bug 151715
Product: gedit
Classification: Applications
Component: general
2.6.x
Other Linux
: Normal critical
: ---
Assigned To: Gedit maintainers
gedit QA volunteers
Depends on:
Blocks:
 
 
Reported: 2004-10-22 00:26 UTC by Joel Barrios
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6


Attachments
More detailed debug info from bug-buddy (103.96 KB, text/plain)
2004-10-22 00:28 UTC, Joel Barrios
Details

Description Joel Barrios 2004-10-22 00:26:06 UTC
Description of the crash:
Gedit 2.6.2 crashes after changing directory and trying to open another
file. Don't know if I should fill this in GTK+ bug list or gedit bug
list.

Steps to reproduce the crash:
1. Open gedit
2. use the gtk-file-chooser and change to a subdirectory
3. Open a file
4. Use again gtk-file-choser

Expected Results: 
It crashes

How often does this happen?
Always

Additional Information:
gtk2-2.4.10
libgnomeui-2.6.1.1
libgnome-2.6.1.1
libbonobo-2.6.2
libbonoboui-2.6.1

Debug from gdb (bug-buddy displays a very big output)

(gdb) run
Starting program: /usr/bin/gedit
[Thread debugging using libthread_db enabled]
[New Thread -1218628960 (LWP 13079)]
[New Thread 92634032 (LWP 13082)]
[New Thread 10066864 (LWP 13083)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1218628960 (LWP 13079)]
_gtk_file_system_model_get_info (model=0x0, iter=0xbfffa420)
    at gtkfilesystemmodel.c:969
969     gtkfilesystemmodel.c: No existe el fichero o el directorio.
        in gtkfilesystemmodel.c
Comment 1 Joel Barrios 2004-10-22 00:28:52 UTC
Created attachment 32907 [details]
More detailed debug info from bug-buddy

Since I could not submint all this information beacuase bug-buddy poroduced a
very large output, I'm submiting the debug info by bug-buddy.
Comment 2 Paolo Borelli 2004-10-27 08:08:45 UTC
from the description sounds like a duplicate of bug #151715.

please try upgrading to the latest versions of gtk+-2.4 and llibgnomeui-2.6

If it solves the problem please close this bug.
Comment 3 Paolo Maggi 2004-10-31 21:54:10 UTC

*** This bug has been marked as a duplicate of 151715 ***
Comment 4 Joel Barrios 2004-10-31 22:05:09 UTC
Upgrading to libgnome 2.8.0 and libgnomeui 2.8.0 fixed the problem. Not exactly
a fix for latest gnome-2.6 components, but it worked.