Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Console.Write on OSX throws #4423

Closed
BrennanConroy opened this issue Aug 7, 2015 · 0 comments
Closed

Console.Write on OSX throws #4423

BrennanConroy opened this issue Aug 7, 2015 · 0 comments

Comments

@BrennanConroy
Copy link
Member

When running dnx we are getting the below stack trace on OSX. To reproduce use dnx version beta7-12325 and copy System.IO.Native.dylib into the bin folder.

Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at System.IO.StreamWriter..ctor(Stream stream, Encoding encoding, Int32 bufferSize, Boolean leaveOpen)
at System.Console.CreateOutputWriter(Stream outputStream)
at System.Console.EnsureInitialized[T](T& field, Func`1 initializer)
at System.Console.Write(String format, Object[] arg)

@msftgits msftgits transferred this issue from dotnet/coreclr Jan 30, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Jan 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant