Displaying 2 results from an estimated 2 matches for "longjmp_issue".
2015 Apr 25
2
[LLVMdev] Invalid or unaligned stack exception on Windows
Hi,
I wrote sometime ago about this issue (see links below).
http://lists.cs.uiuc.edu/pipermail/llvmdev/2015-March/084089.html
http://lists.cs.uiuc.edu/pipermail/llvmdev/2015-April/084193.html
At the time I thought the problem was due to a bug in my code, and
that I had fixed it. But sadly it seems that the issue is still
present - it just got hidden by whatever change I made.
The error only
2015 Apr 27
4
[LLVMdev] Invalid or unaligned stack exception on Windows
...5, 2015 at 3:07 PM, Dibyendu Majumdar <mobile at majumdar.org.uk>
wrote:
> I have an example test program (smallest I could construct) that
> triggers the problem. The relevant line is commented in the code.
>
>
> https://github.com/dibyendumajumdar/ravi/tree/master/ravi-tests/longjmp_issue
>
> I have also dumped the IR for the three functions that are compiled.
>
> The C code that does the longjmp and setjmp is at:
>
> https://github.com/dibyendumajumdar/ravi/blob/master/src/ldo.c
>
> See functions luaD_throw() and luaD_rawrunprotected()
> _________________...