ytrstu / winpdb

Automatically exported from code.google.com/p/winpdb
0 stars 0 forks source link

Lucid Launch Problem #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Launch winpdb within SPE (or with the terminal)

What is the expected output? What do you see instead?

(Copy and paste from the terminal)

/usr/lib/pymodules/python2.6/rpdb2.py:308: DeprecationWarning: the sets module 
is deprecated
  import sets
/usr/lib/pymodules/python2.6/rpdb2.py:313: DeprecationWarning: The popen2 
module is deprecated.  Use the subprocess module.
  import popen2

progname=python; RGBA=on

(python:2721): Gdk-WARNING **: Attempt to draw a drawable with depth 24 to a 
drawable with depth 32

(python:2721): Gdk-WARNING **: Attempt to draw a drawable with depth 24 to a 
drawable with depth 32
The program 'python' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 1270 error_code 8 request_code 70 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.)

(End of copy and paste)

What version of the product are you using? On what operating system?

1.4.8 on Ubuntu Lucid Lynx

Please provide any additional information below.

I have RGBA transparency enabled, but I never had any issues regarding any 
program before.

Original issue reported on code.google.com by rioux.jo...@gmail.com on 24 Aug 2010 at 9:50