Bug 491345

Summary: PyClutter claims bug after exiting a script
Product: [Fedora] Fedora Reporter: Christian Schramm <christian.h.m.schramm>
Component: pyclutterAssignee: Allisson Azevedo <allisson>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 11CC: allisson, itamar
Target Milestone: ---   
Target Release: ---   
Hardware: i586   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-07-28 15:07:25 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 Flags
verbose output of the python interpreter on "import clutter" none

Description Christian Schramm 2009-03-20 14:58:20 UTC
Description of problem:
When doing "import clutter" in Python, the interpreter exits without error. This means typing it on the Python console as well as in Python files. It happens with the official pyclutter examples as well.

Version-Release number of selected component (if applicable):
clutter 0.8.6-4
pyclutter 0.8.2-2

How reproducible:
every time

Steps to Reproduce:
1. type "python" on the console
2. type "import clutter"
3. watch it fail
  
Actual results:
exits without throwing an exception

Expected results:
import of the library or at least throwing an exception

Additional info:
the attachement shows the output of importing clutter with "python -v" (verbose) - don't know if it helps

Comment 1 Christian Schramm 2009-03-20 15:01:11 UTC
Created attachment 336056 [details]
verbose output of the python interpreter on "import clutter"

Comment 2 Christian Schramm 2009-04-04 21:11:46 UTC
After an update of Python that came with fedora 11, it doesn't crash anymore on import. However, everytime I close a pyclutter script, it exits with an "2767caa8-5cad-06b4-251f2e93-20b0c049 is dumped" or similar and Bug-Buddy opens and wants me to report a bug in that script. Not so bad, but annoying.

Comment 3 Bug Zapper 2009-06-09 12:27:13 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle.
Changing version to '11'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 4 Itamar Reis Peixoto 2009-07-28 13:47:36 UTC
(In reply to comment #2)
Can I close this bug report ?

issue fixed ?

Comment 5 Christian Schramm 2009-07-28 15:01:03 UTC
It's fixed itself (at least for me) with the current version of pyclutter