On 11/2/07, Jeshua Lacock <jeshua@openosx.com> wrote:
>
>
> Greetings,
>
> 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.)
>
>
> I tried running:
>
>      gdb AbiWord-2.4 --sync
>
> And gdb reports:
>
>      unrecognized option `--sync'
Fyi, to pass arguments through gdb you need to run it like that:
    gdb --args AbiWord-2.4 --sync
- Rob
Received on Mon Nov  5 13:25:23 2007
This archive was generated by hypermail 2.1.8 : Mon Nov 05 2007 - 13:25:23 CET