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 205970 Details for
Bug 320182
Deadlock in JobManagerAdapter during shutdown
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 for HEAD
clipboard.txt (text/plain), 1.55 KB, created by
RĂ¼diger Herrmann
on 2011-10-26 05:05:56 EDT
(
hide
)
Description:
Proposed fix for HEAD
Filename:
MIME Type:
Creator:
RĂ¼diger Herrmann
Created:
2011-10-26 05:05:56 EDT
Size:
1.55 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.ui.workbench >Index: Eclipse UI/org/eclipse/rap/ui/internal/progress/JobManagerAdapter.java >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.ui/org.eclipse.rap.ui.workbench/Eclipse UI/org/eclipse/rap/ui/internal/progress/JobManagerAdapter.java,v >retrieving revision 1.11 >diff -u -r1.11 JobManagerAdapter.java >--- Eclipse UI/org/eclipse/rap/ui/internal/progress/JobManagerAdapter.java 15 Jul 2011 12:41:46 -0000 1.11 >+++ Eclipse UI/org/eclipse/rap/ui/internal/progress/JobManagerAdapter.java 26 Oct 2011 08:59:23 -0000 >@@ -123,15 +123,6 @@ > try { > manager[ 0 ] = findProgressManager( event.getJob() ); > display = ( Display )jobs.get( event.getJob() ); >- if( display != null && !display.isDisposed() ) { >- display.asyncExec( new Runnable() { >- public void run() { >- Job job = event.getJob(); >- String id = String.valueOf( job.hashCode() ); >- UICallBackManager.getInstance().deactivateUICallBacksFor( id ); >- } >- } ); >- } > } finally { > jobs.remove( event.getJob() ); > } >@@ -139,6 +130,8 @@ > if( display != null && !display.isDisposed() ) { > display.asyncExec( new Runnable() { > public void run() { >+ String id = String.valueOf( event.getJob().hashCode() ); >+ UICallBackManager.getInstance().deactivateUICallBacksFor( id ); > manager[ 0 ].changeListener.done( event ); > } > } );
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 320182
:
182346
| 205970 |
210031