Bugzilla – Bug 624828
mono --debug=gdb immediately fails
Last modified: 2011-06-02 18:01:07 UTC
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.7) Gecko/20100713 Firefox/3.6.7 Running anything with mono --debug=gdb will immediately result in the following error and program termination: mono --debug=gdb --trace=E:all Test.exe ** (Test.exe:72199): WARNING **: Bad call to mono_mutex_lock result 22 ** ERROR:loader.c:2051:mono_loader_lock: assertion failed: (ret == 0) make: *** [run] Abort trap Reproducible: Always
This is an OSX problems, it works fine on linux.
At least the assert should be fixed now, alto I'm not sure --debug=gdb will work on OSX.