Bug 547584
| Summary: | [abrt] crash detected in python-2.6.2-2.fc12 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | chandoo <chandoos> | ||||
| 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: | dennisgdaniels, dmalcolm, ivazqueznet, james.antill, jonathansteffan | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | abrt_hash:2559aa4ffc915f6cf808021a22ee8865bc6c819c | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2009-12-15 19:05:16 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
chandoo
2009-12-15 01:46:11 UTC
Created attachment 378401 [details]
File: backtrace
Trying to get istanbul to work as well.
I used intanbul --sync. Better suggestions?
[user@localhost ~]$ istanbul --sync
/usr/lib/python2.6/site-packages/istanbul/main/tray_popup.py:37: DeprecationWarning: Use the new widget gtk.Tooltip
self.tooltips = gtk.Tooltips()
/usr/lib/python2.6/site-packages/istanbul/main/tray_popup.py:77: DeprecationWarning: Use the new widget gtk.Tooltip
_("Use a selector to select area of screen to capture."))
/usr/lib/python2.6/site-packages/istanbul/main/tray_popup.py:90: DeprecationWarning: Use the new widget gtk.Tooltip
_("Select a window on the screen to capture"))
/usr/lib/python2.6/site-packages/istanbul/main/tray_popup.py:107: DeprecationWarning: Use the new widget gtk.Tooltip
_("Tick this if you want to screencast a 3d application. This will however take more CPU power."))
/usr/lib/python2.6/site-packages/istanbul/main/tray_popup.py:119: DeprecationWarning: Use the new widget gtk.Tooltip
_("Tick this if you want to record the mouse pointer during the screencast."))
/usr/lib/python2.6/site-packages/istanbul/main/tray_popup.py:133: DeprecationWarning: Use the new widget gtk.Tooltip
_("Tick this if you want to record audio with the screencast. You can choose the audio device to record from in the Multimedia Systems Selector in Preferences."))
/usr/lib/python2.6/site-packages/istanbul/main/tray_popup.py:145: DeprecationWarning: Use the new widget gtk.Tooltip
_("Select this if you do not want to scale down the size of the recording."))
/usr/lib/python2.6/site-packages/istanbul/main/tray_popup.py:169: DeprecationWarning: Use the new widget gtk.Tooltip
_("Select this to scale down the recording resolution by 1/2."))
/usr/lib/python2.6/site-packages/istanbul/main/tray_popup.py:176: DeprecationWarning: Use the new widget gtk.Tooltip
_("Select this to scale down the recording resolution by 1/4."))
/usr/lib/python2.6/site-packages/istanbul/main/tray_icon.py:43: DeprecationWarning: Use the new widget gtk.Tooltip
self.tooltips = gtk.Tooltips()
/usr/lib/python2.6/site-packages/istanbul/main/tray_icon.py:45: DeprecationWarning: Use the new widget gtk.Tooltip
_("Left click to start screencast. Right click for menu."))
window behind the pointer: <gtk.gdk.Window object at 0x93cc11c (GdkWindow at 0x9492738)>
(228, 149) - (719, 475)
/usr/lib/python2.6/site-packages/istanbul/main/tray_icon.py:61: DeprecationWarning: Use the new widget gtk.Tooltip
_("Left click to stop recording screencast."))
DEBUG: final pipeline: oggmux name=mux ! filesink location=/tmp/tmp_Lc1Qo istximagesrc name=videosource display-name=:0.0 screen-num=0 startx=228 starty=149 endx=718 endy=474 ! video/x-raw-rgb,framerate=10/1 ! videorate ! ffmpegcolorspace ! videoscale method=1 ! video/x-raw-yuv,width=491,height=326,framerate=10/1 ! theoraenc ! queue ! mux. gconfaudiosrc name=audiosource ! audioconvert ! vorbisenc ! queue ! mux.
/usr/lib/python2.6/site-packages/istanbul/main/tray_icon.py:72: DeprecationWarning: Use the new widget gtk.Tooltip
_("In process of saving to disk."))
Gdk-ERROR **: The program 'istanbul' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadIDChoice (invalid resource ID chosen for this connection)'.
(Details: serial 7939 error_code 14 request_code 1 minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
aborting...
Aborted (core dumped)
*** This bug has been marked as a duplicate of bug 543278 *** |