Bug 19263

Summary: Problem with XevieSendEvent
Product: xorg Reporter: rino farina <rinofarina>
Component: Server/GeneralAssignee: Xorg Project Team <xorg-team>
Status: RESOLVED WONTFIX QA Contact: Xorg Project Team <xorg-team>
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description rino farina 2008-12-23 11:18:07 UTC
When running the example @ http://people.freedesktop.org/~ajax/xevie/xevie-test.txt, I received this error:

The program 'xevie-test' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadLength (poly request too large or internal Xlib length erro'.
  (Details: serial 12 error_code 16 request_code 153 minor_code 3)
  (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.)


I was able to work around this by changing Xeviestr.h:126 from:

#define sz_xXevieSendReq           104

to

#define sz_xXevieSendReq           40
Comment 1 Adam Jackson 2018-05-15 19:39:21 UTC
XEVIE's been dead for far too long to think this is ever getting fixed.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.