-
Notifications
You must be signed in to change notification settings - Fork 824
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
mono runtime crashing #21
Comments
Could you please share some more specific repro instructions? For example the crashing C# console app source and instructions how to build and run it? |
@benhillis I just checked again if error occurs. It looks like nothing has changed. I get the same error. I can't give you the source code of my application (the application is owned by my company) and the application is sizable. I will try to make a smaller repro if I can find the cause of the error and the code that causes the error. |
No activity for several months. Closing for now. If you can still repro, please update this bug and we'll re-open. |
When I try to run mono C# console app, mono cashes, info:
Assertion at threadpool-ms-io.c:336, condition `fd >= 0' not met
Stacktrace:
Native stacktrace:
Debug info from gdb:
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
Aborted (core dumped)
The text was updated successfully, but these errors were encountered: