Re: [opensource-dev] This cannot be right...

2010-09-14 Thread Monty Brandenberg
On Sep 14, 2010, at 19:37, Ponzu wrote: > i am trying to browse the code, looking for some where that perhaps an > http socket should be freed or closed, or not allocated, but is not... > > I have found this: > > indra/newview/lltexturefetch.cpp: void relese() { --mActiveCount; } > > > i don'

Re: [opensource-dev] This cannot be right...

2010-09-14 Thread Ponzu
i am trying to browse the code, looking for some where that perhaps an http socket should be freed or closed, or not allocated, but is not... I have found this: indra/newview/lltexturefetch.cpp: void relese() { --mActiveCount; } i don't understand it yet, but it doesn't pass the smell tes

Re: [opensource-dev] This cannot be right...

2010-09-14 Thread Ponzu
On Thu, Sep 9, 2010 at 5:14 PM, Altair Sythos wrote: > On Thu, 9 Sep 2010 16:59:42 -0400 > Ponzu wrote: > >> > >> > ehm... in advanced/develop menu do you have enabled debug for GL and >> > pipeline? :) No, these are not turned on. ___ Policies and (un

Re: [opensource-dev] This cannot be right...

2010-09-14 Thread Ponzu
On Mon, Sep 13, 2010 at 11:50 AM, Vex Streeter wrote: > Check out http://jira.secondlife.com/browse/VWR-22757 and > http://jira.secondlife.com/browse/VWR-18427 Looks like the same issue. I added some of my data there. > I don't know why 209046 would be worse than prior releases, but it would be

Re: [opensource-dev] This cannot be right...

2010-09-14 Thread Ponzu
Latest data... On my mac, when I open a terminal window, the default for ulimit is 256. I wrote a little loop to monitor files... while true do lsof -c Second | wc -l done it appears that when Viewer2 (regular of dev) is started, this number goes to about 63 or so. Not always the same. View

Re: [opensource-dev] This cannot be right...

2010-09-14 Thread Ponzu
I tried the latest release Sunday, and out has this problem. I also tried to increase ulimit, but it didn't fix it. On Mon, Sep 13, 2010 at 11:55 PM, Lee Sailer wrote: > I tried the latest release Sunday, and out has this problem.  I also tried > to increase ulimit, but it didn't fix it. > > dro

Re: [opensource-dev] This cannot be right...

2010-09-13 Thread Vex Streeter
Check out http://jira.secondlife.com/browse/VWR-22757 and http://jira.secondlife.com/browse/VWR-18427 I don't know why 209046 would be worse than prior releases, but it would be nice to know that OSX builds do or don't have the same issue. On 09/09/2010 01:07 PM, Ponzu wrote: When I start

Re: [opensource-dev] This cannot be right...

2010-09-09 Thread Sythos
On Thu, 09 Sep 2010 16:45:51 -0400 Monty Brandenberg wrote: >2. Bump the limit up in a process (ulimit -n 1024) and >then use 'open' to start the viewer in that process and >see if that works around the limit. damm... was mine the jira opened for this i raised limit to 4096 sys

Re: [opensource-dev] This cannot be right...

2010-09-09 Thread Sythos
On Thu, 9 Sep 2010 16:59:42 -0400 Ponzu wrote: > > > > ehm... in advanced/develop menu do you have enabled debug for GL and > > pipeline? :) > > > > I don't think so. Never heard of them. What would the exact name or > xml be? crtl+apple+D and appear (or +alt too) open it and select last

Re: [opensource-dev] This cannot be right...

2010-09-09 Thread Ponzu
> > ehm... in advanced/develop menu do you have enabled debug for GL and > pipeline? :) > I don't think so. Never heard of them. What would the exact name or xml be? ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/

Re: [opensource-dev] This cannot be right...

2010-09-09 Thread Monty Brandenberg
On 9/9/2010 3:47 PM, Ponzu wrote: > Tried the later build, 209229. Same line in syslog.log > A lot of completely unrelated programs are reporting the "deliver_request: socketpair failed 24 (Too many open files)" error (winbindd, hg, omd, Brother printers). Suggest you try two things: 1. Use

Re: [opensource-dev] This cannot be right...

2010-09-09 Thread Sythos
On Thu, 9 Sep 2010 15:47:22 -0400 Ponzu wrote: > Tried the later build, 209229. Same line in syslog.log > > Sep 9 14:02:52 iMac > [0x0-0x3df3df].com.secondlife.indra.viewer[12783]: libndofdev: [cut] ehm... in advanced/develop menu do you have enabled debug for GL and pipeline? :) ___

Re: [opensource-dev] This cannot be right...

2010-09-09 Thread Ponzu
Tried the later build, 209229. Same line in syslog.log Sep 9 14:02:52 iMac [0x0-0x3df3df].com.secondlife.indra.viewer[12783]: libndofdev: manufacturer=Primax Electronics; product=Apple Optical USB Mouse; axes_count=5; btn_count=4; min=-3000; max=3000; absolute=1; valid=1; private_data=0x36353c0;

Re: [opensource-dev] This cannot be right...

2010-09-09 Thread Ponzu
I have all the latest fixes from Software Update. Is that what you mean? On Thu, Sep 9, 2010 at 1:18 PM, Francesco Rabbi wrote: > Have you applied latest Apple fix? There was one a couple of week ago > about dns client... If you run an older version? > > On my iMac 24" (lot old) no repro... > >

Re: [opensource-dev] This cannot be right...

2010-09-09 Thread Francesco Rabbi
Have you applied latest Apple fix? There was one a couple of week ago about dns client... If you run an older version? On my iMac 24" (lot old) no repro... -- Sent by iPhone Il giorno 09/set/2010, alle ore 19:07, Ponzu ha scritto: > When I start V2 Dev 209046, this show up in my system.log.