From: kallisti5 <kal...@un...> - 2012-09-12 02:17:34
|
On 2012-09-11 3:45 pm, Klaus Rechert wrote: > Hi, > > unfortunately SheepShaver crashes on current Ubuntu systems (master > branch from https://github.com/cebix/macemu.git) > I could verify this on 32-bit as well as 64-bit systems. > > Below the stacktrace. Any suggestion to debug this further? > > Cheers > Klaus > > > Program received signal SIGSEGV, Segmentation fault. > 0x00000000780a1f57 in vm_do_write_memory_4 (a=0x40810000, > v=1289689096) > at ../kpx_cpu/src/cpu/vm.hpp:69 > 69 static inline void vm_do_write_memory_4(uint32 *a, uint32 v) > { > *a = bswap_32(v); } > (gdb) bt I was seeing the same type of crashes on SheepShear while I was doing cleanup and reorganization. To be honest, all of the memory management and addressing needs to be re-written to be a little... "safer" -- Alex |