Your message dated Sun, 28 Jul 2024 15:27:28 +0000 with message-id <[email protected]> and subject line Bug#1076502: Removed package(s) from unstable has caused the Debian Bug report #939655, regarding g++ v9 with OpenMP segfaults with shared vectors to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 939655: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939655 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: g++ Version: 4:9.2.1-3 When executing code compiled with g++ 9.2.1 that has OpenMP for-loops with vectors as shared variables, it results in a segmentation fault. According to Asan (address sanitizer), this might be due to double- freed variables when running the code. Example: #pragma omp parallel for schedule(static) num_threads(nthreads) shared(some_vector, some_variable) for (int i = 0; i < some_vector.size(); i++) { some_func(some_vector[i], some_variable) } Setup: - Processor Ryzen 2700 (8 cores) - Kernel version 5.2+106 - Compile flags tried: -std=c++11 -fopenmp -march=native -O2 The version currently in buster (4:8.3.0-1) and older do not show this problem. Tried with different samples of code in different projects and they all presented the same issue. Potential problems such as out-of- bounds writes were already discarded. Compiling without OpenMP does not produce such error.
--- End Message ---
--- Begin Message ---Version: 9.5.0-6+rm Dear submitter, as the package gcc-9 has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/1076502 The version of this package that was in Debian prior to this removal can still be found using https://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---

