I have a SWT application that runs smoothly on Windows and (not as
smoothly but ok) Linux. Now I have packaged it for MacOs X. And while it
runs too on my PPC MacMini, on an Intel MacBook Pro it crashes shortly
after startup (main window showing) with sometimes an "illegal memory
access" message, sometimes "bus error". My first thought was that the
SWT jnilibs might be for ppc only, but from what I've read I understand
that SWT (3.2.1) uses universal binaries.