mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
windows server crash sometime #6274
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lifeengines on GitHub (Sep 16, 2024).
This issue respects the following points:
Description of the bug
[2024-09-16 23:27:20.091 +08:00] [FTL] [27] Main: Unhandled Exception
System.IO.IOException: The process cannot access the file 'C:\ProgramData\Jellyfin\Server\cache\transcodes\aee17b0b61335647adf3b57e6047711f.concat' because it is being used by another process.
at System.IO.FileSystem.DeleteFile(String fullPath)
at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.KillTranscodingJob(TranscodingJob job, Boolean closeLiveStream, Func`2 delete)
at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.OnTranscodeKillTimerStopped(Object state)
at System.Threading.Tasks.Task.<>c.b__128_1(Object state)
at System.Threading.QueueUserWorkItemCallback.Execute()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
Reproduction steps
crash randomlly
What is the current bug behavior?
server exit,and not restart
What is the expected correct behavior?
server can handle this exception,dont exit
Jellyfin Server version
10.9.11+
Specify commit id
No response
Specify unstable release number
No response
Specify version number
No response
Specify the build version
10.9.11
Environment
Jellyfin logs
FFmpeg logs
No response
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
No response
@oddstr13 commented on GitHub (Sep 16, 2024):
More log context would be nice, minimum 10 messages before, and everything after.
Looks to me like this could be a problem with antivirus or other software accessing the file while Jellyfin is attempting to delete it.
It would be best to exclude the cache directory, and probably others, from real time antivirus scanning.
@jellyfin-bot commented on GitHub (Jan 15, 2025):
This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs.
If you have any questions you can use one of several ways to contact us.
@jellyfin-bot commented on GitHub (Feb 5, 2025):
This issue was closed due to inactivity.