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 668853 - [0.11] segfault after updating python-gobject to git master
[0.11] segfault after updating python-gobject to git master
Status: RESOLVED DUPLICATE of bug 668862
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.11.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-01-27 15:58 UTC by Christian Fredrik Kalager Schaller
Modified: 2012-01-31 11:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2012-01-27 15:58:50 UTC
Program received signal SIGSEGV, Segmentation fault.
pyglib_error_check (error=0xbfffe074) at pyglib.c:318
318	    Py_DECREF(exc_instance);
(gdb) thread apply all bt


Thread 1 (Thread 0xb7fd76c0 (LWP 16759))

  • #0 pyglib_error_check
    at pyglib.c line 318
  • #1 _pygi_argument_to_object
    at pygi-argument.c line 1797
  • #2 pygi_signal_closure_marshal
    at pygi-signal-closure.c line 154
  • #3 g_closure_invoke
    at gclosure.c line 774
  • #4 signal_emit_unlocked_R
    at gsignal.c line 3302
  • #5 g_signal_emit_valist
    at gsignal.c line 3033
  • #6 g_signal_emit
    at gsignal.c line 3090
  • #7 discoverer_collect
    at gstdiscoverer.c line 1071
  • #8 discoverer_bus_cb
    at gstdiscoverer.c line 1317
  • #9 discoverer_bus_cb
    at gstdiscoverer.c line 1308
  • #10 g_cclosure_marshal_VOID__BOXED
    at gmarshal.c line 574
  • #11 g_closure_invoke
    at gclosure.c line 774
  • #12 signal_emit_unlocked_R
    at gsignal.c line 3302
  • #13 g_signal_emit_valist
    at gsignal.c line 3033
  • #14 g_signal_emit
    at gsignal.c line 3090
  • #15 gst_bus_async_signal_func
    at gstbus.c line 1091
  • #16 gst_bus_source_dispatch
    at gstbus.c line 739
  • #17 g_main_dispatch
    at gmain.c line 2513
  • #18 g_main_context_dispatch
    at gmain.c line 3050
  • #19 g_main_context_iterate
    at gmain.c line 3121
  • #20 g_main_context_iterate
    at gmain.c line 3058
  • #21 g_main_loop_run
    at gmain.c line 3315
  • #22 gtk_main
    from /usr/lib/libgtk-3.so.0
  • #23 ffi_call_SYSV
    at ../src/x86/sysv.S line 64
  • #24 ffi_call
    at ../src/x86/ffi.c line 303
  • #25 _g_callable_info_invoke
    at girepository/gicallableinfo.c line 518
  • #26 g_function_info_invoke
    at girepository/gifunctioninfo.c line 273
  • #27 _invoke_callable
    at pygi-invoke.c line 52
  • #28 _wrap_g_callable_info_invoke
    at pygi-invoke.c line 633
  • #29 PyCFunction_Call
    from /usr/lib/libpython2.7.so.1.0
  • #30 PyEval_EvalFrameEx
    from /usr/lib/libpython2.7.so.1.0
  • #31 PyEval_EvalCodeEx
    from /usr/lib/libpython2.7.so.1.0
  • #32 PyEval_EvalFrameEx
    from /usr/lib/libpython2.7.so.1.0
  • #33 PyEval_EvalCodeEx
    from /usr/lib/libpython2.7.so.1.0
  • #34 PyEval_EvalCode
    from /usr/lib/libpython2.7.so.1.0
  • #35 ??
    from /usr/lib/libpython2.7.so.1.0
  • #36 PyRun_FileExFlags
    from /usr/lib/libpython2.7.so.1.0
  • #37 PyRun_SimpleFileExFlags
    from /usr/lib/libpython2.7.so.1.0
  • #38 PyRun_AnyFileExFlags
    from /usr/lib/libpython2.7.so.1.0
  • #39 Py_Main
    from /usr/lib/libpython2.7.so.1.0
  • #40 main

Comment 1 Christian Fredrik Kalager Schaller 2012-01-31 11:03:21 UTC
Marking as duplicate as I think I ended up file the same issue twice.

*** This bug has been marked as a duplicate of bug 668862 ***