Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 172398 - gst-python-0.10.5 segfault but all works good with gst-python-0.10.6
Summary: gst-python-0.10.5 segfault but all works good with gst-python-0.10.6
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-27 10:30 UTC by Laurento Frittella (mrfree)
Modified: 2007-03-27 11:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Laurento Frittella (mrfree) 2007-03-27 10:30:14 UTC
A simple "import gst" cause a segmentation fault with gst-python-0.10.5, this problem kills every gstreamer-based python apps (like quodlibet and listen for example)

python -v reports (part of interest):
import gst._gst # dynamically loaded from /usr/lib/python2.4/site-packages/gst-0.10/gst/_gst.so dlopen("/usr/lib/python2.4/site-packages/gst-0.10/gst/interfaces.so", 101);

Fortunately all works well with gst-python-0.10.6
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-03-27 10:46:41 UTC
So, what's exactly your problem? Use gst-python-0.10.6 then.
Comment 2 Laurento Frittella (mrfree) 2007-03-27 11:29:34 UTC
I only wanted to report this annoying problem to the other gentoo users that look their python apps die and report this issue to the devs.
That's all :)