Bug#759803: python-llvm: Causes segfault on printing certain values

2014-08-30 Thread Robert
Package: python-llvm Version: 0.12.6-2 Severity: important Dear Maintainer, python-llvm (llvm-py upstream) has been giving me quite a few issues lately. I wrote a quick test to see how easy it would be to generate some code with it, and kept getting segfaults. That was a red flag right away;

Bug#759803: python-llvm: Causes segfault on printing certain values

2014-08-30 Thread Sylvestre Ledru
severity 759803 normal thanks On 30/08/2014 17:26, Robert wrote: Package: python-llvm Version: 0.12.6-2 Severity: important Dear Maintainer, python-llvm (llvm-py upstream) has been giving me quite a few issues lately. I wrote a quick test to see how easy it would be to generate some

Bug#759803: python-llvm: Causes segfault on printing certain values

2014-08-30 Thread rwb
However, it is the way LLVM is designed. If an incorrect IR is given, LLVM is going to crash, crashing Python in the meantime. Fair enough, but that seems strange for a python module to do. Even calling `func.verify()` causes a segfault, which according to the docs