[Dillo-dev][bug] ppc64 crash on right-click / bug tracking system
Hi, I ran into a problem where dillo crashes when I right click on any part of a webpage. A full bug report is below this paragraph. When I went to use the bug tracking system I noticed the "Max 256 chars" notice. Is it possible to get this increased? I couldn't get my bug report into <= 256 characters. Dillo 0.8.1 on GNU/Linux (yellowdog 3.0) ppc64 (Apple G5) configure options: --prefix=/home1/students/tcort To reproduce bug: ssh with X11 forwarding and compression turned on, start dillo, and right click on any part of the webpage. Notes: I don't have local access to this machine, so I don't know if it's an X11 forwarding bug or a ppc64 specific bug. Browsing webpages works fine as long as you don't right click. Using other programs with X11 forwarding from this machine, such as gimp, work fine. Output: tcort@pepsi tcort $ ssh -X -C turing.ubishops.ca tcort@turing.ubishops.ca's password: [tcort@turing tcort]$ bin/dillo dillo_dns_init: Here we go! Disabling cookies. Nav_open_url: Url=>about:splash< Gdk-ERROR **: BadWindow (invalid Window parameter) serial 2306 error_code 3 request_code 38 minor_code 0 Gdk-ERROR **: BadAccess (attempt to access private resource denied) serial 2307 error_code 10 request_code 102 minor_code 0 [tcort@turing tcort]$
On Thu, 3 Jun 2004, Thomas Cort wrote:
Hi,
Hi!
I ran into a problem where dillo crashes when I right click on any part of a webpage. A full bug report is below this paragraph. When I went to use the bug tracking system I noticed the "Max 256 chars" notice. Is it possible to get this increased? I couldn't get my bug report into <= 256 characters.
The <=256 limit is to keep things concise. It helps developers a lot to skim all the bugs when reviewing the bugtrack... Of course there're times when this is not possible (just a few in four years!), and you can resort to the mailing list.
Dillo 0.8.1 on GNU/Linux (yellowdog 3.0) ppc64 (Apple G5)
configure options: --prefix=/home1/students/tcort
To reproduce bug: ssh with X11 forwarding and compression turned on, start dillo, and right click on any part of the webpage.
Notes: I don't have local access to this machine, so I don't know if it's an X11 forwarding bug or a ppc64 specific bug. Browsing webpages works fine as long as you don't right click. Using other programs with X11 forwarding from this machine, such as gimp, work fine.
Output: tcort@pepsi tcort $ ssh -X -C turing.ubishops.ca tcort@turing.ubishops.ca's password: [tcort@turing tcort]$ bin/dillo dillo_dns_init: Here we go! Disabling cookies. Nav_open_url: Url=>about:splash< Gdk-ERROR **: BadWindow (invalid Window parameter) serial 2306 error_code 3 request_code 38 minor_code 0 Gdk-ERROR **: BadAccess (attempt to access private resource denied) serial 2307 error_code 10 request_code 102 minor_code 0 [tcort@turing tcort]$
I recognize not to have a clue about this problem, but...
Gdk-ERROR **: BadAccess (attempt to access private resource denied)
looks as we have a permission problem here. A google search for: "Gdk-ERROR **: BadAccess (attempt to access private resource denied)" led to: http://www.cygwin.com/ml/cygwin-xfree/2004-04/msg00348.html It seems that you need to use the "-Y" switch instead of "-X". Read the thread for details and tell us how it went. Cheers Jorge.-
participants (2)
-
Jorge Arellano Cid
-
Thomas Cort