[Bug 24692] Re: Amd64 ubuntu build hogs memory due to badly built libs

2008-12-12 Thread Simon Ruggier
for file in `find /usr/lib -type f -name '*.so.*'`; do if objdump -x $file | grep -q -e '2\*\*20' ; then echo $file ; fi ; done Run the above to avoid seeing symlinks in the output. On my 8.10 desktop with fglrx installed, this outputs: /usr/lib/libfglrx_pp.so.1.0 /usr/lib/libifp.so.4.1.4 /usr/li

[Bug 24692] Re: Amd64 ubuntu build hogs memory due to badly built libs

2008-06-12 Thread Rocko
I just ran the test in /usr/lib with Ubutun 8.04 (kernel 2.6.24-19-generic amd64) and get a couple more libs than Jim Quode. The extra ones seem mostly to be the nvidia drivers. I've removed the symlinks from the output: libavc1394.so.0.3.0 libBPM.so.1.0.0 libcuda.so.173.14.05 libfame-0.9.so.1.0.0

[Bug 24692] Re: Amd64 ubuntu build hogs memory due to badly built libs

2008-04-17 Thread Jonathan T
Ryan, You're looking for bug no. 148325, "Certain processes show incorrect memory usage when using xgl," a known xserver-xgl issue. Best, Jonathan T. -- Amd64 ubuntu build hogs memory due to badly built libs https://bugs.launchpad.net/bugs/24692 You received this bug notification because you ar

[Bug 24692] Re: Amd64 ubuntu build hogs memory due to badly built libs

2008-04-12 Thread Ryan Hamilton
I stumbled across this bug looking for something else, but I looked at system monitor on my AMD64 Gusty machine and it seems to report garbage numbers. Screenshot of sys-monitor attached. I'm guessing its somewhat related? ** Attachment added: "Screenshot of system-monitor showing garbage memory

[Bug 24692] Re: Amd64 ubuntu build hogs memory due to badly built libs

2008-03-18 Thread Jim Qode
In current Hardy alpha 6 the problem in /lib seems to be fixed completely. However still some libraries in /usr/lib have it: libavc1394.so.0 libavc1394.so.0.3.0 libBPM.so.1 libBPM.so.1.0.0 libgdbm_compat.so.3 libgdbm_compat.so.3.0.0 libgdbm.so.3 libgdbm.so.3.0.0 libmng.so.1 libmng.so.1.1.0.9 libro

[Bug 24692] Re: Amd64 ubuntu build hogs memory due to badly built libs

2007-11-04 Thread Mendez
Should these be reported as bugs to the individual packages? I appear to have 31 incorrect ones in /usr/lib on my system. -- Amd64 ubuntu build hogs memory due to badly built libs https://bugs.launchpad.net/bugs/24692 You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 24692] Re: Amd64 ubuntu build hogs memory due to badly built libs

2007-10-21 Thread Stéphane Loeuillet
In current gutsy, /lib is ok (no such problem) but /usr/lib still has libs with this problem. Some beeing Firewire related (libavc/rom1394), the closed source nvidia driver too. All impacted packages on my system : libavc1394-0 libfaac0 libgdbm3 libgnomecups1.0-1 liblzo1 libmng1 libsidplay1 libs

[Bug 24692] Re: Amd64 ubuntu build hogs memory due to badly built libs

2007-03-28 Thread Andrew Ash
** Changed in: Ubuntu Importance: Medium => High -- Amd64 ubuntu build hogs memory due to badly built libs https://launchpad.net/bugs/24692 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 24692] Re: Amd64 ubuntu build hogs memory due to badly built libs

2007-02-13 Thread Andrew Ash
Has any work been done on fixing this in feisty? -- Amd64 ubuntu build hogs memory due to badly built libs https://launchpad.net/bugs/24692 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 24692] Re: Amd64 ubuntu build hogs memory due to badly built libs

2006-12-08 Thread Phillip Susi
I don't think this should still be marked as Needs Info, so I am marking as Confirmed. ** Changed in: Ubuntu Status: Needs Info => Confirmed -- Amd64 ubuntu build hogs memory due to badly built libs https://launchpad.net/bugs/24692 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.c

[Bug 24692] Re: Amd64 ubuntu build hogs memory due to badly built libs

2006-11-05 Thread Andrew Ash
I'm sure that info will be handy for the devs. I've subscribed the AMD64 team to this bug, since I don't really have the power or knowledge to fix problems. If anything new comes up, keep us posted. Thanks ** Changed in: Ubuntu Assignee: (unassigned) => Ubuntu AMD64 Porting Team -- Amd64

[Bug 24692] Re: Amd64 ubuntu build hogs memory due to badly built libs

2006-11-05 Thread Phillip Susi
I just came up with the following test for effected files and results for /lib. It came up with many duplicates due to the multiple symbolic names for each library though. [EMAIL PROTECTED]:/lib# for file in `ls *.so.*` ; do if objdump -x $file | grep -q -e '2\*\*20' ; then echo $file ; fi ; don

Re: [Bug 24692] Re: Amd64 ubuntu build hogs memory due to badly built libs

2006-11-05 Thread Phillip Susi
Andrew Ash wrote: > Also, can you reproduce it on Edgy? Yes. I just looked through the mem maps of a running xmms process that is listed as taking 114 MB of Virtual Memory. I found several offending libs: /usr/lib/libdrm.so.2.0.0 has a 20 bit alignment requirement in its program header accor

[Bug 24692] Re: Amd64 ubuntu build hogs memory due to badly built libs

2006-11-03 Thread Andrew Ash
Also, can you reproduce it on Edgy? ** Changed in: Ubuntu Status: Unconfirmed => Needs Info -- Amd64 ubuntu build hogs memory due to badly built libs https://launchpad.net/bugs/24692 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubunt

[Bug 24692] Re: Amd64 ubuntu build hogs memory due to badly built libs

2006-10-07 Thread Andrew Ash
Does the bug still exist in the latest version of (k)ubuntu, Dapper Drake 6.06.1 ? Please try Dapper and give us an update if you can. Thanks. -- Amd64 ubuntu build hogs memory due to badly built libs https://launchpad.net/bugs/24692 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com http