Bug 19263 - Problem with XevieSendEvent
Summary: Problem with XevieSendEvent
Status: RESOLVED WONTFIX
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-23 11:18 UTC by rino farina
Modified: 2018-05-15 19:39 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.