[Bug 1964487] Re: __asan_default_options not working with -shared-libasan

2022-04-26 Thread Jonas Hahnfeld
** 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()

[Bug 1899199] Re: [libomp.so.5] OMPT with LD_PRELOAD not working

2022-03-10 Thread Jonas Hahnfeld
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

[Bug 1964487] [NEW] __asan_default_options not working with -shared-libasan

2022-03-10 Thread Jonas Hahnfeld
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

[Bug 1745608] Re: [x86_64] Kernel panic when building on NFS in VM

2018-02-18 Thread Jonas Hahnfeld
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:

[Bug 1745608] Re: [x86_64] Kernel panic when building on NFS in VM

2018-01-29 Thread Jonas Hahnfeld
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

[Bug 1745608] Re: [x86_64] Kernel panic when building on NFS in VM

2018-01-29 Thread Jonas Hahnfeld
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

[Bug 1745608] Re: [x86_64] Kernel panic when building on NFS in VM

2018-01-29 Thread Jonas Hahnfeld
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),

[Bug 1745608] Re: [x86_64] Kernel panic when building on NFS in VM

2018-01-26 Thread Jonas Hahnfeld
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.

[Bug 1745608] [NEW] [x86_64] Kernel panic when building on NFS in VM

2018-01-26 Thread Jonas Hahnfeld
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