Bug 548730
Summary: | PyGILState_Release assertion failure in bonobo call when running hamster-applet | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Marcus Alves Grando <marcus> | ||||
Component: | python | Assignee: | Dave Malcolm <dmalcolm> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 12 | CC: | dmalcolm, ivazqueznet, james.antill, jonathansteffan | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | abrt_hash:71b9fddcd2b58f31c50b540654b70a58eae28f0d | ||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2009-12-23 18:00:23 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Marcus Alves Grando
2009-12-18 12:18:45 UTC
Created attachment 379200 [details]
File: backtrace
Thank you for reporting this bug. How reproducible is this problem? If you run the program from a terminal, is an error message printed? What is the output from running the following command? rpm -q hamster-applet glib2 libbonobo gnome-panel pygtk2 Thanks! Looking at the backtrace, it looks like the "oldstate == PyGILState_UNLOCKED" assertion failed inside frame 2 of thread #1 inside PyGILState_Release. This was whilst responding to a _ORBIT_skel_small_Bonobo_Control_setFrame request (see frame #14) that led to a call to impl_Bonobo_Control_setFrame (frame #12). Thread #3 is also running a Gtk main loop; thread #3 is waiting on a mutex, somewhere inside libglib. *** This bug has been marked as a duplicate of bug 544344 *** |