[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Segfaults with shared library, foreign code
From: |
Felix |
Subject: |
Re: [Chicken-users] Segfaults with shared library, foreign code |
Date: |
Mon, 28 Feb 2011 23:37:56 +0100 (CET) |
From: Evan Hanson <address@hidden>
Subject: [Chicken-users] Segfaults with shared library, foreign code
Date: Mon, 28 Feb 2011 13:59:05 -0600
> FWIW it seems that removing any reference to clutter_text solves the
> problem, which might point to Clutter as the troublemaker, BUT both
> files above work perfectly on OS X with the same versions of both
> Chicken and Clutter, so I'm not sure. Also, removing the entrance of
> clutter_main (the GUI loop) doesn't help. I might just be missing some
> compilation flags but I'm pretty much in the dark.
>
> Any ideas?
Unfortunately not. Do the library loading and symbol-lookups work out?
Please try running the example with LD_DEBUG to "all" or "libs" -
perhaps the indirect use of the clutter libs can't be resolved.
cheers,
felix