search for: mac64

Displaying 4 results from an estimated 4 matches for "mac64".

Did you mean: mach64
2015 May 19
3
[LLVMdev] Sporadic "RealOffset <= INT32_MAX && RealOffset >= INT32_MIN" failures with MCJIT on Windows
Hi, We are seeing sporadic crashes since we migrated to MCJIT on Win64. The same tests pass without issues on Mac64 and Linux64. The issue is this assertion failure in RuntimeDyldELF.c: RealOffset <= INT32_MAX && RealOffset >= INT32_MIN I haven't managed to successfully catch the failure in Visual to try and debug it. Any tips on how to make progress? Oh, and we're on LLVM 3.5. Thanks...
2015 May 22
2
[LLVMdev] Sporadic "RealOffset <= INT32_MAX && RealOffset >= INT32_MIN" failures with MCJIT on Windows
...not workable for some > MCJIT clients. > > On Tue, May 19, 2015 at 7:19 AM, Ramkumar Ramachandra <artagnon at gmail.com> > wrote: > >> Hi, >> >> We are seeing sporadic crashes since we migrated to MCJIT on Win64. The >> same tests pass without issues on Mac64 and Linux64. The issue is this >> assertion failure in RuntimeDyldELF.c: >> >> RealOffset <= INT32_MAX && RealOffset >= INT32_MIN >> >> I haven't managed to successfully catch the failure in Visual to try and >> debug it. Any tips on how to ma...
2015 May 22
2
[LLVMdev] Sporadic "RealOffset <= INT32_MAX && RealOffset >= INT32_MIN" failures with MCJIT on Windows
...gt; On Tue, May 19, 2015 at 7:19 AM, Ramkumar Ramachandra < >>> artagnon at gmail.com> wrote: >>> >>>> Hi, >>>> >>>> We are seeing sporadic crashes since we migrated to MCJIT on Win64. The >>>> same tests pass without issues on Mac64 and Linux64. The issue is this >>>> assertion failure in RuntimeDyldELF.c: >>>> >>>> RealOffset <= INT32_MAX && RealOffset >= INT32_MIN >>>> >>>> I haven't managed to successfully catch the failure in Visual to try >...
2015 May 23
2
[LLVMdev] Sporadic "RealOffset <= INT32_MAX && RealOffset >= INT32_MIN" failures with MCJIT on Windows
...t 7:19 AM, Ramkumar Ramachandra < >>>> artagnon at gmail.com> wrote: >>>> >>>>> Hi, >>>>> >>>>> We are seeing sporadic crashes since we migrated to MCJIT on Win64. >>>>> The same tests pass without issues on Mac64 and Linux64. The issue is this >>>>> assertion failure in RuntimeDyldELF.c: >>>>> >>>>> RealOffset <= INT32_MAX && RealOffset >= INT32_MIN >>>>> >>>>> I haven't managed to successfully catch the failure...