Bug#913271: segfault - broken rust compiling

2018-11-13 Thread Josh Stone
There's an ABI incompatibility between LLVM compiled with GCC and Clang: https://bugs.llvm.org/show_bug.cgi?id=39427 So if you have a Clang-built libLLVM.so, and rustc's src/rustllvm is built with GCC, then I think you may be hitting this problem.

Bug#706817: systemtap: Error, 'stap_...' is not a zombie systemtap module.

2013-05-23 Thread Josh Stone
On 05/22/2013 11:25 PM, Timo Juhani Lindfors wrote: 17986f2 PR14245 stapio should not pass inherited relay_basedir_fd Right, I can see an extra file descriptor being open: [...] Could this be a security issue? Could it cause otherwise buggy behavior? It's a read-only directory handle, so I

Bug#706817: systemtap: Error, 'stap_...' is not a zombie systemtap module.

2013-05-22 Thread Josh Stone
Note, there are actually a few commits associated with PR 14245: $ git log --oneline | grep PR14245 17986f2 PR14245 stapio should not pass inherited relay_basedir_fd d7f9b5d PR14245 clean up error messages for staprun -d SOMETHING_AWFUL 00d577a PR14245: fix staprun-stapio -Ffd passing for -A