Re: Maybe Off-Topic: remote Perl Gtk2 via ssh
- From: Ross McFarland <rwmcfa1 neces com>
- To: Daniel Kasak <dan enthalpy homelinux org>
- Cc: Gtk-Perl-List <gtk-perl-list gnome org>
- Subject: Re: Maybe Off-Topic: remote Perl Gtk2 via ssh
- Date: Fri, 02 Jul 2004 08:14:53 -0400
On Fri, 2004-07-02 at 04:19, Daniel Kasak wrote:
The program 'test.pl' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
(Details: serial 61 error_code 3 request_code 38 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.)
Is there any reason why I shouldn't be able to forward Perl Gtk2 apps
via ssh? It seems a little strange that I can run some gtk2 apps but not
this one.
is your app multi threaded? over a remote connection the main thing that
would change would be timing. if you're accessing the gui components
from more than one thread it could work out fine if it's all on one
machine, but have issues when there's 100ms+ delay.
otherwise the chances of the problem being Gtk2-Perl's are pretty slim.
the most likely culprits are: something your app is doing, gdk/gtk,
and/or X.
-rm
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]