[gstreamer-bugs] [Bug 159255] Using editable cell renderers and running threads crashes

pygtk (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Oct 29 06:20:45 PDT 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=159255
 pygtk | gtk | Ver: CVS HEAD

Gustavo Carneiro changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |NOTABUG



------- Additional Comments From Gustavo Carneiro  2005-10-29 13:20 -------
Running this program, I got:

gjc at emperor:tmp$ python test.py  /garbage/music/Summoning/Minas\ Morgul/02\ -\
Lugburz.mp3
...
eos
...
Fatal Python error: Objects/frameobject.c:403 object at 0x80b879c has negative
ref count -1
Aborted (core dumped)

Then I added "gobject.threads_init()" right after importing modules, and then it
works.

Lesson to be taken: for programs that use threads, _any threads_,
gobject.threads_init() _must_ be called.

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




More information about the Gstreamer-bugs mailing list