You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
furkanonder opened this issue
Oct 29, 2024
· 1 comment
Labels
3.12only security fixes3.13bugs and security fixes3.14new features, bugs and security fixesbuildThe build process and cross-buildOS-netbsdtype-bugAn unexpected behavior, bug, or error
➜ ~ gcc -pg test.c -lpthread -o test
ld: /lib/libc.so.12: warning: warning: this program uses xdr_peername(), which is deprecated and buggy.
ld: /lib/libc.so.12: warning: warning: this program uses xdr_domainname(), which is deprecated and buggy.
ld: /lib/libc.so.12: warning: warning: this program uses xdr_mapname(), which is deprecated and buggy.
ld: /lib/libc.so.12: warning: warning: __findenv is an internal obsolete function.
➜ ~ ./test
[1] 11968 segmentation fault (core dumped) ./test
Expected Output:
Thread 0 is running.
Thread 1 is running.
Thread 2 is running.
Thread 3 is running.
Thread 4 is running.
Thread 5 is running.
Thread 6 is running.
Thread 7 is running.
I have also opened a bug report with NetBSD regarding this issue.
3.12only security fixes3.13bugs and security fixes3.14new features, bugs and security fixesbuildThe build process and cross-buildOS-netbsdtype-bugAn unexpected behavior, bug, or error
Bug report
Bug description:
Configuration:
./configure --with-pydebug -enable-profiling --disable-ipv6 && make -j5
Output: full.txt
OS: NetBSD 10.0 amd64
CPython versions tested on:
CPython main branch
Operating systems tested on:
Other
The text was updated successfully, but these errors were encountered: