[issue44360] test_compile segfault on AMD64 Ubuntu 3.x

2021-06-09 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: We'll wait for more builds, but for now the buildbot is green so I think this should be closed and reopened if we see it again. -- ___ Python tracker ___

[issue44360] test_compile segfault on AMD64 Ubuntu 3.x

2021-06-09 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: I am quite sure this is not a segmentation fault, Victor. -- ___ Python tracker ___ ___ Py

[issue44360] test_compile segfault on AMD64 Ubuntu 3.x

2021-06-09 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue44360] test_compile segfault on AMD64 Ubuntu 3.x

2021-06-09 Thread Erlend E. Aasland
Erlend E. Aasland added the comment: Isn't this just an (explicit) SIGKILL? The _exit code_ seems to be -9, not the signal number. -- ___ Python tracker ___ _

[issue44360] test_compile segfault on AMD64 Ubuntu 3.x

2021-06-09 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: But SIGSEGV is signal 11, not -9 -- ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue44360] test_compile segfault on AMD64 Ubuntu 3.x

2021-06-09 Thread STINNER Victor
STINNER Victor added the comment: > I don't think that's a segfault. That seems that the process was killed no? > Also, the buildbot is green so this is not happening in the latest builds * (1) 0:01:12, test_compile child process was killed by signal -9 * (2) 0:08:48, test_multiprocessing_for

[issue44360] test_compile segfault on AMD64 Ubuntu 3.x

2021-06-09 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: I don't think that's a segfault. That seems that the process was killed no? Also, the buildbot is green so this is not happening in the latest builds -- ___ Python tracker

[issue44360] test_compile segfault on AMD64 Ubuntu 3.x

2021-06-09 Thread Erlend E. Aasland
Change by Erlend E. Aasland : -- nosy: +erlendaasland ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue44360] test_compile segfault on AMD64 Ubuntu 3.x

2021-06-09 Thread STINNER Victor
STINNER Victor added the comment: See also bpo-44348 "test_exceptions.ExceptionTests.test_recursion_in_except_handler stack overflow on Windows debug builds". -- ___ Python tracker

[issue44360] test_compile segfault on AMD64 Ubuntu 3.x

2021-06-09 Thread STINNER Victor
New submission from STINNER Victor : test_compile and test_multiprocessing_forkserver crashed with segfault (SIGSEGV) on AMD64 Ubuntu 3.x: https://buildbot.python.org/all/#/builders/708/builds/31 It *seems* like test_compile.test_stack_overflow() crashed, but the log is not reliable so I canno