Karl Kleinpaste <karl(a)justresearch.com> writes:
> Can you please make sure that your libXaw.so library is indeed
the
> normal athena library and not replaced by something else.
I have just discovered that our sysadmins have replaced the stock
redhat X11 with a link to /usr/local
I am also seeing
xemacs: X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 12 (X_ConfigureWindow)
Value in failed request: 0x0
Serial number of failed request: 5089
Current serial number in output stream: 5295
xemacs: X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 12 (X_ConfigureWindow)
Value in failed request: 0x0
Serial number of failed request: 5090
Current serial number in output stream: 5295
Could it be that your version calls exit() whereas my version actually
tries to set the 0 sizes?
> I run on the same system (but with non-mule and a recent CVS
version)
> and I haven't seen the crash with --with-widgets=athena
> --with-scrollbars=athena. I do remember Andy announcing some other
> fixes but I am not sure whether they are in my tree yet.
I'm using the -b23 tarball + your 1-line XtIsSubclass liblw-Xlw.c
patch + Andy's liblw-Xaw.c anti-leakage patch. His previous
anti-leakage patch in src/window.c is in -b23 already.
I was talking about
http://www.xemacs.org/list-archives/xemacs-patches/9912/msg00048.html
which isn't in any non CVS version I can see.
Jan