Bug#865115: ThreadSanitizer: unexpected memory mapping

2017-06-19 Thread Olaf van der Spek
Package: gcc-6 Version: 6.3.0-18 Severity: normal Dear Maintainer, Tried to run a program with thread sanitizer but I just got: Jun 19 12:31:38 dev backend[31540]: FATAL: ThreadSanitizer: unexpected memory mapping 0x55912aa32000-0x55912ab38000 Jun 19 12:31:38 dev backend[31543]: FATAL: ThreadSan

Bug#1059462: g++-13: GCC 13 for Bookworm

2023-12-26 Thread Olaf van der Spek
Package: g++-13 Severity: wishlist X-Debbugs-Cc: olafvds...@gmail.com Dear Maintainer, Would it be possible to provide GCC 13 for Bookworm, perhaps via backports? Olaf -- System Information: Debian Release: 12.4 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable-s

Bug#455199: g++-4.3: deprecated in 4.3, but replacement not available in 4.2

2007-12-09 Thread Olaf van der Spek
Package: g++-4.3 Version: 4.3-20071130-1 Severity: normal Hi, is deprecated in 4.3, but it's replacement, doesn't appeart to be available in 4.2. Using doesn't sound like a good plan (at the moment), so wouldn't it make sense to postpone the deprecation until it's replacement has been avail

Bug#455199: g++-4.3: deprecated in 4.3, but replacement not available in 4.2

2007-12-09 Thread Olaf van der Spek
On Dec 9, 2007 7:21 PM, Martin Michlmayr <[EMAIL PROTECTED]> wrote: > * Olaf van der Spek <[EMAIL PROTECTED]> [2007-12-09 10:23]: > > is deprecated in 4.3, but it's replacement, > > doesn't appeart to be available in 4.2. Using > > doesn&#

Bug#456930: g++-4.3: Integer variable value lost due to optimizations?

2007-12-18 Thread Olaf van der Spek
Package: g++-4.3 Version: 4.3-20071130-1 Severity: normal Hi, I've got the following code to constructor an acceptor: server::server(asio::io_service& io_service, request_handler& req_handler, int fcgi_port): acceptor_(io_service, asio::ip::tcp::endpoint(asio::ip::tcp::v4(), fcgi_port))

Bug#456930: Smaller testcase

2007-12-18 Thread Olaf van der Spek
With -O2 it calls bind with 0, without and with -O3 it works fine. http://downloads.sourceforge.net/asio/asio-0.3.9.tar.bz2?modtime=1197163255&big_mirror=0 #include class server { public: server(asio::io_service&); asio::ip::tcp::acceptor acceptor_; }; server::server(asio::io_s

Bug#456930: g++-4.3: Still present

2008-02-02 Thread Olaf van der Spek
Package: g++-4.3 Version: 4.3-20080127-1 Followup-For: Bug #456930 Hi, The bug is still present. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)

Bug#611911: /lib64/libpthread.so.0: could not read symbols: Invalid operation

2011-02-03 Thread Olaf van der Spek
Package: g++-4.5 Version: 4.5.2-2 Severity: normal Hi, I installed 4.5 on testing to work around an issue in 4.4. But I hit the following error: $ make Linking CXX executable xwws /usr/bin/ld: CMakeFiles/xwws.dir/XCC_WOL_Web_Server.cpp.o: undefined reference to symbol 'pthread_getspecific@@GLI

Bug#611911: /lib64/libpthread.so.0: could not read symbols: Invalid operation

2011-02-03 Thread Olaf van der Spek
On Thu, Feb 3, 2011 at 5:51 PM, Matthias Klose wrote: > not a GCC bug. See > http://wiki.debian.org/ToolChain/DSOLinking#Notresolvingsymbolsinindirectdependentsharedlibraries Thanks I got confused by this line: >> /lib64/libpthread.so.0: could not read symbols: Invalid operation What is it sayi

Bug#831457: g++-5: cannot find -ltsan

2016-07-16 Thread Olaf van der Spek
Package: g++-5 Version: 5.4.0-6 Severity: normal Dear Maintainer, libtsan appears to be missing.. $ g++ -fsanitize=thread z.cpp /usr/bin/ld: cannot find -ltsan Gr, Olaf -- System Information: Debian Release: stretch/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (5

Bug#831457: g++-5: cannot find -ltsan

2016-07-16 Thread Olaf van der Spek
Oops $ clang++-3.9 -fsanitize=thread z.cpp clang: error: unsupported option '-fsanitize=thread' for target 'i686-pc-linux-gnu' Perhaps G++ should error out too? 2016-07-16 13:04 GMT+02:00 Olaf van der Spek : > Package: g++-5 > Version: 5.4.0-6 > Severity: normal >