Hi, I think im having the same issue http://mono-for-android.1047100.n5.nabble.com/VS-2010-with-Mono-for-Android-crashes-on-debugging-td5620230.html described here .
this error is really annoying. Today I attached another instance of VS2010 to devenv.exe (native mode) and this is what happened: - After thousands of "First-chance exception at 0x75aab9bc in devenv.exe: 0xE0434352: 0xe0434352." - i'm getting: First-chance exception at 0x0c55da5c in devenv.exe: 0xC0000005: Access violation reading location 0x00000000. Unhandled exception at 0x0c55da5c in devenv.exe: 0xC0000005: Access violation reading location 0x00000000. -> debugger breaks Callstack: vsdebug.dll!0c55da5c() [Frames below may be incorrect and/or missing, no symbols loaded for vsdebug.dll] vsdebug.dll!0c55d90f() vsdebug.dll!0c65bd8e() vsdebug.dll!0c5dfcf2() vsdebug.dll!0c571000() vsdebug.dll!0c571026() vsdebug.dll!0c56dcdd() vsdebug.dll!0c56e2ac() vsdebug.dll!0c56e478() vsdebug.dll!0c56dfbc() vsdebug.dll!0c5548d4() vsdebug.dll!0c568a9f() rpcrt4.dll!752e586c() rpcrt4.dll!753605f1() ole32.dll!74fed7e6() ole32.dll!74fed876() ole32.dll!74feddd0() 9aed8.rbf!55972581() 9aed8.rbf!55aac86b() 9aed8.rbf!55aac963() ole32.dll!74f08938() ole32.dll!74f0950a() ole32.dll!74fedccd() ole32.dll!74fedb41() ole32.dll!74fee1fd() ole32.dll!74f09367() ole32.dll!74f09326() user32.dll!758c62fa() user32.dll!758c6d3a() user32.dll!758c6ce9() user32.dll!758c77c4() user32.dll!758c788a() msenv.dll!56ff6098() msenv.dll!56ff6121() msenv.dll!56eb17e3() msenv.dll!56eb1675() msenv.dll!56eb1642() msenv.dll!56eb1584() msenv.dll!56f5e188() devenv.exe!2f960637() devenv.exe!2f960fd4() kernel32.dll!753b51f3() > msvcr100.dll!_onexit(int (void)* func=0x0075203a) Line 90 + 0x5 bytes > C devenv.exe!2f9620d8() devenv.exe!2f962148() kernel32.dll!753b339a() ntdll.dll!773e9ef2() ntdll.dll!773e9ec5() excerpt from onexit.c: _onexit_t __cdecl _onexit ( _onexit_t func ) { _onexit_t retval; _lockexit(); __try { retval = _onexit_nolock(func); } __finally { _unlockexit(); <---- debugger breaks here } return retval; } I'll keep debugging VS while working, and check whether this always happens here. If not, ill give it a note. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Debugging-with-VS-2010-tp5681945p5696760.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid