• All submissions to this site are governed by Second Life Project Contribution Agreement. By submitting patches and other information using this site, you acknowledge that you have read, understood, and agreed to those terms.
Issue Details (XML | Word | Printable)

Key: SVC-1969
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Babbage Linden
Reporter: Ochi Wolfe
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
2. Second Life Service - SVC

Mono: (With video) Errors when rezzing, executing and de-rezzing a very simple script

Created: 01/Apr/08 06:52 PM   Updated: 10/Apr/08 02:52 PM
Return to search
Component/s: Scripts
Affects Version/s: Mono Beta
Fix Version/s: Mono Beta

File Attachments: 1. File OopsBox.ogg (8.42 MB)

Environment:
Second Life 1.18.6 (77968) Jan 29 2008 11:48:51 (Second Life Release)

You are at 255846.1, 255385.4, 21.6 in Sandbox Cordova MONO located at sim3000.aditi.lindenlab.com (8.2.33.226:13005)
Mono 1.19.1.82821

CPU: Intel(R) Core(TM)2 CPU 6700 @ 2.66GHz
Memory: 3290 MB
OS Version: Linux 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 i686
Graphics Card Vendor: NVIDIA Corporation
Graphics Card: GeForce 8800 GTS/PCI/SSE2
OpenGL Version: 2.1.2 NVIDIA 169.12
LLMozLib Version: 1.1.0 (Mozilla GRE:1.8.0.12_0000000000)
Packets Lost: 10/35418 (0.0%)
Viewer Digest: 330da4af-15ff-65a2-22dc-47907679cd20
Issue Links:
Duplicate
 
Relates
 

Linden Lab Issue ID: DEV-13082


 Description  « Hide
Feel free to watch the attached clip for a reproduction. I think you should be able to watch it with VideoLAN Client.

I'm getting strange errors during runtime (weird llGetFreeMemory() values), rezzing and de-rezzing an object with this simple script compiled in Mono inside that object:

string strTest = "test";

default
{
state_entry()

{ llGetInventoryKey(strTest); llOwnerSay((string)llGetFreeMemory()); }

}

llGetFreeMemory() often reports millions of bytes available.

When taking this object into inventory and when rezzing it again, runtime errors occur.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Scouse Linden added a comment - 02/Apr/08 06:13 AM
I suspect that this is another side effect of SVC-1898. I'm not going to close this yet, as you provide useful info.