anb0s / eclox

Eclox is a simple doxygen frontend plug-in for eclipse. It aims to provide a slim and sleek integration of the code documentation process into Eclipse.
http://anb0s.github.io/eclox
Eclipse Public License 2.0
35 stars 2 forks source link

freeze during build #85

Closed anb0s closed 8 years ago

anb0s commented 9 years ago

Original Savannah ticket 23450 reported by anb0s on Tue Apr 07 10:17:54 2015.

With my system i have total eclipse freeze when executing doxygen build. Sometimes it works with small doxygen files or if i debug eclox itself (so the debug workspace has only one project). E.g. also the doxygen generation in eclox sources itself (eclox.ui.doxyfile) does not work. I have to kill the eclipse.exe process.

My System Eclipse 4.4.2 Windows 7 x64 Many plugins intstalled, big workspace etc...

anb0s commented 9 years ago

Comment by anb0s on Tue Apr 07 11:09:04 2015

It looks like the for loop in BuildJob.run causes the freeze. Maybe the "Thread.yield();" is not working like expected at windows? just thinking...

anb0s commented 9 years ago

Starting with investigation again, because it's a blocker for me...

anb0s commented 8 years ago

see #166