Eli Friedman
2011-Jul-24 01:32 UTC
[LLVMdev] Segfault calling LLVM libs from a clang-compiled executable
On Sat, Jul 23, 2011 at 5:09 PM, Talin <viridia at gmail.com> wrote:> So this was working fine for me until a few days ago when I checked out the > most recent LLVM - the one with the new type system. Now I am getting the > same error that I was getting previously. > Is it possible that your fix got unfixed when they merged in the new branch?I wouldn't be surprised if something broke, but I would be surprised if it's exactly the same issue. It's crashing calling DIBuilder::createPointerType again? -Eli
Eli Friedman
2011-Aug-18 00:46 UTC
[LLVMdev] Segfault calling LLVM libs from a clang-compiled executable
On Sat, Jul 23, 2011 at 6:32 PM, Eli Friedman <eli.friedman at gmail.com> wrote:> On Sat, Jul 23, 2011 at 5:09 PM, Talin <viridia at gmail.com> wrote: >> So this was working fine for me until a few days ago when I checked out the >> most recent LLVM - the one with the new type system. Now I am getting the >> same error that I was getting previously. >> Is it possible that your fix got unfixed when they merged in the new branch? > > I wouldn't be surprised if something broke, but I would be surprised > if it's exactly the same issue. It's crashing calling > DIBuilder::createPointerType again?Did you ever make any progress narrowing this down? -Eli
Talin
2011-Aug-18 02:50 UTC
[LLVMdev] Segfault calling LLVM libs from a clang-compiled executable
On Wed, Aug 17, 2011 at 5:46 PM, Eli Friedman <eli.friedman at gmail.com>wrote:> On Sat, Jul 23, 2011 at 6:32 PM, Eli Friedman <eli.friedman at gmail.com> > wrote: > > On Sat, Jul 23, 2011 at 5:09 PM, Talin <viridia at gmail.com> wrote: > >> So this was working fine for me until a few days ago when I checked out > the > >> most recent LLVM - the one with the new type system. Now I am getting > the > >> same error that I was getting previously. > >> Is it possible that your fix got unfixed when they merged in the new > branch? > > > > I wouldn't be surprised if something broke, but I would be surprised > > if it's exactly the same issue. It's crashing calling > > DIBuilder::createPointerType again? > > Did you ever make any progress narrowing this down? >Sorry, it's still on my to-do list.> > -Eli >-- -- Talin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110817/78c3aec5/attachment.html>
Talin
2011-Sep-05 04:05 UTC
[LLVMdev] Segfault calling LLVM libs from a clang-compiled executable
I figured it out. Apparently an old version of clang got installed in /usr/bin, so my cmake script picked up that version instead of the new one from svn. So false alarm basically. On Wed, Aug 17, 2011 at 5:46 PM, Eli Friedman <eli.friedman at gmail.com>wrote:> On Sat, Jul 23, 2011 at 6:32 PM, Eli Friedman <eli.friedman at gmail.com> > wrote: > > On Sat, Jul 23, 2011 at 5:09 PM, Talin <viridia at gmail.com> wrote: > >> So this was working fine for me until a few days ago when I checked out > the > >> most recent LLVM - the one with the new type system. Now I am getting > the > >> same error that I was getting previously. > >> Is it possible that your fix got unfixed when they merged in the new > branch? > > > > I wouldn't be surprised if something broke, but I would be surprised > > if it's exactly the same issue. It's crashing calling > > DIBuilder::createPointerType again? > > Did you ever make any progress narrowing this down? > > -Eli >-- -- Talin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110904/e48785b3/attachment.html>
Seemingly Similar Threads
- [LLVMdev] Segfault calling LLVM libs from a clang-compiled executable
- [LLVMdev] Segfault calling LLVM libs from a clang-compiled executable
- [LLVMdev] Segfault calling LLVM libs from a clang-compiled executable
- [LLVMdev] Segfault calling LLVM libs from a clang-compiled executable
- [LLVMdev] Segfault calling LLVM libs from a clang-compiled executable