Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 8833 Details for
Bug 55635
Eclipse hangs on full rebuild
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Proposed fix to UILockListener
UILockListener.diff (text/plain), 819 bytes, created by
John Arthorne
on 2004-03-24 10:59:37 EST
(
hide
)
Description:
Proposed fix to UILockListener
Filename:
MIME Type:
Creator:
John Arthorne
Created:
2004-03-24 10:59:37 EST
Size:
819 bytes
patch
obsolete
>Index: UILockListener.java >=================================================================== >RCS file: /home/eclipse/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/UILockListener.java,v >retrieving revision 1.2 >diff -u -r1.2 UILockListener.java >--- UILockListener.java 27 Aug 2003 17:38:49 -0000 1.2 >+++ UILockListener.java 24 Mar 2004 15:53:52 -0000 >@@ -83,7 +83,13 @@ > if (currentWork != null && currentWork.getOperationThread() == lockOwner) > return true; > ui = Thread.currentThread(); >- doPendingWork(); >+ try { >+ doPendingWork(); >+ } finally { >+ //UI field may be nulled if there is a nested wait during execution >+ //of pending work, so make sure it is assigned before we start waiting >+ ui = Thread.currentThread(); >+ } > } > return false; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 55635
:
8775
| 8833