Bug 47776

Summary: nautilus locks up for non-root users.
Product: [Retired] Red Hat Linux Reporter: Sam Varshavchik <mrsam>
Component: nautilusAssignee: Havoc Pennington <hp>
Status: CLOSED RAWHIDE QA Contact: Aaron Brown <abrown>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-07-14 01:00:04 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Sam Varshavchik 2001-07-07 03:33:05 UTC
For a non-root user, clicking on any nautilus icon locks up nautilus.

After starting nautilus, I can click on the desktop background and open new
filesystem browser windows without a problem.  Clicking on an icon for any
file in any browser window, or clicking on any nautilus icon on the window
desktop, locks up nautilus for about two minutes, before nautilus
highlights the icon.

This does not happen for root.

Comment 1 Havoc Pennington 2001-07-12 15:33:15 UTC
If you run "esd" in a terminal does it work again?

Comment 2 Sam Varshavchik 2001-07-12 21:23:03 UTC
This machine does not have a sound card.



Comment 3 Havoc Pennington 2001-07-12 21:51:51 UTC
That doesn't matter; just humor me and see if running esd helps ;-)

If it doesn't, can you "strace -p -o foo" the nautilus process during the
lockup, gzip foo, and send foo.gz to hp?
Thanks!

Comment 4 Glen Foster 2001-07-13 19:45:18 UTC
This defect considered MUST-FIX for Fairfax gold-release.

Comment 5 Sam Varshavchik 2001-07-14 00:59:59 UTC
esd will not run because it will fail to /dev/dsp, since there is no sound card.

Run esd when logged in as non-root

nautilus locks up

Log out.

Log in as root.

rm -rf root-owned /tmp/esd

Log out.

Log in as non-root.

nautilus locks up

Log out, use a root window to kill all the stuck non-root processes that weren't
killed.

Log in as non-root.

Run esd, creating non-root owned /tmp/.esd

nautilus works.

strace when nautilus locks up follows.



Comment 6 Havoc Pennington 2001-07-19 23:34:21 UTC
The strace and your comments indicate this was an esd problem we fixed, so I
think this should be gone. Please reopen if you can still reproduce with rawhide
nautilus and esound.

Thanks for the thorough report.