GNOME Bugzilla – Bug 546494
basetransform changes cause crash in farsight2 python test
Last modified: 2008-10-04 21:50:55 UTC
The newly-committed changes to basetransform cause the farsight2 python gui test to crash in random places.. I believe it must try to access some long-ago freed memory somewhere.. to reproduce you need: the farsight git master (http://git.collabora.co.uk/?p=user/tester/farsight2.git;a=summary) and gst-plugins-farsight 0.12.9 (the latest release) as well as the latest CVS versioin of the various gstreamer packages. then go into farsight2/tests/gui and run "python fs2-gui.py" .. click on "new server" and wait for crash.. it if does crash, quit and try again (it doesnt happen every time).
Any clue where it's crashing? A stacktrace maybe? :)
It crashes in completely random places. I even saw corruption on the stack (near the top).. That said, it seems to crash more often inside ffmpegcsp than in other places, but maybe its not significant.
Maybe valgrind will pick something up?
I can't reproduce this anymore with the latest CVS (but it may just be a matter of timing). It may have been the same as bug #548764