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

mono runtime crashing #21

Closed
patryk9200 opened this issue Apr 7, 2016 · 3 comments
Closed

mono runtime crashing #21

patryk9200 opened this issue Apr 7, 2016 · 3 comments

Comments

@patryk9200
Copy link

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:

    mono() [0x4a725a]
    /lib/x86_64-linux-gnu/libpthread.so.0(+0x10340) [0x7ff5ff2c0340]
    /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x39) [0x7ff5fecf6cc9]
    /lib/x86_64-linux-gnu/libc.so.6(abort+0x148) [0x7ff5fecfa0d8]
    mono() [0x640289]
    mono() [0x640497]
    mono() [0x6405e6]
    mono() [0x596278]
    mono() [0x58eb44]
    mono() [0x63920c]
    /lib/x86_64-linux-gnu/libpthread.so.0(+0x8182) [0x7ff5ff2b8182]
    /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) [0x7ff5fedba47d]

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)

@benhillis
Copy link
Member

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?

@patryk9200
Copy link
Author

patryk9200 commented Jul 13, 2016

@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.

@bitcrazed
Copy link
Contributor

bitcrazed commented Sep 28, 2016

No activity for several months. Closing for now. If you can still repro, please update this bug and we'll re-open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants