[Bug 492810] Re: Nautilus uses 100% cpu after downloading torrent

2009-12-07 Thread Dave Walker
Azraele: Could you also obtain an strace of Nautilus after it has spiked to 100%? 1 - Make sure strace is installed. apt-get install strace 2 - Find the process ID of : pidof nautilus 3 - Start strace with the process ID: strace -Ff -tt -p 2>&1 | tee strace-.log 4 - Perfo

[Bug 492810] Re: Nautilus uses 100% cpu after downloading torrent

2009-12-07 Thread Azraele
Well I'll do my best to find a procedure but the strange thing is that i don't have really to do anything to make the problem happen, in fact yesterday I killed nautilus (because of the unbelievable size) then I started it again (since to have a nautilus process I don't really need to open a file b

[Bug 492810] Re: Nautilus uses 100% cpu after downloading torrent

2009-12-07 Thread Dave Walker
Azraele: I am assuming you are actually typing: strace -Ff -tt -p 14226 2>&1 | tee strace-nautilus.log and not: strace -Ff -tt -p <14226> 2>&1 | tee strace-.log -- Nautilus uses 100% cpu after downloading torrent https://bugs.launchpad.net/bugs/492810 You received this bug notification becaus

[Bug 492810] Re: Nautilus uses 100% cpu after downloading torrent

2009-12-08 Thread Azraele
:D :D sorry I'll leave it open with strace and post the results -- Nautilus uses 100% cpu after downloading torrent https://bugs.launchpad.net/bugs/492810 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in ubuntu. -- desktop-b

[Bug 492810] Re: Nautilus uses 100% cpu after downloading torrent

2009-12-08 Thread Azraele
How do I stop strace? the log has reached 900 MB I think it's enough. Even because the size of nautilus is approx 1300 MB so you should be able to see what is the problem in the log.. -- Nautilus uses 100% cpu after downloading torrent https://bugs.launchpad.net/bugs/492810 You received this bug

[Bug 492810] Re: Nautilus uses 100% cpu after downloading torrent

2009-12-08 Thread Pedro Villavicencio
** Changed in: nautilus (Ubuntu) Importance: Undecided => Medium -- Nautilus uses 100% cpu after downloading torrent https://bugs.launchpad.net/bugs/492810 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in ubuntu. -- deskto

[Bug 492810] Re: Nautilus uses 100% cpu after downloading torrent

2009-12-08 Thread Azraele
Here the strace file my man. Show the world what it means to be ubuntu programmer! ** Attachment added: "Strace.rar" http://launchpadlibrarian.net/36574399/Strace.rar -- Nautilus uses 100% cpu after downloading torrent https://bugs.launchpad.net/bugs/492810 You received this bug notification

[Bug 492810] Re: Nautilus uses 100% cpu after downloading torrent

2009-12-08 Thread Dave Walker
Azraele: Please keep in mind I am only a volunteer triager with a love for Ubuntu and free software which is half a star-system away from a good developer. I am going to mark the bug confirmed and hopefully the strace will help a developer isolate the cause and find a solution. If not then plea

[Bug 492810] Re: Nautilus uses 100% cpu after downloading torrent

2009-12-08 Thread Azraele
Well I can say the concern is appreciated nonetheless. Let's hope then that the A-class developer find a solution to this problem, It's quite serious and a good os should not have to face something like that I fear. After all I think that this one, and the usb transfer speed are the two major prob

[Bug 492810] Re: Nautilus uses 100% cpu after downloading torrent

2009-12-09 Thread Pedro Villavicencio
Please try to obtain a backtrace of that following the instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload the backtrace (as an attachment) to the bug report. This will greatly help us in tracking down your problem. ** Changed in: nautilus (Ubuntu) Status: Confirmed =>

[Bug 492810] Re: Nautilus uses 100% cpu after downloading torrent

2009-12-09 Thread Azraele
When I use gdb following this procedure: Start gdb: gdb 2>&1 | tee gdb-.txt (gdb) handle SIG33 pass nostop noprint (gdb) set pagination 0 (gdb) attach (If the program is running as root, use sudo gdb instead of just gdb above.) Continue the : (gdb) continue The program will continue running. Perf

[Bug 492810] Re: Nautilus uses 100% cpu after downloading torrent

2009-12-09 Thread Azraele
and when I give the debug symbol archive signing key: gpg --keyserver keyserver.ubuntu.com --recv-key 428D7C01 5E0577F2 gpg --check-sigs 428D7C01 # signed by key of Martin Pitt gpg -o - --export 428D7C01 | sudo apt-key add - It gives me as output: 2 signatures not checked due to missing keys --

[Bug 492810] Re: Nautilus uses 100% cpu after downloading torrent

2009-12-09 Thread Azraele
I made it work using the sudo prefix, but it still gives me this error: This GDB was configured as "x86_64-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /usr/bin/nautilus...(no debugging symbols found)...done. probably beca

[Bug 492810] Re: Nautilus uses 100% cpu after downloading torrent

2009-12-11 Thread Azraele
Is anybody out there??? -- Nautilus uses 100% cpu after downloading torrent https://bugs.launchpad.net/bugs/492810 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://list

[Bug 492810] Re: Nautilus uses 100% cpu after downloading torrent

2009-12-11 Thread Dave Walker
Azraele: Lets go through this step-by-step because I am not confident I fully understand what you have done so far. First.. Have you issued these commands from the command line: 1) echo "deb http://ddebs.ubuntu.com $(lsb_release -cs) main restricted universe multiverse" | sudo tee -a /etc/apt

[Bug 492810] Re: Nautilus uses 100% cpu after downloading torrent

2009-12-11 Thread Azraele
The thing I don't understand it's why they asked me to do this. Nautilus does not crash: it devours all the system resources, but it works on. The fact that it doesn't crash while using 2.2 gigs of memory does not make it less of a problem. I don't really know if the debug will be of any help. Howe

[Bug 492810] Re: Nautilus uses 100% cpu after downloading torrent

2009-12-12 Thread Azraele
Here's the result of the backtrace I ran while nautilus was overloaded. ** Attachment added: "gdb-nautilus.txt" http://launchpadlibrarian.net/36714023/gdb-nautilus.txt -- Nautilus uses 100% cpu after downloading torrent https://bugs.launchpad.net/bugs/492810 You received this bug notification

[Bug 492810] Re: Nautilus uses 100% cpu after downloading torrent

2009-12-12 Thread Dave Walker
Azraele: Thank you for taking the time to report this bug and helping to make Ubuntu better. The backtrace indicates you failed to install debugging symbols as per the documentation provided. "Reading symbols from /usr/bin/nautilus...Reading symbols from /usr/lib/debug/usr/bin/nautilus...done.

[Bug 492810] Re: Nautilus uses 100% cpu after downloading torrent

2009-12-12 Thread Azraele
Man I'm gettin' a little nervous here. I followed your instructions move by move. As a matter of fact I copied every single command and inserted it in the terminal in the ordinated fashion you gave me. I even checked again if nautilus-dbg was installed, and it is. But still I get that the debug

[Bug 492810] Re: Nautilus uses 100% cpu after downloading torrent

2009-12-12 Thread Azraele
Here's the moves I made, you let me know if I made something wrong. ** Attachment added: "moves.txt" http://launchpadlibrarian.net/36733210/moves.txt -- Nautilus uses 100% cpu after downloading torrent https://bugs.launchpad.net/bugs/492810 You received this bug notification because you are a

[Bug 492810] Re: Nautilus uses 100% cpu after downloading torrent

2009-12-12 Thread Dave Walker
Azraele: Good.. I reviewed your moves.txt and here is where the problem begins: alexand...@alexandros-desktop:~$ apt-cache policy yelp This documentation: https://wiki.ubuntu.com/DebuggingProgramCrash States: "Remember that 'yelp' [which is the package name of "Help and Support" located und

[Bug 492810] Re: Nautilus uses 100% cpu after downloading torrent

2009-12-13 Thread Azraele
I'm sorry man, in my country it was 3 a.m. when I tried to install it, I wasn't that much careful. I see what I did wrong, I installed the correct debug symbols but it still says I don't have any! Watch by yourself. ** Attachment added: "moves2.txt" http://launchpadlibrarian.net/36740566/move