Re: [opensource-dev] ok wtf is this?

2011-09-05 Thread Nicky D.
Hello, > With the latest build I keep getting an alert box for "memory pool low, > some sl functions disabled to avoid crash" and sure enough I crash a > couple minutes later..   but memory pool low?  I've usually got over 2g > of physical memory free when it hits, and the machine isnt even break

Re: [opensource-dev] Anybody else see crashes similar to VWR-26729?

2011-09-05 Thread Ron Rogers Jr.
On Mon, 22 Aug 2011 13:05:40 -0500 "Ron Rogers Jr." wrote: > https://jira.secondlife.com/browse/VWR-26729 > > CronoCloud Decided to take some more diagnostic steps with 3.0.5 23990 and start with clean settings. (Hadn't done it yet, because changing the default settings are annoying.) That did

Re: [opensource-dev] Anybody else see crashes similar to VWR-26729?

2011-09-05 Thread opensourceobscure
On Mon, Sep 5, 2011 at 16:13, Ron Rogers Jr. wrote: > On Mon, 22 Aug 2011 13:05:40 -0500 > "Ron Rogers Jr." wrote: > >> https://jira.secondlife.com/browse/VWR-26729 >> >> CronoCloud > > Decided to take some more diagnostic steps with 3.0.5 23990 and start > with clean settings.  (Hadn't done it y

Re: [opensource-dev] ok wtf is this?

2011-09-05 Thread Dave Booth
On 9/5/2011 2:32 AM, Nicky D. wrote: > There is a memory pool that got enabled 4 days ago. Which could cause > this problem aswell. > > The change is here: > https://bitbucket.org/lindenlab/viewer-development/changeset/298722ecdb2e > oh yeah, that's an "aha!" moment for sure.. Thanks, Nicky. Che

Re: [opensource-dev] ok wtf is this?

2011-09-05 Thread Tateru Nino
On 6/09/2011 1:57 AM, Dave Booth wrote: > On 9/5/2011 2:32 AM, Nicky D. wrote: > >> There is a memory pool that got enabled 4 days ago. Which could cause >> this problem aswell. >> >> The change is here: >> https://bitbucket.org/lindenlab/viewer-development/changeset/298722ecdb2e >> > oh yeah, th

Re: [opensource-dev] ok wtf is this?

2011-09-05 Thread Dave Booth
On 9/5/2011 11:14 AM, Tateru Nino wrote: > > Indeedy. An excellent catch. If it _is_ the memory pool, though, it is > hard to figure out why unit-testing didn't catch the underlying fault. At a guess, and this is total speculation because I havent done any side by side test runs with the setting

Re: [opensource-dev] ok wtf is this?

2011-09-05 Thread Jonathan Welch
A good way to follow what is happening in viewer-development is to subscribe to the commit mailing list: https://lists.secondlife.com/cgi-bin/mailman/listinfo/viewer-development-commits On Mon, Sep 5, 2011 at 12:32 PM, Dave Booth wrote: > On 9/5/2011 11:14 AM, Tateru Nino wrote: >> >> Indeedy. An

[opensource-dev] Feedback wanted for VWR-26858 (User-defined build icons)

2011-09-05 Thread Jonathan Welch
Partly to solve a lack of new icon space needed by Storm-49 and partly to improve in-world building I have created VWR-26858 (https://jira.secondlife.com/browse/VWR-26858) and would appreciate your comments on this proposed new feature I would like to work on. Oz and Esbee might appreciate a few "

Re: [opensource-dev] Feedback wanted for VWR-26858 (User-defined build icons)

2011-09-05 Thread Boroondas Gupte
On 09/05/2011 08:20 PM, Jonathan Welch wrote: > Partly to solve a lack of new icon space needed by Storm-49 and partly > to improve in-world building I have created VWR-26858 > (https://jira.secondlife.com/browse/VWR-26858) and would appreciate > your comments on this proposed new feature I would l

Re: [opensource-dev] Review Request: STORM-64: Local Bitmaps 2.0 implementation.

2011-09-05 Thread Boroondas Gupte
> On Sept. 4, 2011, 8:16 p.m., Tankmaster Finesmith wrote: > > indra/newview/lllocalbitmaps.cpp, line 83 > > > > > > mLastModified should be 0 in order to compile on 64bit Linux systems. > > Null will fail in this cas

Re: [opensource-dev] Review Request: STORM-64: Local Bitmaps 2.0 implementation.

2011-09-05 Thread Boroondas Gupte
> On Sept. 4, 2011, 8:16 p.m., Tankmaster Finesmith wrote: > > indra/newview/lllocalbitmaps.cpp, line 83 > > > > > > mLastModified should be 0 in order to compile on 64bit Linux systems. > > Null will fail in this cas

[opensource-dev] Review Request: OPEN-69 Make autobuild function with msbuild and keep devenv

2011-09-05 Thread Nicky Perian
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/462/ --- Review request for Viewer. Summary --- Background: At Linden Lab (LL)

[opensource-dev] Mesh and Scripting

2011-09-05 Thread Ricky
Just pinging to see if anyone knows the current status of such? Grepping around in JIRA I found these entries: https://jira.secondlife.com/browse/CTS-298 - Feature: Support mesh change through script commands https://jira.secondlife.com/browse/CTS-654 - Allow scripts to set a mesh by UUID Howeve

Re: [opensource-dev] ok wtf is this?

2011-09-05 Thread Erin Mallory
maybe their machines have more memory? maybe they didnt have the proper test? I dunno but i see it too... > Date: Mon, 5 Sep 2011 13:22:07 -0400 > From: jhwe...@gmail.com > CC: opensource-dev@lists.secondlife.com > Subject: Re: [opensource-dev] ok wtf is this? > > A good way to follow what

Re: [opensource-dev] Mesh and Scripting

2011-09-05 Thread Kuraiko Yoshikawa
As I understanded it there won't be support for UUID flipping and meshes are not addressable by UUIDs https://wiki.secondlife.com/wiki/Why_UUID_Flipping_is_Bad Am 06.09.2011 05:05, schrieb Ricky: > Just pinging to see if anyone knows the current status of such? > > Grepping around in JIRA I found

Re: [opensource-dev] Mesh and Scripting

2011-09-05 Thread Ricky
I'm afraid that I allowed myself to create a writeup that made it easy to conflate several independent things: 1) Scripting and meshes in general. 2) Mesh UUID flipping - VERY bad for animations, as you noted and thanks for the link, but has valid uses. 3) Where to put scripting requests - which I

Re: [opensource-dev] ok wtf is this?

2011-09-05 Thread Dave Booth
On 9/5/2011 10:13 PM, Erin Mallory wrote: > maybe their machines have more memory? maybe they didnt have the proper > test? I dunno but i see it too... Even if the size of the memory pool allocated was impacted by the total available RAM on the machine, which I'm not sure it is, I can see them h

Re: [opensource-dev] ok wtf is this?

2011-09-05 Thread Dave Booth
Having experienced several hours without the issue recurring on both my systems since turning off the use of the private memory pool, have filed https://jira.secondlife.com/browse/VWR-26864 Have fun finding out what crawled out from under the rock you flipped over, Bao.. Sooner you than me in