[LLVMbugs] [Bug 20457] New: assertion "RealOffset <= INT32_MAX && RealOffset >= INT32_MIN" failed in RuntimeDyldELF.cpp

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Jul 25 23:51:57 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=20457

            Bug ID: 20457
           Summary: assertion "RealOffset <= INT32_MAX && RealOffset >=
                    INT32_MIN" failed in RuntimeDyldELF.cpp
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Target-Independent JIT
          Assignee: unassignedbugs at nondot.org
          Reporter: zosrothko at orange.fr
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 12829
  --> http://llvm.org/bugs/attachment.cgi?id=12829&action=edit
mcjit lli execution of test-setcond-fp.ll with debug

I am building LLVM from the SVN trunk at 213638 on a W7/X86_64/Cygwin system
and running make check leads to a series of failed assertions like

********************
FAIL: LLVM :: ExecutionEngine/MCJIT/test-setcond-fp.ll (6185 of 11245)
******************** TEST 'LLVM :: ExecutionEngine/MCJIT/test-setcond-fp.ll'
FAILED ********************
Script:
-- 
/cygdrive/z/dev/llvm/x64/static/Release+Asserts/bin/lli -use-mcjit
-mtriple=x86_64-unknown-cygwin-elf
/cygdrive/z/dev/llvm/x64/llvm/test/ExecutionEngine/MCJIT/test-setcond-fp.ll >
/dev/null
-- 
Exit Code: 134

Command Output (stderr):
-- 
assertion "RealOffset <= INT32_MAX && RealOffset >= INT32_MIN" failed: file
"/cygdrive/z/dev/llvm/x64/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp",
line 308, function: void llvm::RuntimeDyldELF::resolveX86_64Relocation(const
llvm::SectionEntry&, uint64_t, uint64_t, uint32_t, int64_t, uint64_t)
Stack dump:
0.      Program arguments:
/cygdrive/z/dev/llvm/x64/static/Release+Asserts/bin/lli -use-mcjit
-mtriple=x86_64-unknown-cygwin-elf
/cygdrive/z/dev/llvm/x64/llvm/test/ExecutionEngine/MCJIT/test-setcond-fp.ll
/cygdrive/z/dev/llvm/x64/static/test/ExecutionEngine/MCJIT/Output/test-setcond-fp.ll.script:
line 1:  5552 Aborted /cygdrive/z/dev/llvm/x64/static/Release+Asserts/bin/lli
-use-mcjit -mtriple=x86_64-unknown-cygwin-elf
/cygdrive/z/dev/llvm/x64/llvm/test/ExecutionEngine/MCJIT/test-setcond-fp.ll >
/dev/null

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140726/71c25632/attachment.html>


More information about the llvm-bugs mailing list