Hi, here's a patch for rd-bomb:
--- rd-bomb.c~ 2003-07-21 10:00:46.000000000 +0200 +++ rd-bomb.c 2005-06-19 00:35:32.000000000 +0200 @@ -198,7 +198,7 @@ int ii = i + 1; char *q = pix_buf + width * i; short *qq = ((short *) pix_buf) + width * i; - long *qqq = ((long *) pix_buf) + width * i; + int *qqq = ((int *) pix_buf) + width * i; ushort *i1 = r1 + 1 + w2 * ii; ushort *i2 = r2 + 1 + w2 * ii; ushort *o1 = r1b + 1 + w2 * ii; For apple2, the backtrace looks like this: [EMAIL PROTECTED]:/tmp/xscreensaver-4.21/hacks% gdb ./apple2 GNU gdb 6.3-debian Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "alpha-linux"...Using host libthread_db library "/lib/libthread_db.so.1". (gdb) r Starting program: /tmp/xscreensaver-4.21/hacks/apple2 Program received signal SIGSEGV, Segmentation fault. 0x00000200002eab58 in XtRemoveInput () from /usr/X11R6/lib/libXt.so.6 (gdb) bt #0 0x00000200002eab58 in XtRemoveInput () from /usr/X11R6/lib/libXt.so.6 #1 0x0000000120008fc8 in terminal_closegen (mine=0x120057e60) at apple2-main.c:890 #2 0x0000000120009f30 in terminal_controller (sim=0x120053aa0, stepno=0x11ffff150, next_actiontime=0x11ffff180) at apple2-main.c:1487 #3 0x0000000120006ba0 in apple2 (dpy=0x0, window=2199040369851, delay=537132288, controller=0x120009d40 <terminal_controller>) at apple2.c:764 #4 0x000000012000b68c in screenhack (dpy=0x1200329e0, window=18874369) at apple2-main.c:1908 #5 0x000000012000ca24 in main (argc=1, argv=0x0) at screenhack.c:679 (gdb) up #1 0x0000000120008fc8 in terminal_closegen (mine=0x120057e60) at apple2-main.c:890 890 XtRemoveInput (mine->pipe_id); (gdb) print mine $1 = (struct terminal_controller_data *) 0x120057e60 (gdb) print *mine $2 = {pipe = 0x120058040, pipe_id = 537155440, pid = 25485, input_available_p = 0, timeout_id = 0, curword = '\0' <repeats 255 times>, lastc = 0 '\0', fake_nl = 0, last_emit_time = 19.934051, compose = { compose_ptr = 0x0, chars_matched = 0}, escstate = 0, csiparam = { 0 <repeats 16 times>}, curparam = 0, cursor_x = 0, cursor_y = 2, saved_x = 0, saved_y = 0, termattrib = {bf = {bold = 0, blink = 0, rev = 0}, w = 0}, meta_sends_esc_p = 1, swap_bs_del_p = 1, fast_p = 0} (gdb) Maybe pipe_id got clobbered, I'm too lazy to debug it right now. -- Falk -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]