site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Greetings, I tried running: gdb AbiWord-2.4 --sync And gdb reports: unrecognized option `--sync' Thanks, Jeshua Lacock, Owner <http://OpenOSX.com> phone: 877.240.1364 _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... I am getting a strange X11 error on Mac OS X 10.5 with AbiWord that was working great on Mac OS X 10.4 with gtk 2.10.12, glib 2.12.12: The program 'AbiWord-2.4' received an X Window System error. This probably reflects a bug in the program. The error was 'BadMatch (invalid parameter attributes)'. (Details: serial 1487 error_code 8 request_code 2 minor_code 0) (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.) So I can't get GDB to report any useful information, and I have no idea where to start looking. Any hints would be greatly appreciated. This email sent to site_archiver@lists.apple.com