NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 341 342 343 344 345 … 433 Next »
crash at 1:30am almost every night

crash at 1:30am almost every night
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#51
2011-08-11, 06:06 PM
yes, no doubt I typed too loud again. Wink
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#52
2011-09-01, 06:13 PM
it's baaaack! the 1:30am crash that is...

hopefully you've not been playing around with NPVRTSMon.ax since releasing 2.2.6. attached is the crash.mdmp, nrecord.log, and the 5-second zula patrol recording. I realize the crashed zula patrol recording is probably no use since it's just a regular recording, but it was so tiny it was easy enough to upload.

in the log you can see that it begins to try to end the zula patrol recording at 2am:
Code:
2011-09-01 02:00:00.692    [DEBUG][7]    Stopping recording (100940). Past end time of recording.
2011-09-01 02:00:00.692    [INFO][7]    DigitalRecorder.StopStream() handle: 6D
but then it dies, since that part of NRecord had actually already crashed 5 seconds after the zula patrol recording started.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#53
2011-09-01, 08:14 PM
This dump shows it crashing while parsing some ATSC EIT entries. Its unknown what data was going by at the time the crash though.

I've attached a patch, that along with a HKEY_LOCAL_MACHINE\Software\NPVR\LogEIT=1, will create c:\temp\eit.log files to store the EIT packets it's about to parse. Hopefully with one of these I'll be able test the exact scenario here.

This cause the eit.log to be overwritten a stack of times per second, so hopefully it doesn't impact too much much on your performance.
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#54
2011-09-02, 02:50 AM
thanks sub, I will install that tonight before the overnight recordings begin.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#55
2011-09-02, 04:34 AM (This post was last modified: 2011-09-02, 04:39 AM by johnsonx42.)
sub Wrote:HKEY_LOCAL_MACHINE\Software\NPVR\LogEIT=1
I presume I was supposed to create that as a DWORD value?

edit: nevermind, I did it as a DWORD and I see it's creating the eit.log
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#56
2011-09-06, 02:56 PM
I got the crash last night, but I don't think the eit.log is going to be any help. It crashed at the beginning of the 1:30am Zula Patrol recording like always, but the other tuner was also recording so the eit.log continued writing until 2am. I've attached the logs anyway, just in case there's any new info in either one.

Can you make a version that writes the eit.log per tuner?
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#57
2011-09-06, 07:06 PM
Here is a version which should produce separate logs for each capture graph run. c:\temp\eit-xxx.log.
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#58
2011-09-06, 11:38 PM
great - that should do the trick. thanks.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#59
2011-09-07, 06:11 AM
oh, this creates thousands of these files per minute. I though you meant it would create these once per recording graph, not one file for every individual group of packets. I'll try to let it run like this, but the drive may fill before I get any useful data.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#60
2011-09-07, 07:25 AM
johnsonx42 Wrote:oh, this creates thousands of these files per minute. I though you meant it would create these once per recording graph, not one file for every individual group of packets.
That's what I thought as well - I'll check it in the morning.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (7): « Previous 1 … 3 4 5 6 7 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  NPVR 4 hangs/crash/frezze WIPE 23 6,596 2019-12-18, 06:26 PM
Last Post: sub
  Recording Service Crash seattlefog 6 1,855 2019-02-02, 09:48 PM
Last Post: seattlefog
  NextPVR crash and won't now run - how do I recover? LeoL 7 1,848 2019-01-05, 12:03 AM
Last Post: sub
  Had a crash.mdmp Barry10 3 1,384 2018-06-14, 05:51 PM
Last Post: sub
  Intermittent NRecord Crash When Changing Channels (using Kodi) mutichip 22 5,985 2018-06-10, 05:05 PM
Last Post: mutichip
  crash on certian shows Dale Dewing 10 2,973 2018-03-11, 08:22 PM
Last Post: mvallevand
  immediate NRecord crash on 4.05 > 4.10 upgrade shaunpatrick77 6 2,072 2018-03-05, 08:38 PM
Last Post: KyleC_USA
  NPVR service flakes out at the same time every night ptpivot 1 939 2018-02-25, 09:00 AM
Last Post: ptpivot
  Crash on channel change, some channels bad roy 11 4,534 2017-12-18, 01:49 AM
Last Post: roy
  Crash when starting IPTV playback with 4.0.5 Mergrim 18 5,967 2017-12-17, 08:02 AM
Last Post: sub

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode