Re: amaya crashes on amd64 architecture

On Tuesday 16 October 2007 19:55, M.J.P. wrote:
> Launching an amaya compile for amd64 architecture (with patch
> fix_ftbs64_again.diff applied) results in a crash with message below. Does
> anybody have an idea how to fix that?
>
> Thanks
>
> Mark J.P
>
>
> The program 'amaya_bin' received an X Window System error.
> This probably reflects a bug in the program.
> The error was 'BadMatch (invalid parameter attributes)'.
>   (Details: serial 6061 error_code 8 request_code 143 minor_code 5)
>   (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.)

You have to set environment variables:
  XLIB_SKIP_ARGB_VISUALS=1 
  G_SLICE="always-malloc"

Regards
     Irène.
-----
Irène Vatton                     INRIA Rhône-Alpes
INRIA                               ZIRST
e-mail: Irene.Vatton@inria.fr       655 avenue de l'Europe
Tel.: +33 4 76 61 53 61             Montbonnot
Fax:  +33 4 76 61 52 07             38334 Saint Ismier Cedex - France

Received on Wednesday, 17 October 2007 13:04:17 UTC