Krusher check out the latest cvs it should get you up and running, it'll default to allocateing non shared memory in most failure situations
(edit)
kabalah, same thing but no promises, yours looks like the libEMuShareMem.so didn't get built right if at all.
When in doubt.
rm core*
ulimit -c (big number here) 99999
./exec_that_crashes
ls core*
gdb --core=core(any extension it had) ./exec_that_crashes
when it stops scrolling type "backtrace" or "bt" and post the results
|