Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

the user operation is waiting for background work to complete

I am using eclipse junno for my IDE for developing android programs.

my problem is just like this one : User Operation is waiting for "Building Workspace"

why did it happened and how can I solve this? I have waited lots of time about this case.

right now it is look like this.

enter image description here

like image 466
gadss Avatar asked Aug 18 '12 03:08

gadss


2 Answers

Eclipse can have a tendency to hang sometimes for no apparent reason (usually because of memory). Just try restarting it and see if the problem persists. I've encountered this before and restarting Eclipse or the PC altogether usually solves it.

like image 73
Tyler Treat Avatar answered Sep 18 '22 07:09

Tyler Treat


I had exactly the same problem. For me helped adding '-clean' option at the first line of eclipse.ini file and restarting IDE. After adding this option eclipse clean all cached data in workspace each time it is started (that also mean it will be starting slower).

You can find more information about it here: How to repair hanging 'User Operation is waiting for “Building Workspace”' in eclipse http://www.eclipsezone.com/eclipse/forums/t61566.html

like image 37
Sambhaji Karad Avatar answered Sep 18 '22 07:09

Sambhaji Karad