For the bug 584952 : gitg memory error / assertion failed,

I am able to reproduce the bug fairly often! I am using ubuntu 12.04 with gitg 0.2.4. I have compiled gitg 0.2.4:

apt-get install build-dep gitg
apt-get source gitg
cd gitg-0.2.4
CFLAGS="-Wno-deprecated-declarations" ./configure --prefix=/tmp/gitg --disable-silent-rules
make install

I follow this recipe to crash gitg:

touch blah.txt
git add blah.txt
gitg
# now switch focus to the terminal and remove the added file
git reset HEAD blah.txt
# now switch focus to the gitg window
# hit Ctrl-R to refresh. If it doesn't crash, refresh quickly a few more times.

# On the very rare occasion it has not crashed, I simply need to also open the ubuntu provided gitg from /usr/bin/gitg and repeat the process inside both my own binary and the ubuntu provided one.

When I crash the ubuntu provided gitg, my own build of gitg (running simultaneously on the same repo) also crashes immediately! Will they be sharing some files/pipes/sockets/etc. ?

I found some information that could be related to the bug:

https://bugzilla.gnome.org/show_bug.cgi?id=516078 and the fix mentioned http://bugzilla-attachments.gnome.org/attachment.cgi?id=105075

https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=759784

http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=ed8504e5906f9420999dc02b31d18e0be47ea557

Regards,
Imran


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to