2009-05-13 20:26:44 |
Haggan |
description |
I just upgraded to Ubuntu 9.04. Running remote-hellaNZB-GUI workes sometimes but most of the time it freezes Xorg totaly. I have to go switch to a term and kill the remote-hellanzb python process to resume the system.
How could I debug this? |
I just upgraded to Ubuntu 9.04. Running remote-hellaNZB-GUI workes sometimes but most of the time it freezes Xorg totaly. I have to go switch to a term and kill the remote-hellanzb python process to resume the system.
How could I debug this?
trying with strace
got this
The program 'remote-hellanzb-gui' received an X Window System error.
This probably reflects a bug in the program.
The error was 'RenderBadPicture (invalid Picture parameter)'.
(Details: serial 874 error_code 163 request_code 156 minor_code 7)
(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.)
Perhaps this could help?
|
|