Very strange : I did :

patrice@internity:~$ ps -ef | fgrep nautilus
patrice   2823  2698  0 12:43 ?        00:00:02 nautilus -n
patrice@internity:~$ killall nautilus
patrice@internity:~$ 

And then I launched gdb :

patrice@internity:~$ gdb nautilus 2>&1 | tee gdb-nautilus
gdb-nautilus-2.txt  gdb-nautilus.txt    
patrice@internity:~$ gdb nautilus 2>&1 | tee gdb-nautilus-3.txt
GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>...
Reading symbols from /usr/bin/nautilus...(no debugging symbols found)...done.
(gdb) handle SIG33 pass nostop noprint
Signal        Stop      Print   Pass to program Description
SIG33         No        No      Yes             Real-time event 33
(gdb) set pagination 0
(gdb) run
Starting program: /usr/bin/nautilus 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffecfbf700 (LWP 3769)]
[New Thread 0x7fffe7fff700 (LWP 3770)]
[New Thread 0x7fffe616b700 (LWP 3771)]
[New Thread 0x7fffdffff700 (LWP 3772)]
Initializing nautilus-gdu extension
Initializing nautilus-dropbox 0.7.1
.....

AND IT DID NOT FREEZE !!!!!

May be an update corrected the problem

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1269052

Title:
  Properties window becomes unresponsive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1269052/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to