unity carshs when monodevelp attach debug

  1. What happened
    Unity 3.5
    Monodevelp 2.8.2
    unity crash

  2. How can we reproduce it using the example you attached
    1MonoDevelop->Run->Attach to Process, select unity process
    2Run unity May be crash
    stop unity
    Run unity again 100% crash

I had create a crash bug, but still opend now,anyone konws why?
bug is here:https://fogbugz.unity3d.com/default.asp?484277_93uf14qo1f6hj1o1

It takes a lot of work to locate the cause of crash bugs. Programs crash because they did something the programmer never thought they would do, you can’t just run a search for ‘NowDoCrash’ or something.

Try doing some debugging yourself; comment out large patches of your code at a time and see if you can localize what’s causing the issue.