Comment 17 for bug 218230

Revision history for this message
Dmitriy Geels (dmig) wrote :

I have local home mounted from separate partition, but I experience this bug.
here are last 10 lines of filechooser.py example trace:
0.025732 14:54:58.490295 access("/usr/share/X11/locale/ru_RU.UTF-8/XLC_LOCALE", R_OK) = 0 <0.025732>
0.026288 14:54:57.194259 open("/usr/lib/python2.5/site-packages/python-support.pth", O_RDONLY|O_LARGEFILE) = 5 <0.026288>
0.029566 14:54:58.612365 select(5, [4], [], NULL, NULL) = 1 (in [4]) <0.029566>
0.038757 14:55:27.299303 select(5, [4], [4], NULL, NULL) = 1 (out [4]) <0.038757>
0.040829 14:54:58.429995 open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 4 <0.040829>
0.043928 14:54:56.715207 execve("/usr/bin/python", ["python", "filechooser.py"], [/* 37 vars */]) = 0 <0.043928>
0.045297 14:54:58.651040 access("/usr/share/themes/Human/gtk-2.0/gtkrc", F_OK) = 0 <0.045297>
0.051719 14:55:27.114798 select(5, [4], [], NULL, NULL) = 1 (in [4]) <0.051719>
0.061372 14:55:27.053096 select(5, [4], [], NULL, NULL) = 1 (in [4]) <0.061372>
24.999649 14:55:02.002804 poll([{fd=8, events=POLLIN}], 1, 25000) = 0 <24.999649>

As you see, it hangs in poll().