Created attachment 2582 gdb log After the following steps, segfault occurred. Steps to reproduce: 1) Open Parole 2) Click close button of window. 3) Choose Quit Build & Platform: Build 2009-10-06 on Arch Linux
(In reply to comment #0) > Created an attachment (id=2582) [details] > gdb log > > After the following steps, segfault occurred. > > Steps to reproduce: > 1) Open Parole > 2) Click close button of window. > 3) Choose Quit > > Build & Platform: > Build 2009-10-06 on Arch Linux Same platform and build for me, i don't have this problem, but from the gdb output seems that it is a gstreamer bug somewhere, do you have the latest arch updates?
(In reply to comment #1) > Same platform and build for me, i don't have this problem, but from the gdb > output seems that it is a gstreamer bug somewhere, do you have the latest arch > updates? Yes, my system is up-to-date. I try to run parole on other system (32bit Arch Linux on VM), this issue doesn't occur. So this seems to be caused by my system environment. You can close this as invalid. Thanks.
(In reply to comment #2) > Yes, my system is up-to-date. > I try to run parole on other system (32bit Arch Linux on VM), this issue > doesn't occur. So this seems to be caused by my system environment. > You can close this as invalid. it occurs on 64 bit system then? i don't think this is an invalid bug, unless you have the gstreamer library compiled with a risky optimization flags :).
(In reply to comment #3) > it occurs on 64 bit system then? Yes, but, sorry, I realized that the steps to reproduce is incorrect. Correct steps are as follows: 1) Turn on 'Enable visualization when playing audio file'. 2) Quit & run Parole again. 3) Turn off the option. 4) Quit Parole (Choose Quit menu or click close button and choose quit). > i don't think this is an invalid bug, unless > you have the gstreamer library compiled with a risky optimization flags :). I don't do that, I'm not a geek :) BTW, I found distro's repo isn't up-to-date. So I update to gstreamer0.10.25, gtk2.18.2 and glib2.22.2 by myself. It may be a cause of correcting step to reproduce though I didn't downgrade again to confirm it. And I don't confirm it on other system (VM) yet because my VMware doesn't work after above update, I think X(
(In reply to comment #4) > (In reply to comment #3) > > it occurs on 64 bit system then? > > Yes, but, sorry, I realized that the steps to reproduce is incorrect. > Correct steps are as follows: > 1) Turn on 'Enable visualization when playing audio file'. > 2) Quit & run Parole again. > 3) Turn off the option. > 4) Quit Parole (Choose Quit menu or click close button and choose quit). > Okay, fixed in the latest commit.