After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 300073 - python >>> import gst will segfault on a suse 9.2 on ia32.
python >>> import gst will segfault on a suse 9.2 on ia32.
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-python
0.8.9
Other All
: High critical
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-04-10 11:40 UTC by Jörn Nettingsmeier
Modified: 2005-11-11 17:09 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Jörn Nettingsmeier 2005-04-10 11:40:59 UTC
Steps to reproduce:
1. compile and install gstreamer and gst-plugins
2. start python, type "import gst"
3. bang!


Stack trace:
Program received signal SIGSEGV, Segmentation fault.

Thread 1077104768 (LWP 5335)

  • #0 ??
  • #1 pygst_add_constants
    at gst.c line 8683
  • #2 init_gst
    at gstmodule.c line 145
  • #3 _PyImport_LoadDynamicModule
    from /usr/lib/libpython2.3.so.1.0
  • #4 load_module
    from /usr/lib/libpython2.3.so.1.0
  • #5 import_submodule
    from /usr/lib/libpython2.3.so.1.0
  • #6 load_next
    from /usr/lib/libpython2.3.so.1.0
  • #7 PyImport_ImportModuleEx
    from /usr/lib/libpython2.3.so.1.0
  • #8 builtin___import__
    from /usr/lib/libpython2.3.so.1.0
  • #9 PyCFunction_Call
    from /usr/lib/libpython2.3.so.1.0
  • #10 PyObject_Call
    from /usr/lib/libpython2.3.so.1.0
  • #11 PyEval_CallObjectWithKeywords
    from /usr/lib/libpython2.3.so.1.0
  • #12 eval_frame
    from /usr/lib/libpython2.3.so.1.0
  • #13 PyEval_EvalCodeEx
    from /usr/lib/libpython2.3.so.1.0
  • #14 PyEval_EvalCode
    from /usr/lib/libpython2.3.so.1.0
  • #15 PyImport_ExecCodeModuleEx
    from /usr/lib/libpython2.3.so.1.0
  • #16 load_source_module
    from /usr/lib/libpython2.3.so.1.0
  • #17 load_module
    from /usr/lib/libpython2.3.so.1.0
  • #18 load_package
    from /usr/lib/libpython2.3.so.1.0
  • #19 load_module
    from /usr/lib/libpython2.3.so.1.0
  • #20 import_submodule
    from /usr/lib/libpython2.3.so.1.0
  • #21 load_next
    from /usr/lib/libpython2.3.so.1.0
  • #22 PyImport_ImportModuleEx
    from /usr/lib/libpython2.3.so.1.0
  • #23 builtin___import__
    from /usr/lib/libpython2.3.so.1.0
  • #24 PyCFunction_Call
    from /usr/lib/libpython2.3.so.1.0
  • #25 PyObject_Call
    from /usr/lib/libpython2.3.so.1.0
  • #26 PyEval_CallObjectWithKeywords
    from /usr/lib/libpython2.3.so.1.0
  • #27 eval_frame
    from /usr/lib/libpython2.3.so.1.0
  • #28 PyEval_EvalCodeEx
    from /usr/lib/libpython2.3.so.1.0
  • #29 PyEval_EvalCode
    from /usr/lib/libpython2.3.so.1.0
  • #30 run_node
    from /usr/lib/libpython2.3.so.1.0
  • #31 PyRun_InteractiveOneFlags
    from /usr/lib/libpython2.3.so.1.0
  • #32 PyRun_InteractiveLoopFlags
    from /usr/lib/libpython2.3.so.1.0
  • #33 PyRun_AnyFileExFlags
    from /usr/lib/libpython2.3.so.1.0
  • #34 Py_Main
    from /usr/lib/libpython2.3.so.1.0
  • #35 main
                     

Other information:
as per thomasvs' request on #fluendo, i ran 
lac2005:/usr/src/flumotion-0.1.7 # GST_DEBUG='*:5' gdb python

the copious output is here:
http://spunk/download/import-gst.backtrace
Comment 1 Johan (not receiving bugmail) Dahlin 2005-04-25 18:37:20 UTC
What version of gst-python and what version of gstreamer do you use?
Comment 2 Luca Ognibene 2005-09-19 19:25:41 UTC
ping
do you still have this issue?
Comment 3 Luca Ognibene 2005-11-11 17:09:22 UTC
please reopen if you can replicate this bug.