[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
a tad more mono information
i said i didn't have time to dork around with this ... heh ... i should go
to sleep. mono --trace file.exe will trace the execution of the process.
handy, to say the least.
looking at a couple of the tests supplied with mono and the mcs will show
you where it constantly gets stuck:
$ mono --trace unsafe-1.exe
...
ENTER: 06 System.Threading.Monitor:Monitor_try_enter (object,int)
$ mono --trace /usr/local/bin/mcs.exe try.cs
...
ENTER: 06 System.Threading.Monitor:Monitor_try_enter (object,int)
:/ just another bit of data for everyone to have.
___________________________
jose nazario, ph.d. jose@monkey.org
http://www.monkey.org/~jose/