[gst-devel] Meta Data and Tags - segfaults with discoverer.py
Antoine Pitrou
antoine.pitrou at wengo.fr
Tue Oct 24 14:39:20 CEST 2006
Le mardi 24 octobre 2006 à 13:01 +0100, Christopher Backhouse a écrit :
> 2. After a few hundred tracks (on average) I get a segfault. This is on
> different files every time and seemingly random. I assume that this has
> to be a bug in gstreamer. How would one go about debugging a python
> program that segfaults?
"ulimit -c unlimited" (to enable core dumps)
and then "gdb python <coredump-file>"
will at least allow you to have a backtrace ;)
More information about the gstreamer-devel
mailing list