|
From: | John W. Eaton |
Subject: | Re: JIT compiler changeset results in plot failure with segfault |
Date: | Sat, 02 Nov 2013 11:43:38 -0400 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12 |
On 11/02/2013 10:43 AM, Michael Goffioul wrote:
I guess not, except if you have a memory corruption somewhere that messes up with the gdb stack. Maybe running it into valgrind can reveal something. I also noticed 2 different versions of LLVM in the backtrace: frame #2 uses libLLVM-3.2.so.1, while frames #0 and #1 use libLLVM-3.0.so.1. Maybe this is normal, but I figured I mentioned it.
Oh, that can't be right. I removed the 3.0 packages and built again from scratch and I no longer see the crash. Thanks for catching that. I still think that we shouldn't be using or initializing llvm unless the JIT compiler is enabled, so I'll try to track down where that is happening. Thanks, jwe
[Prev in Thread] | Current Thread | [Next in Thread] |