Duncan P. N. Exon Smith
2014-Dec-09 21:32 UTC
[LLVMdev] Help diagnosing a failing hexagon bot?
It looks like my Metadata/Value split broke the hexagon bot [1], but I can't figure out why. Is there anyone that can help me diagnose the problem? [1]: http://lab.llvm.org:8011/builders/llvm-hexagon-elf/builds/13434 All the tests are crashing in the same way; looks like a double-free? (In the meantime, I'll keep trying to find the problem by inspection...)
Rafael Avila de Espindola
2014-Dec-10 01:28 UTC
[LLVMdev] Help diagnosing a failing hexagon bot?
Sent from my iPhone> On Dec 9, 2014, at 16:32, Duncan P. N. Exon Smith <dexonsmith at apple.com> wrote: > > It looks like my Metadata/Value split broke the hexagon bot [1], but I > can't figure out why. Is there anyone that can help me diagnose the > problem? > > [1]: http://lab.llvm.org:8011/builders/llvm-hexagon-elf/builds/13434 > > All the tests are crashing in the same way; looks like a double-free? >If that is the case, running the tests with asan will find it :-)> (In the meantime, I'll keep trying to find the problem by inspection...) > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
Duncan P. N. Exon Smith
2014-Dec-10 02:10 UTC
[LLVMdev] Help diagnosing a failing hexagon bot?
> On 2014 Dec 9, at 17:28, Rafael Avila de Espindola <rafael.espindola at gmail.com> wrote: > > > > Sent from my iPhone > >> On Dec 9, 2014, at 16:32, Duncan P. N. Exon Smith <dexonsmith at apple.com> wrote: >> >> It looks like my Metadata/Value split broke the hexagon bot [1], but I >> can't figure out why. Is there anyone that can help me diagnose the >> problem? >> >> [1]: http://lab.llvm.org:8011/builders/llvm-hexagon-elf/builds/13434 >> >> All the tests are crashing in the same way; looks like a double-free? >> > > If that is the case, running the tests with asan will find it :-) >r223904 fixed the Hexagon bot [1]. I've started an asan build *anyway*, since this is the second fix for memory corruption (see also r223858). [1]: http://lab.llvm.org:8011/builders/llvm-hexagon-elf/builds/13451
Apparently Analagous Threads
- [LLVMdev] How do I update Ocaml debug info? (was Re: [llvm] r218914 - DI: Fold constant arguments into a single MDString)
- [LLVMdev] Assert in BlockFrequency pass
- Adding llvm-undname to the llvm-cov bot
- Marking lit::shtest-format.py unsupported on PS4?, Re: buildbot failure in LLVM on llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast
- [LLVMdev] Assert in BlockFrequency pass