svn hangs on update and checkout
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
dbus (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
One day I found all my svn commands were EXTREMELY slow. During troubleshooting I found out that svn forks to 'dbus-launch --autolaunch 84c663cc2bf6d95
-- When no DISPLAY is set -- All is fine
smore@demo:~$ env | grep DISPLAY
smore@demo:~$ time dbus-launch --autolaunch 84c663cc2bf6d95
Autolaunch error: X11 initialization failed.
real 0m0.004s
user 0m0.000s
sys 0m0.000s
-- When DISPLAY is set properly -- All is fine
smore@demo:~$ env | grep DISPLAY
DISPLAY=
smore@demo:~$ time dbus-launch --autolaunch 84c663cc2bf6d95
unix:abstract=
real 0m0.067s
user 0m0.016s
sys 0m0.040s
-- When DISPLAY is set to an incorrect screen -- BUG HERE
smore@demo:~$ export DISPLAY=
smore@demo:~$ time dbus-launch --autolaunch 84c663cc2bf6d95
Autolaunch error: X11 initialization failed.
real 4m12.442s
user 0m0.008s
sys 0m0.000s
Ouch over 4 minutes to timeout really seems excessive.
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: dbus-x11 1.4.18-1ubuntu1.4
ProcVersionSign
Uname: Linux 3.2.0-57-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
Date: Thu Dec 26 09:34:07 2013
EcryptfsInUse: Yes
InstallationMedia: Ubuntu-Server 12.04 LTS "Precise Pangolin" - Release amd64 (20120424.1)
MarkForUpload: True
ProcEnviron:
TERM=xterm
PATH=(custom, no user)
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: dbus
UpgradeStatus: No upgrade log present (probably fresh install)