lua-users home
lua-l archive

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


On 11/15/05, Dan Hollis <mRq2d8RqYW79taoAo@anime.net> wrote:
> Compiling lua 5.0.2 with mingw 3.4.4.
>
> If I compile lua with -fomit-frame-pointer then lua's error handler crashes:
>
> Is this a lua bug, a mingw bug, or what?

IIRC, MingW has trouble with SEH when frame pointers are omitted. The
generated code does not set up for stack unwinding properly.

Ben