I'm trying to get a stacktrace, so I can't provide one. I'm trying llvm 2.7 right now. I'm hoping there's a 2.6 workaround, though. On 8/10/10 2:01 PM, "Török Edwin" <edwintorok at gmail.com> wrote: On Tue, 10 Aug 2010 13:42:05 -0600 "Bueno, Denis" <denbuen at sandia.gov> wrote:> Hello, > http://www.opendylan.org/~housel/bcdump.pl > I'm trying to compile sqlite3 using llvm-gcc, then run it with lli.sqlite3 is part of LLVM testsuite, so it shouldn't crash ...> This builds with the exact same flags as above, but with -emit-llvm > added. It should create executable `test.llvm' which is a just a > script that invokes `lli' on `test.llvm.bc'. This crashes lli (for > me).Can you provide a stacktrace?> > In an effort to debug this, I've built llvm-2.6 with > -disable-optimized and -ggdb against the llvm-gcc frontend because IDid you try llvm-2.7? Best regards, --Edwin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100810/b642bd79/attachment.html>
On Aug 10, 2010, at 1:09 PM, Bueno, Denis wrote:> I’m trying to get a stacktrace, so I can’t provide one. >There should be at least something unless it's trashing the stack so much that it can't get anything.> I’m trying llvm 2.7 right now. I’m hoping there’s a 2.6 workaround, though.Unlikely. -eric
Running lli under gdb gives Program received signal SIGSEGV, Segmentation fault. [address] in ?? () (gdb) bt #0 [address] in ?? () Cannot access memory at address [address2] Was sqlite3 part of the llvm-2.6 test suite? If so, it is likely there's a workaround for 2.6. On 8/10/10 2:25 PM, "Eric Christopher" <echristo at apple.com> wrote: On Aug 10, 2010, at 1:09 PM, Bueno, Denis wrote:> I'm trying to get a stacktrace, so I can't provide one. >There should be at least something unless it's trashing the stack so much that it can't get anything.> I'm trying llvm 2.7 right now. I'm hoping there's a 2.6 workaround, though.Unlikely. -eric -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100810/66bd1764/attachment.html>