[gstreamer-bugs] [Bug 302425] gst-python GC tracking bug

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Fri Apr 29 06:34:27 PDT 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=302425
 GStreamer | gst-python | Ver: 0.8.1





------- Additional Comments From Thomas Vander Stichele  2005-04-29 13:34 -------
blah
Fatal Python error: GC object already tracked

Program received signal SIGABRT, Aborted.
0x00b657a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
(gdb) bt
#0  0x00b657a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#1  0x00ba67d5 in raise () from /lib/tls/libc.so.6
#2  0x00ba8149 in abort () from /lib/tls/libc.so.6
#3  0x00d68090 in Py_FatalError (msg=0x0) at Python/pythonrun.c:1512
#4  0x00d08765 in PyFrame_New (tstate=0x824c1b0, code=0xb7f0df60,
    globals=0xb7f31824, locals=0x0) at Objects/frameobject.c:644
#5  0x00d4da73 in PyEval_EvalCodeEx (co=0xb7f0df60, globals=0x6, locals=0x0,
    args=0x82687dc, argcount=3, kws=0x82687e8, kwcount=0, defs=0xb7f2ed28,
    defcount=6, closure=0x0) at Python/ceval.c:2455
#6  0x00d4cd8f in eval_frame (f=0x8268684) at Python/ceval.c:3528
#7  0x00d4d97b in eval_frame (f=0x83e24fc) at Python/ceval.c:3518
#8  0x00d4e09e in PyEval_EvalCodeEx (co=0xb7f0d860, globals=0x6, locals=0x0,
    args=0xb7f32138, argcount=1, kws=0x0, kwcount=0, defs=0x0, defcount=0,
    closure=0x0) at Python/ceval.c:2663
#9  0x00d09e2e in function_call (func=0xb7f36bfc, arg=0xb7f3212c, kw=0x0)
    at Objects/funcobject.c:504
#10 0x00cf6607 in PyObject_Call (func=0x2af1, arg=0x0, kw=0x0)
    at Objects/abstract.c:1755
#11 0x00cfdd98 in instancemethod_call (func=0xb7f36bfc, arg=0xb7f3212c, kw=0x0)
    at Objects/classobject.c:2433
#12 0x00cf6607 in PyObject_Call (func=0x2af1, arg=0x0, kw=0x0)
    at Objects/abstract.c:1755
#13 0x00d481b0 in PyEval_CallObjectWithKeywords (func=0x0, arg=0xb7f4a02c,
---Type <return> to continue, or q <return> to quit---
    kw=0x0) at Python/ceval.c:3346
#14 0x00cf65ce in PyObject_CallObject (o=0x0, a=0x0) at Objects/abstract.c:1746
#15 0x00118e93 in handler_marshal (user_data=0xb7f12c2c)
    at gobjectmodule.c:1262
#16 0x001e0b5a in g_idle_dispatch (source=0x8405100, callback=0x6,
    user_data=0x0) at gmain.c:3816
#17 0x001dd7bb in g_main_context_dispatch (context=0x83cde48) at gmain.c:1942
#18 0x001df242 in g_main_context_iterate (context=0x83cde48, block=1,
    dispatch=1, self=0x829d3e8) at gmain.c:2573
#19 0x001df4ef in g_main_loop_run (loop=0x840eb10) at gmain.c:2777
#20 0x0011f48b in _wrap_g_main_loop_run (self=0x0) at pygmainloop.c:104
#21 0x00d4c6fc in eval_frame (f=0x825df74) at Python/ceval.c:3425
#22 0x00d4e09e in PyEval_EvalCodeEx (co=0xb7f0d960, globals=0x6, locals=0x0,
    args=0x0, argcount=0, kws=0x0, kwcount=0, defs=0x0, defcount=0,
    closure=0x0) at Python/ceval.c:2663
#23 0x00d4e362 in PyEval_EvalCode (co=0x0, globals=0x0, locals=0x0)
    at Python/ceval.c:537
#24 0x00d67817 in run_node (n=0xb7f4a380,
    filename=0x6 <Address 0x6 out of bounds>, globals=0x0, locals=0x0,
    flags=0x0) at Python/pythonrun.c:1267
#25 0x00d68942 in PyRun_SimpleFileExFlags (fp=0x824c008,
    filename=0xbffda8ca "crashpygil.py", closeit=1, flags=0xbffb52e8)
    at Python/pythonrun.c:862
---Type <return> to continue, or q <return> to quit---
#26 0x00d69994 in PyRun_AnyFileExFlags (fp=0x824c008,
    filename=0xbffda8ca "crashpygil.py", closeit=1, flags=0xbffb52e8)
    at Python/pythonrun.c:659
#27 0x00d6e68e in Py_Main (argc=1, argv=0xbffb53b4) at Modules/main.c:415
#28 0x080485b2 in main ()
(gdb)

program is from zaheer, you need a v4l device (webcam for example) to trigger it

------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list