[LLVMdev] sqlite3 crashing jit

Bueno, Denis denbuen at sandia.gov
Tue Aug 10 13:30:55 PDT 2010


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>


More information about the llvm-dev mailing list