http://llvm.org/bugs/show_bug.cgi?id=2185
Duncan Sands <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Duncan Sands <[EMAIL PROTECTED]> 2008-04-04 04:12:28 ---
The problem is in the bitcode, which is scribbling over memory
(buffer overflow). When run normally by luck this doesn't do
anything fatal and you don't notice, but when run under lli it
scribbles over lli's internal data structures causing strange
crashes. The corruption occurs in the memcpy call in
@"tart.core.Array::int..constructor. It looks to me like you
should have used tart.core.Array::int and not tart.core.Array::char
when calculating the length in @"tart.core.Array::int.alloc(i32)->Array".
--
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs