You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified that I am running the latest version of ImageSharp
I have verified if the problem exist in both DEBUG and RELEASE mode
I have searched open and closed issues to ensure it has not already been reported
ImageSharp version
3.1.10
Other ImageSharp packages and versions
N/A
Environment (Operating system, version and so on)
Arch linux
.NET Framework version
9.0.105
Description
Running
usingSixLabors.ImageSharp;usingSixLabors.ImageSharp.Formats;Console.WriteLine("Hello, World!");awaitTask.WhenAll(Enumerable.Range(0,10).Select(_ =>SaveLoadImage()));return;staticTaskSaveLoadImage(){vardefaultDecoderOptions=newDecoderOptions(){SkipMetadata=true};returnTask.Run(()=>{usingvarms=newMemoryStream(File.ReadAllBytes("3.gif"));// var imageInfo = Image.Identify(ms);varimageInfo=Image.Identify(defaultDecoderOptions,ms);Console.WriteLine("We never reach this code");});}
Prerequisites
DEBUGandRELEASEmodeImageSharp version
3.1.10
Other ImageSharp packages and versions
N/A
Environment (Operating system, version and so on)
Arch linux
.NET Framework version
9.0.105
Description
Running
With the image attached here will result in an infinite loop.
Steps to Reproduce
Images