Giter Site home page Giter Site logo

Comments (5)

Tratcher avatar Tratcher commented on July 17, 2024

This seems to be an issue with Console.Out and Console.Error when they are pointed to the same destination. It does not appear to be related to DualWriter.
https://github.com/aspnet/AspNetKatana/blob/dev/src/Microsoft.Owin.Hosting/Tracing/TraceOutputFactory.cs#L22
https://stackoverflow.com/a/38746852/2588374

from aspnetkatana.

ZigMeowNyan avatar ZigMeowNyan commented on July 17, 2024

I know in my case I'm not explicitly setting the output or error streams. I've checked my logging library (NLog), but a quick repository search doesn't show it redirecting the output or error streams (e.g. Console.SetOut or Console.SetError), either, outside of its tests. I'll review the other libraries as well, later. It's not impossible, but I'm not really anticipating the Nuget packages I'm using to be hooking themselves into the Console out/err streams. As I understand it the System.Diagnostics.Trace doesn't directly log to the console, either, except when added as in the line you've mentioned.

I'll see if I can inspect those streams and find more information about them.

from aspnetkatana.

alexander-williamson avatar alexander-williamson commented on July 17, 2024

Nice writeup @ZigMeowNyan! I agree that calls to Trace.WriteLine shouldn't throw exceptions.

This bug caught me today an Owin app with Uncaught Exceptions being handled by us, eventually posting through to NewRelic which just writes to Trace under the hood without any magic.

I see this is included in Discussions. Is there a timeline to that?

from aspnetkatana.

t1seungy avatar t1seungy commented on July 17, 2024

We have similar deadlock issue from the DualWriter after upgrading nuget packages of OWIN host to v4.0.0.0. It crashes the OWIN host. Any update for this issue? Thank you for your prompt help and support.

Here is the Nuget packages:

Microsoft.AspNet.WebApi.Owin @ v5.2.4
Microsoft.AspNet.WebApi.OwinSelfHost @ v5.2.4
Microsoft.Owin @ v4.0.0.0
Microsoft.Owin.Host.HttpListener @ v4.0.0.0
Microsoft.Owin.Hosting @ v4.0.0
Owin @ v1.0.0

Here is the Exception:

System.ArgumentOutOfRangeException: Count cannot be less than zero.
Parameter name: count
at System.String.CopyTo(Int32 sourceIndex, Char[] destination, Int32 destinationIndex, Int32 count)
at System.IO.StreamWriter.Write(String value)
at System.IO.TextWriter.SyncTextWriter.Write(String value)
at Microsoft.Owin.Hosting.Tracing.DualWriter.Write(String value)
at System.Diagnostics.TextWriterTraceListener.Write(String message)
at System.Diagnostics.TraceListener.WriteHeader(String source, TraceEventType eventType, Int32 id)
at System.Diagnostics.TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message)
at System.Diagnostics.TraceInternal.TraceEvent(TraceEventType eventType, Int32 id, String format, Object[] args)
at System.Web.Http.Tracing.SystemDiagnosticsTraceWriter.TraceMessage(TraceLevel level, String message)
at System.Web.Http.Tracing.SystemDiagnosticsTraceWriter.Trace(HttpRequestMessage request, String category, TraceLevel level, Action1 traceAction) at System.Web.Http.Tracing.ITraceWriterExtensions.TraceBeginEndAsync[TResult](ITraceWriter traceWriter, HttpRequestMessage request, String category, TraceLevel level, String operatorName, String operationName, Action1 beginTrace, Func1 execute, Action2 endTrace, Action`1 errorTrace)
at System.Web.Http.Tracing.Tracers.RequestMessageHandlerTracer.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.DelegatingHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Web.Http.HttpServer.d__24.MoveNext()

from aspnetkatana.

analogrelay avatar analogrelay commented on July 17, 2024

Another report of this issue here SignalR/SignalR#4146, which does not appear to be running under the debugger.

from aspnetkatana.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.