[Bug 1512826] Re: when i delete .trash_1000 folder frm usb nautilus freeses

2015-12-01 Thread Rodrigo Renie
The fix in glib2.0 - 2.47.3-3 solved the problem for me!

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

Title:
  when i delete .trash_1000 folder frm usb nautilus freeses

To manage notifications about this bug go to:
https://bugs.launchpad.net/glib/+bug/1512826/+subscriptions

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


[Bug 1510587] Re: Nautilus crashes when delete a file in a folder which is a symbolic link to another filesystem

2015-10-27 Thread Rodrigo Renie
Bug reported to the GNOME bugzilla:

https://bugzilla.gnome.org/show_bug.cgi?id=757192

** Bug watch added: GNOME Bug Tracker #757192
   https://bugzilla.gnome.org/show_bug.cgi?id=757192

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

Title:
  Nautilus crashes when delete a file in a folder which is a symbolic
  link to another filesystem

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

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


[Bug 1510587] [NEW] Nautilus crashes when delete a file in a folder which is a symbolic link to another filesystem

2015-10-27 Thread Rodrigo Renie
Public bug reported:

Nautilus crashes with an "assertion error" whenever accessing a folder,
which is a symbolic link to a folder in another filesystem, and then
deleting any file inside that folder (the file is not deleted).

Steps I used to reproduce de problem in my machine:

1) /dev/sda1 partition mounted on root folder with XFS filesystem;
2) /dev/sda2 partition mounted on /mnt/data folder partition with EXT4 
filesystem;
3) create a folder "/mnt/data/test" and the empty text file 
"/mnt/data/test/file.txt";
4) in your home folder, create a symbolic to the "test" folder above with "ln 
-s /mnt/data/test";
5) open the symbolic link folder with "nautilus /test";
6) delete the "file.txt" file (pressing the delete button) and watch nautilus 
crashing with the following error:

nautilus: malloc.c:2909: __libc_malloc: Assertion `!victim || 
mchunkptr)((char*)(victim) - 2*(sizeof(size_t)->size & 0x2) || ar_ptr 
== (mchunkptr)((char*)(victim) - 2*(sizeof(size_t)->size & 0x4) ? 
((heap_info *) ((unsigned long) (((mchunkptr)((char*)(victim) - 
2*(sizeof(size_t) & ~((2 * (4 * 1024 * 1024 * sizeof(long))) - 1)))->ar_ptr 
: &main_arena)' failed.
Abortado

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: nautilus 1:3.14.2-0ubuntu12
ProcVersionSignature: Ubuntu 4.2.0-17.20-generic 4.2.3
Uname: Linux 4.2.0-17-generic x86_64
ApportVersion: 2.19.1-0ubuntu3
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Oct 27 12:59:23 2015
GsettingsChanges: b'org.gnome.nautilus.list-view' b'default-column-order' 
b"['name', 'size', 'type', 'date_modified', 'date_accessed', 'owner', 'group', 
'permissions', 'mime_type', 'where']"
InstallationDate: Installed on 2015-10-23 (3 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nautilus (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug wily

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

Title:
  Nautilus crashes when delete a file in a folder which is a symbolic
  link to another filesystem

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

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


[Bug 204413] Re: nautilus memory leak

2008-05-12 Thread Rodrigo Renie
A. Walton, as requested, I ran nautilus under valgrind using the massif
heap profiler. I ran this command line after executing "nautilus -q":

$ valgrind --tool=massif nautilus

This was the output on the shell:

==18680== Massif, a heap profiler.
==18680== Copyright (C) 2003-2007, and GNU GPL'd, by Nicholas Nethercote
==18680== Using LibVEX rev 1804, a library for dynamic binary translation.
==18680== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==18680== Using valgrind-3.3.0-Debian, a dynamic binary instrumentation 
framework.
==18680== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==18680== For more details, rerun with: -v
==18680== 
seahorse nautilus module initialized
Initializing nautilus-share extension

** (nautilus:18680): WARNING **: Unable to add monitor: Não suportado

GLib-ERROR **: /build/buildd/glib2.0-2.16.3/glib/gmem.c:175: failed to allocate 
1073741824 bytes
aborting...
==18680== 
Finalizado

The last word means "Finished", meaning (maybe i don't know) that the
process was killed (not by me). My PC almost locked down because this
time nautilus eat up all my RAM and little over 50% of swap.

The valgrind file output is attached.

By the way, I have a 701MB .avi file on my home folder. My current PC
configuration:

Intel(R) Pentium(R) 4 CPU 2.40GHz
1232MB RAM
40GB IDE Disk

When I get home, I'll run valgrind with another PC configuration



** Attachment added: "Nautilus Valgrind Massif Output"
   http://launchpadlibrarian.net/14477256/massif.out.18680

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

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

[Bug 204413] Re: nautilus memory leak

2008-05-12 Thread Rodrigo Renie
M-Theory212: Yeap, at 100% zoom or less, this problem doesn't happen to
me... I've tested it in two different machines with completly different
configurations, only Hardy Heron in common with all the updates so
far...

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

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


[Bug 204413] Re: nautilus memory leak

2008-04-27 Thread Rodrigo Renie
Hello

I'm having the exact same problem as Sam Davies, right after opening a
folder with a avi file in it, the memory usage for nautilus goes to the
roof. And I don't know if is the thumbnailer, because the second time I
enter the folder (the thumbnail was alredy on cached) and the same thing
happened.

I attached a screenshot of this problem happening on my computer, which
by the way is:

AMD Athlon 64 3000+
1GB Ram
Ubuntu Hardy Heron 8.04


** Attachment added: "Nautilus Memory Problem"
   http://launchpadlibrarian.net/13970504/NautilusLeak1.png

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

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