07-21-2023, 02:07 AM
Unfortunately I'm not sure where to get more logs, to get any idea where it's failing. When attaching via strace and reproducing the issue, I can just see:
I don't find any real pattern. It fails sporadically at:
- During initial PXE network boot (before any ISO file selection) when pulling any files from the HTTP server
- When selecting ISO file and then just seeing "Connection reset" (because the iVentoy service crashed)
Things I tried or might be noteworthy:
- When I clear my ISO and user folders, the behavior remains identical.
- This is a very fresh installation. No update of iVentoy was ever done.
Code:
$ strace -p 1327
strace: Process 1327 attached
futex(0x219ff00, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x219fef0, FUTEX_WAKE_PRIVATE, 1) = 1
rt_sigtimedwait([TERM],
<unfinished ...>) = ?
+++ killed by SIGSEGV +++
I don't find any real pattern. It fails sporadically at:
- During initial PXE network boot (before any ISO file selection) when pulling any files from the HTTP server
- When selecting ISO file and then just seeing "Connection reset" (because the iVentoy service crashed)
Things I tried or might be noteworthy:
- When I clear my ISO and user folders, the behavior remains identical.
- This is a very fresh installation. No update of iVentoy was ever done.