lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Thanks, we already fixed it :) and you're right, it was a problem with memcpy, see the rest of this thread.

Best,
Bogdan

On Thu, Dec 18, 2008 at 6:32 AM, pan shizhu <pan.shizhu@gmail.com> wrote:

I believe this has nothing to do with big-endian.

Your problem seems to be somewhat related to word-alignment. probably your memcpy, strcpy or related stuffs in your libc are broken.