As suggested on the http://wiki.ubuntu.com/DebuggingProgramCrash, I've used 'strace' to generate the log in attach.
Procedure I followed: [EMAIL PROTECTED]:~$ cd /tmp [EMAIL PROTECTED]:/tmp$ mv very-wide.png big.png [EMAIL PROTECTED]:/tmp$ pidof nautilus 9076 [EMAIL PROTECTED]:/tmp$ nautilus . ; strace -Ff -tt -p 9076 2>&1 |tee /tmp/strace-nautilus.log During the 'wait period' the console showed these lines at the bottom: > [pid 15593] 16:35:27.422381 _exit(0) = ? > Process 15593 detached (hoping these help you locate the relevant part in the trace-log) This for something more then a minute (yeah, it seems like I exaggerated a bit earlier there) as soon as the flooding on the console started again I CTRL-C out of it, yielding the trace file in attach. Hope this helps. ** Attachment added: "strace-nautilus.log" http://launchpadlibrarian.net/8795604/strace-nautilus.log -- Nautilus hangs when browsing high-res PNG https://bugs.launchpad.net/bugs/117830 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs