** Description changed:
When using the shared libclang_rt.asan-x86_64.so, __asan_default_options
aren't working. Consider the following example:
- $ cat test_asan.c
+ $ cat test_asan.c
const char *__asan_default_options() {
- return "help=1";
+ return "help=1";
}
int main() {
I can confirm this. I was actually involved in implementing OMPT support in the
LLVM OpenMP runtime and the startup works by overwriting the weak symbol
ompt_start_tool via LD_PRELOAD. The symbol is there, as seen with
$ objdump -T /usr/lib/x86_64-linux-gnu/libomp.so.5 | grep ompt
000aa4
Public bug reported:
When using the shared libclang_rt.asan-x86_64.so, __asan_default_options
aren't working. Consider the following example:
$ cat test_asan.c
const char *__asan_default_options() {
return "help=1";
}
int main() { return 0; }
$ clang -fsanitize=address -shared-libasan test_a
Any updates on this?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1745608
Title:
[x86_64] Kernel panic when building on NFS in VM
To manage notifications about this bug go to:
https://bugs.launchp
That's weird:
[ 2691.471972] PANIC: double fault, error_code: 0x0
[ 2691.477488] Kernel panic - not syncing: Machine halted.
[ 2691.478724] CPU: 1 PID: 31425 Comm: cc1 Not tainted 4.4.0-98-generic
#121-Ubuntu
[ 2691.479962] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS
1.11.0-201711
Got something similar:
[ 2570.763287] PANIC: double fault, error_code: 0x0
[ 2570.764564] Kernel panic - not syncing: Machine halted.
[ 2570.765428] CPU: 0 PID: 22272 Comm: as Not tainted 4.15.0-041500-generic
#201801282230
[ 2570.767059] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS
Trying linux-image-4.4.0-98-generic next which should be the last known-
good kernel according to the cached packages in /var/cache/apt/archives
- assuming that it's only related to a kernel upgrade...
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscri
It's a kernel panic rendering the system unusable, so I can't run any
diagnostic commands.
** Changed in: linux (Ubuntu)
Status: Incomplete => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net
Public bug reported:
Since around begin of December (definitely before any KPTI was merged),
I'm having problems building AOSP on an NFS share that is mounted in a
VM with Ubuntu 16.04.3. After some minutes the system freezes
completely, the SSH session becomes unresponsive and I can't open a new