Got SIGSEGV while executing my own code. This usually indicates a fatal error in mono mode.

I am trying to run a console application on a Linux machine using mono, the application started but it stops showing an error on the console

Got SIGSEGV while executing my own code. This usually indicates a fatal error in the mono executable version or one of the built-in libraries used by your application

Please help me out of this problem?

+3


source to share


1 answer


Try updating the mono version. Also see if the flag will be used --arch=32

if it is a 32-bit binary.



0


source







All Articles