aspnet / AspNetKatana

Microsoft's OWIN implementation, the Katana project
Apache License 2.0
963 stars 332 forks source link

Crash within WebApp.Start(), no cleanup #433

Closed mjnovice closed 9 months ago

mjnovice commented 2 years ago

We are observing an issue where there is a crash within WebApp.Start(startoptions StartOptions).

Upon taking a process dump we see the object persists in the memory. We also observe an System.Net.HttpListener object with IsListening attribute as true but upon doing a netstat for that port we do not see anything. image Can this happen ? If yes, what could be the reason for this happening ? Please let me know if I missed anything.

Tratcher commented 2 years ago

Is there an exception and stacktrace?