Hi,

   I crash the emulator (access violation) when my app is not the one
   running. I have checked the usual culprits, i.e. no globals or statics
   are being used and I am not overwriting any memory. Also, no virtual
   functions are being called and finally, I have plenty of stack space.

   What I am doing is making a call to new and then it crashes the
   emulator.

   I compiled a debug version of the emulator, ran a find again and it
   crashed in the following location:

   module:      machdep_memory.h
   function:    do_get_mem_word()
   line:   75

   Does this mean anything to anyone familiar with the emulator?

   Thanks,
   Chris

   P.S. Here is the code for the function:

   static __inline__ uae_u16 do_get_mem_word(void* a)
   {
      return *(uae_u16*) a;
   }



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to