Skip to content

Assembly.Load opens /dev/zero in linux and does not close it #47859

Description

@for7raid

too many files open error in linux

After several hours of work web application on cent os 7 gets error "Too many files open"

General

After each request to my application the system opens and keep open a lot of /dev/zero files.
I run command lsof | grep zero | wc -l and looking out that count of files increase and increase.

image

System Info

OS LINUX X64 Linux 3.10.0-1062.4.1.el7.x86_64 dotnet/core#1 SMP Fri Oct 18 17:15:30 UTC 2019 Cent OS 7
.NET Core 3.0.0

Metadata

Metadata

Assignees

Labels

area-AssemblyLoader-coreclronly use for closed issuesuntriagedNew issue has not been triaged by the area owner

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions