Bug#268326: gedit: since GTK 2.4.9-1, dies on Open File

Guillaume Melquiond Guillaume Melquiond <guillaume.melquiond@ens-lyon.fr>, 268326@bugs.debian.org
Sat, 25 Sep 2004 12:18:50 +0200


Le sam 25/09/2004 =E0 11:34, Steve Langasek a =E9crit :
> All=F4 Guillaume,
>=20
> You wrote in your reply to bug #268326 that you have a particular
> directory where gedit crashes on the File dialog.  Can you send a
> tarball of a directory that crashes it (as small as possible, both in
> number of files and in size of files) to the BTS?  This may give others
> the necessary starting point for reproducing and fixing this bug.

I removed my 2.4.4 version and installed the 2.4.10 instead, and I tried
getting a minimal testcase. Here is the one I got, just execute these
commands:

cd /tmp
mkdir src
touch src/game.cpp
gedit src/game.cpp

Then gedit opens the file (obviously empty) and if i ask to open a new
file (located in src/ since it is where the current file is located),
then gedit crashes. It happens every time, and for all the computers I
have tested it on.

As a side note, if I open the game.cpp file directly from the src/
directory then gedit does not crash on displaying the open file dialog
box.

Hope it helps.