[LLVMbugs] [Bug 6136] New: Abort trap in Kaleidoscope/toy example, "at the end"
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Jan 25 00:52:53 PST 2010
http://llvm.org/bugs/show_bug.cgi?id=6136
Summary: Abort trap in Kaleidoscope/toy example, "at the end"
Product: new-bugs
Version: 2.6
Platform: Macintosh
OS/Version: MacOS X
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: albert at mietus.nl
CC: llvmbugs at cs.uiuc.edu
The toy-example, build WITH interpreter (and probably without a working native
lib; see emails) seems to work, until one terminates the program with
end-of-file, (either ^D or ^Z)
As can be seen below, this results in a abort-trap.
This happens both with the 2.6 "PreBuid" (apple OS X 10.5.8) and a "self build
2.6 Debug" (same) libs.
--------
./toy-example26
ready> ;
ready> 2+4;
ready> Evaluated to 6.000000
ready> <<EOF>>
ready> ; ModuleID = 'my cool jit'
define double @0() {
entry:
ret double 6.000000e+00
}
While deleting: double ()* %
An asserting value handle still pointed to this value!
UNREACHABLE executed at Value.cpp:492!
Abort trap
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list