• 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-1720
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Babbage Linden
Reporter: Ralph Doctorow
Votes: 0
Watchers: 0
Operations

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

Mono Beta - Equality test of 2 keys causes InvalidProgramException

Created: 01/Mar/08 10:56 AM   Updated: 10/Mar/08 12:59 PM
Return to search
Component/s: Scripts
Affects Version/s: Mono Beta
Fix Version/s: Mono Beta

Environment:
Second Life 1.18.6 (77968) Jan 29 2008 20:06:25 (Second Life Release)

You are at 255378.9, 255203.2, 21.4 in Sandbox Wanderton MONO located at sim3000.aditi.lindenlab.com (8.2.33.226:13006)
Mono 1.19.0.80627

CPU: Intel Core 2 Series Processor (2194 MHz)
Memory: 3582 MB
OS Version: Microsoft Windows XP Service Pack 2 (Build 2600)
Graphics Card Vendor: NVIDIA Corporation
Graphics Card: Quadro NVS 140M/PCI/SSE2
OpenGL Version: 2.1.1
LLMozLib Version: 1.1.0 (Mozilla GRE:1.8.0.12_0000000000)
Packets Lost: 62/54509 (0.1%)
Viewer Digest: 3bb91f71-43e8-7bd9-be82-8ffb1b7bdf10
Issue Links:
Relates
 

Linden Lab Issue ID: DEV-11587


 Description  « Hide
This script when reset causes the exception

default {
state_entry() { key ownerKey = llGetOwner(); key creatorKey = llGetCreator(); integer vs = (ownerKey == creatorKey); }
}

10:50] Object: Script run-time error
[10:50] Object: System.InvalidProgramException: Invalid IL code in LSL_80e567d4_dab8_bf12_90ad_473f6c0107c0:defaultstate_entry (): IL_00b6: call 0x0a000007

at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[])
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000]



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.