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.
SVC-1898. I'm not going to close this yet, as you provide useful info.