icsharpcode / SharpDevelop

#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
2.08k stars 771 forks source link

compiler threads hanging in sharpdevelop 5.1 #697

Open awb99 opened 9 years ago

awb99 commented 9 years ago

Hi!

Since quite some time(I think it was when I switched from 3.2 to 4.xx or just 4.x to 5.xx), I find that sometimes on compliing my solution, the compiler thread is hanging. So basically during the compilation at some point the progress no longer moves forward. When this happens, then I go into taskmanger (I run windows 7) and kill the compile process that has been spun of. After that i get an error, and can start recompiling immediately thereafter.

This bug does not happen every single time I complie the solution, but I would say every 5th time or so. Perhaps the only "unusual" setup that I have, is that my solutios are all in folders that are synced by dropbox. And the projects are chagnes, sothat all object/dll files will be created under C:\MyCompile (this prevents an alful lot of syncing to dropbox on each compile).

Thanks Andreas!

linquize commented 9 years ago

how unusual setup?

awb99 commented 9 years ago

theonly unusual is that the solution is in a dropbox folder when it is being complied. And I the obj and bin folders are not subfolders of the project files, but instead a fixed "temporary path".

linquize commented 9 years ago

Does dropbox fopen the files under monitor?

awb99 commented 9 years ago

I am not sure how dropbox does the syncing. I have the syncing running, so that I dont loose code, in case my machine crashes, before I have committed the code to git.