Re: pkg/59808 (random python3 process crashes in NetBSD VMs)
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR pkg/59808; it has been noted by GNATS. From: [email protected] To: [email protected], [email protected], [email protected], [email protected], [email protected], [email protected] Cc: Subject: Re: pkg/59808 (random python3 process crashes in NetBSD VMs) Date: Sun, 30 Nov 2025 16:59:09 +0100 > What is the crash? Is gw0 a process running that terminates on a > signal or something, or is gw0 a VM and the kernel crashes with some > console output, or what? That is an error message from a tox / pytest-xdist run. It's a python based test runner that parallelizes by creating some python worker processes (it calls them gwN) and then dispatches python tests to these workers. So I suspect the gw process has crashed. > Is there any output you can share? Is there a core dump? Currently I don't have anything more. It's hard to debug on the github runners, but I can also run a netbsd vagrant virtualbox VM locally and reproduce if you like. I am not really familiar with NetBSD. I just want to make sure that borgbackup runs well on this platform, but I am no (real) user myself. So, can you tell me what to look for, how and where? Cheers, Thomas