1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 07:35:24 +02:00

[192696] Deadlock when opening RSE Perspective

This commit is contained in:
Martin Oberhuber 2007-06-27 12:47:27 +00:00
parent 5a658c7473
commit 00d13882d9
2 changed files with 5 additions and 4 deletions

View file

@ -77,14 +77,15 @@ tail -50 $log
if [ -d /home/data/httpd/archive.eclipse.org/dsdp/tm/downloads ]; then
cd /home/data/httpd/archive.eclipse.org/dsdp/tm/downloads
cvs -q update -RPd >> $log 2>&1
chgrp dsdp-tmadmin * CVS/*
chgrp dsdp-tmadmin * CVS/* 2>/dev/null
cd /home/data/httpd/download.eclipse.org/dsdp/tm/downloads
cvs -q update -RPd >> $log 2>&1
chgrp dsdp-tmadmin * CVS/*
#Fixup permissions and group id on download.eclpse.org (just to be safe)
chgrp -R dsdp-tmadmin drops/${buildType}*${daystamp}*
chmod -R g+w drops/${buildType}*${daystamp}*
echo "Fixup: chgrp -R dsdp-tmadmin drops/${buildType}*-${daystamp}*"
chgrp -R dsdp-tmadmin drops/${buildType}*-${daystamp}*
chmod -R g+w drops/${buildType}*-${daystamp}*
fi
#Check the publishing

View file

@ -1673,7 +1673,7 @@ public class SystemRegistry implements ISystemRegistry
subSystems[idx] = factory.createSubSystem(conn, true, interestingPages); // give it the opportunity to create a subsystem
}
FireNewHostEvents fire = new FireNewHostEvents(conn, subSystems, this);
Display.getDefault().syncExec(fire);
Display.getDefault().asyncExec(fire);
}
conn.commit();
SystemPreferencesManager.setConnectionNamesOrder(); // update preferences order list