[Bug 1762683] Re: AddressSanitizer CHECK failed: ../../../sanitizer/asan/asan_interceptors.cc:384 "((__interception::real___cxa_throw)) != (0)" (0x0, 0x0)

2019-12-08 Thread Itay Marom
Hi, I ran into the same issue while trying to run Python extension (binding over C++ library that was built with libasan). The only *workaround* I've found was to run patchelf on the Python binary and add fake dependency on libstdc++ (after libasan.so) -- You received this bug notification beca

[Bug 1762683] Re: AddressSanitizer CHECK failed: ../../../sanitizer/asan/asan_interceptors.cc:384 "((__interception::real___cxa_throw)) != (0)" (0x0, 0x0)

2019-08-09 Thread Vojtěch Fried
Yes, the bug is still reproducible. Changing to Confirmed. ** Changed in: gcc-7 (Ubuntu) Status: Fix Released => Confirmed ** Changed in: gcc-8 (Ubuntu) Status: Fix Released => Confirmed ** Changed in: gcc-6 (Ubuntu) Status: Fix Released => Confirmed -- You received this b

[Bug 1762683] Re: AddressSanitizer CHECK failed: ../../../sanitizer/asan/asan_interceptors.cc:384 "((__interception::real___cxa_throw)) != (0)" (0x0, 0x0)

2019-08-08 Thread Phil M
Also gcc-6 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1762683 Title: AddressSanitizer CHECK failed: ../../../sanitizer/asan/asan_interceptors.cc:384 "((__interception::real___cxa_throw)) != (

[Bug 1762683] Re: AddressSanitizer CHECK failed: ../../../sanitizer/asan/asan_interceptors.cc:384 "((__interception::real___cxa_throw)) != (0)" (0x0, 0x0)

2019-08-08 Thread Phil M
Please change the state back to 'Incomplete', since I don't have the privileges to do so -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1762683 Title: AddressSanitizer CHECK failed: ../../../saniti

[Bug 1762683] Re: AddressSanitizer CHECK failed: ../../../sanitizer/asan/asan_interceptors.cc:384 "((__interception::real___cxa_throw)) != (0)" (0x0, 0x0)

2019-08-08 Thread Phil M
I'm still seeing this problem for both 7.4.0-1ubuntu1~18.04.1 and 8.3.0-6ubuntu1~18.04.1. I've confirmed with the reproduction case posted on the GCC bug as well: phil@machine:~/python_module$ g++ --version g++ (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0 Copyright (C) 2017 Free Software Foundation, Inc

[Bug 1762683] Re: AddressSanitizer CHECK failed: ../../../sanitizer/asan/asan_interceptors.cc:384 "((__interception::real___cxa_throw)) != (0)" (0x0, 0x0)

2018-12-19 Thread Janusz Lisiecki
I have the same problem and it doesn't work with gcc 7.3.0-27. I tried to https://gcc.gnu.org/bugzilla/attachment.cgi?id=43866 from https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84428 with -v option. I see "--push-state --no-as-needed -lasan --pop-state" but it doesn't help. ** Attachment added:

[Bug 1762683] Re: AddressSanitizer CHECK failed: ../../../sanitizer/asan/asan_interceptors.cc:384 "((__interception::real___cxa_throw)) != (0)" (0x0, 0x0)

2018-05-02 Thread Vojtěch Fried
** Changed in: gcc-7 (Ubuntu) Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1762683 Title: AddressSanitizer CHECK failed: ../../../sanitizer/asan/asan_int

[Bug 1762683] Re: AddressSanitizer CHECK failed: ../../../sanitizer/asan/asan_interceptors.cc:384 "((__interception::real___cxa_throw)) != (0)" (0x0, 0x0)

2018-04-25 Thread Vojtěch Fried
I can still reproduce the bug. ** Changed in: gcc-7 (Ubuntu) Status: Fix Released => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1762683 Title: AddressSanitizer CHECK failed:

[Bug 1762683] Re: AddressSanitizer CHECK failed: ../../../sanitizer/asan/asan_interceptors.cc:384 "((__interception::real___cxa_throw)) != (0)" (0x0, 0x0)

2018-04-24 Thread Launchpad Bug Tracker
This bug was fixed in the package gcc-6 - 6.4.0-17ubuntu1 --- gcc-6 (6.4.0-17ubuntu1) bionic; urgency=medium * Merge with Debian; remaining changes: - Build from upstream sources. gcc-6 (6.4.0-17) unstable; urgency=medium * Update to SVN 20180424 (r259590) from the gcc-6-bra

[Bug 1762683] Re: AddressSanitizer CHECK failed: ../../../sanitizer/asan/asan_interceptors.cc:384 "((__interception::real___cxa_throw)) != (0)" (0x0, 0x0)

2018-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package gcc-8 - 8-20180414-1ubuntu1 --- gcc-8 (8-20180414-1ubuntu1) bionic; urgency=medium * GCC 8 snapshot, taken from the trunk 20180408 (r259224). * Strip the binaries for the upcoming release. gcc-8 (8-20180414-1) unstable; urgency=medium * GCC 8

[Bug 1762683] Re: AddressSanitizer CHECK failed: ../../../sanitizer/asan/asan_interceptors.cc:384 "((__interception::real___cxa_throw)) != (0)" (0x0, 0x0)

2018-04-13 Thread Vojtěch Fried
I can still reproduce the bug after an update. g++ --version g++ (Ubuntu 7.3.0-16ubuntu2) 7.3.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1762683 Title: AddressSanitizer CHECK failed: ../../.

[Bug 1762683] Re: AddressSanitizer CHECK failed: ../../../sanitizer/asan/asan_interceptors.cc:384 "((__interception::real___cxa_throw)) != (0)" (0x0, 0x0)

2018-04-12 Thread Launchpad Bug Tracker
This bug was fixed in the package gcc-7 - 7.3.0-16ubuntu2 --- gcc-7 (7.3.0-16ubuntu2) bionic; urgency=medium * Merge with Debian; remaining changes: - Build from upstream sources. * Update the gcc-foffload-default patch. LP: #1721355. gcc-7 (7.3.0-16) unstable; urgency=medium

[Bug 1762683] Re: AddressSanitizer CHECK failed: ../../../sanitizer/asan/asan_interceptors.cc:384 "((__interception::real___cxa_throw)) != (0)" (0x0, 0x0)

2018-04-10 Thread Matthias Klose
** Also affects: gcc-8 (Ubuntu) Importance: Undecided Status: New ** Also affects: gcc-6 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/17

[Bug 1762683] Re: AddressSanitizer CHECK failed: ../../../sanitizer/asan/asan_interceptors.cc:384 "((__interception::real___cxa_throw)) != (0)" (0x0, 0x0)

2018-04-10 Thread Matthias Klose
ahh, that was only done for libtsan. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1762683 Title: AddressSanitizer CHECK failed: ../../../sanitizer/asan/asan_interceptors.cc:384 "((__interceptio

[Bug 1762683] Re: AddressSanitizer CHECK failed: ../../../sanitizer/asan/asan_interceptors.cc:384 "((__interception::real___cxa_throw)) != (0)" (0x0, 0x0)

2018-04-10 Thread Bug Watch Updater
** Changed in: gcc Status: Unknown => Invalid ** Changed in: gcc Importance: Unknown => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1762683 Title: AddressSanitizer CHECK failed:

[Bug 1762683] Re: AddressSanitizer CHECK failed: ../../../sanitizer/asan/asan_interceptors.cc:384 "((__interception::real___cxa_throw)) != (0)" (0x0, 0x0)

2018-04-10 Thread Matthias Klose
libasan should be linked with --no-as-needed. However it looks to me that this is already done in the Ubuntu gcc builds. ** Bug watch added: GCC Bugzilla #84428 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84428 ** Also affects: gcc via https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84428