NextPVR Forums

Full Version: Failed recording
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Following https://forums.nextpvr.com/showthread.php?tid=64199, I have updated to 6.1.0.221017.

Today, there were 2 episodes of Good Doctor, but as you can see in the logs, the second failed to record with this error : [Failed: An error occurred while sending the request.].

I am unsure if this is related to the recent update or simply to my setup (Ubuntu VM on TrueNAS Scale), but I think that is something you would want to look at.
Do you see any recent segfault crashes with

sudo journalctl | grep DeviceHostLinux

It looks like yours might have crashed during multi-rec when the second stream was opened on the same mux. I suspect "Le dîner de cons" (a film I enjoyed) is short too.

This seems unrelated to the fix in 6.1

Martin
You are right, there are a few segfault from yesterday :

Code:
Oct 19 21:50:00 ubuntu kernel: traps: DeviceHostLinux[3128] general protection fault ip:7fe8479819fa sp:7fe8468bbc68 error:0 in libc.so.6[7fe8478ef000+195000]
Oct 19 21:50:01 ubuntu kernel: traps: DeviceHostLinux[3131] general protection fault ip:7f78417819fa sp:7f78416bdc68 error:0 in libc.so.6[7f78416ef000+195000]
Oct 19 21:50:02 ubuntu kernel: traps: DeviceHostLinux[3134] general protection fault ip:7f1d39c689fa sp:7f1d39ba4c68 error:0 in libc.so.6[7f1d39bd6000+195000]
Oct 19 21:50:03 ubuntu kernel: traps: DeviceHostLinux[3136] general protection fault ip:7f6561b819fa sp:7f6458e00c68 error:0 in libc.so.6[7f6561aef000+195000]
Oct 19 21:55:00 ubuntu kernel: traps: DeviceHostLinux[3159] general protection fault ip:7f45bda489fa sp:7f45bd95ac68 error:0 in libc.so.6[7f45bd9b6000+195000]
Oct 19 21:55:00 ubuntu kernel: traps: DeviceHostLinux[3164] general protection fault ip:7fca8ee689fa sp:7fca8ed7ac68 error:0 in libc.so.6[7fca8edd6000+195000]
Oct 19 21:55:00 ubuntu kernel: traps: DeviceHostLinux[3167] general protection fault ip:7f17111819fa sp:7f1711093c68 error:0 in libc.so.6[7f17110ef000+195000]
Oct 19 21:55:01 ubuntu kernel: traps: DeviceHostLinux[3170] general protection fault ip:7ff4fdd819fa sp:7ff4fdcbdc68 error:0 in libc.so.6[7ff4fdcef000+195000]
Oct 19 21:55:01 ubuntu kernel: traps: DeviceHostLinux[3173] general protection fault ip:7f05ff3619fa sp:7f05ff26ac68 error:0 in libc.so.6[7f05ff2cf000+195000]

You are also right, the other recording stopped at this moment. How do you know from logs it did ? I'm curious Smile
(2022-10-20, 09:07 PM)Tugdwal Wrote: [ -> ]You are also right, the other recording stopped at this moment. How do you know from logs it did ? I'm curious Smile

The logs showed the second show on the same mux didn't start, and assuming there was a segfault the first show would have failed too.

Martin