Ming Tang

Results 4 comments of Ming Tang

I remember I added and removed files by edited the .fsproj compilation list within vim (``).

I just reproduced the bug, after editing compilation list. I closed Vim, one (out of two) mono-sgen processes is still running. Here are their loaded files. ``` /usr/local/Cellar/mono/4.2.0.179/bin/mono-sgen /usr/local/Cellar/mono/4.2.0.179/lib/mono/4.5/mscorlib.dll /usr/local/Cellar/mono/4.2.0.179/lib/mono/4.5/mscorlib.dll.dylib...

Using a debugger on the runaway process terminates it. ``` (lldb) process attach --pid 11835 Process 11835 stopped * thread #1: tid = 0x24e4e, 0x00007fff81597f5e libsystem_kernel.dylib`__psynch_cvwait + 10, queue =...

In my solution, there are two projects A and B and B references to A. Most times, I have files from both projects open.