[18:04 UTC] *** Logging started. *** [11:04 AM PT] Andrew Hellershanks: I'm on a phone call, [11:04 AM PT] Misterblue Waves: we got up to 48c last summer -- the plants didn't do well [11:05 AM PT] Ubit Umarov: Ohh ok we wil type softly [11:05 AM PT] Ubit Umarov: yeah but 48 here is rare.. like 45years rare [11:06 AM PT] Ubit Umarov: well about opensim, again not much [11:06 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Two changes last week, another cleanup on libomv and a fix for fsassets not properly using its folders. I rolled back mono to 122 on Friday and am now awaiting what that does to regions. So far haven't heard of further crashes, but will have to leave it for a bit to make sure. FS has a new beta out with support for the grid status rss now supported in OpenSim. [11:06 AM PT] Misterblue Waves: same for us -- getting above 100F is rare [11:06 AM PT] Ubit Umarov: i did a little commit related to a fsassets flag [11:07 AM PT] Ubit Umarov: or option, actually not that good... [11:07 AM PT] Ubit Umarov: to run several instances of fsassets will just not work [11:07 AM PT] Ubit Umarov: unless you do have a network disk as storage [11:07 AM PT] Andrew Hellershanks: .0 [11:08 AM PT] Ubit Umarov: fs just writes things on a disk.. has no idea abotu multi instances [11:08 AM PT] Ubit Umarov: the metadata does depend on mysql doing the multi server thing, that seems not that good either [11:09 AM PT] Ubit Umarov: so, not that usefaull that option.. [11:09 AM PT] Ubit Umarov: or useful [11:09 AM PT] Ubit Umarov: hmmwhat was the other? libomv? [11:10 AM PT] Ubit Umarov: hmm guess minor thing also [11:10 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Is the fsassets thing mostly file locking or what's the problem there? [11:11 AM PT] Ubit Umarov: ah yes.. was using a generic c# exceptionto report bad string on parse [11:12 AM PT] Kayaker Magic: One problem with multiple fsassets is there is small chance of two of them generating the same UUID at the same time. [11:12 AM PT] Ubit Umarov: changed to FormatException to match ehat .net guid does [11:12 AM PT] Ubit Umarov: fs does not gen uuids [11:12 AM PT] Kayaker Magic: OK, then multiple Robusts. [11:13 AM PT] Ubit Umarov: the thing with multiple robusts is that you do need a shared storage [11:13 AM PT] Ubit Umarov: fs as no provision for any on that [11:14 AM PT] Ubit Umarov: each instance will just read and write from own disk [11:14 AM PT] Ubit Umarov: something that will not work that all, unless it is a special shared network disk [11:14 AM PT] Ubit Umarov: or you are running all that on same machine, not that useful either [11:15 AM PT] Ubit Umarov: on that fsassets is worse than just normal assets, that at least depend on mysql/maria only [11:16 AM PT] Ubit Umarov: fsassets multiinstances that did work, where done by spliting as per a few bits of the asset UUID [11:16 AM PT] Ubit Umarov: thing we still have code for that, not sure [11:17 AM PT] Ubit Umarov: ofc does not work that well with the "random" guid type we are using [11:17 AM PT] Ubit Umarov: not that random [11:18 AM PT] Ubit Umarov: this is why osgrid is running on own proprietary assets.. [11:18 AM PT] Ubit Umarov: was using a variant of fsassets, that actually also did smoke if using more than one instance [11:18 AM PT] Ubit Umarov: now using somthign else [11:19 AM PT] Ubit Umarov: ofc no issue if you have a nove NAS machine and a 100Gbit network ;) [11:19 AM PT] Ubit Umarov: a nice NAS.. [11:19 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Given the simplicity of what that has to do in the end it's easier to write in something else that supports proper file locking out of the box I guess. Ideally directly in C to get the most speed [11:20 AM PT] Ubit Umarov: file lock actually seems to fail on linux [11:21 AM PT] Ubit Umarov: that fsassets code also runs several instances on a single robust... [11:21 AM PT] Vincent.Sylvester @hg.zetaworlds.com: It's not built-in so whatever language or code needs to handle it on its own [11:21 AM PT] Ubit Umarov: one as assets main instance, others as slaves that connect to it [11:21 AM PT] Misterblue Waves: the GUIDs are not random enough or is the content hashing not being unique? [11:22 AM PT] Ubit Umarov: there was still a lock issue, bc several maintnance threads could be fired in that case.. [11:22 AM PT] Ubit Umarov: that should be ok now... [11:23 AM PT] Ubit Umarov: my comments where only when ppl did tried to run several assets service instances on dif machines.. [11:23 AM PT] Ubit Umarov: as i said, that is a fail, unless they are usiign a network shared disk [11:24 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Or something that emulates the behavior of one I suppose [11:24 AM PT] Ubit Umarov: yeah [11:24 AM PT] Ubit Umarov: then ofc one needs to compare the added latency to the latency of just one... [11:25 AM PT] Ubit Umarov: on this, region and viewers caches are fundamental [11:26 AM PT] Ubit Umarov: in nomral cases, only region caches should be used [11:26 AM PT] Ubit Umarov: in cases on users that spend most time on a few regions, even viewer caches [11:27 AM PT] Vincent.Sylvester @hg.zetaworlds.com: From what I log on disk io I rarely see more than a few mbit when assets are moving, so it's not a big load until you get to hundreds of gigabytes [11:27 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Bigger problem is backing up millions of files in thousands of directories [11:28 AM PT] Ubit Umarov: well many ppl even totally forgot that fsassets uses mysql and disk files [11:28 AM PT] Ubit Umarov: and lost the disk files :( [11:28 AM PT] Kayaker Magic: oops! I hate it when tht happens! [11:28 AM PT] Misterblue Waves: would something like S3 be better -- not AWS but one of the compatible interfaces of modern hash buckets [11:28 AM PT] Ubit Umarov: sadly happened a few times [11:29 AM PT] Vincent.Sylvester @hg.zetaworlds.com: It should probably use even more sql on that, things like notecards saving their description to the assets means even if they are empty the hash always differs so it creates tons of empty notecard assets [11:30 AM PT] Vincent.Sylvester @hg.zetaworlds.com: AWS is overpriced junk you'll be paying more running that than just some decent bare metal and when they lose your data you are sol [11:30 AM PT] Ubit Umarov: several large grids are running fine [11:30 AM PT] Ubit Umarov: some mb with own solutions [11:31 AM PT] Ubit Umarov: well i nev4er did like fsassets [11:31 AM PT] Misterblue Waves: agree on AWS, but a lot of other places are providing S3 compatible storage (DigitalOcean, ...) [11:31 AM PT] Ubit Umarov: sure mysql is possible a bad choice [11:31 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Toying with the idea of crawling all notecards for empty lines and just nuking them or setting their hash to a single one instead [11:31 AM PT] Ubit Umarov: inworldz did used other db engine, if i remember [11:32 AM PT] Ubit Umarov: a more direct key,value thing [11:32 AM PT] Ubit Umarov: guess non sql even [11:32 AM PT] Vincent.Sylvester @hg.zetaworlds.com: For a few things a few data structures in OpenSim things like mongodb would work, potentially even better than sql, but then you have another db system to maintain and deal with also, so a trade off [11:33 AM PT] Vincent.Sylvester @hg.zetaworlds.com: For avatar data and groups it might be faster, but means whole new db connector etc [11:33 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Already a pain to maintain the ones we have [11:33 AM PT] Ubit Umarov: well our dbs are a disaster [11:33 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Some, not all [11:33 AM PT] Ubit Umarov: guess a good example on how to make things as slow as possible [11:33 AM PT] Ubit Umarov: region db ... duhh what a waste [11:34 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Inventory might also benefit from document style db rather than large table [11:34 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Anything bound to a single user or uuid I suppose [11:35 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Useless for assets, want a proper table with keys and indexes there [11:35 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Come to think of it I meant to check if different charset and collation had a performance impact on groups as it did with griduser data [11:35 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Seems mixing those things is a fail on mariadb [11:36 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Needs all uniform ones to speed up inner join [11:36 AM PT] Ubit Umarov: seems mariadb is a fail on anything large [11:36 AM PT] Ubit Umarov: even mysql [11:36 AM PT] Kayaker Magic: I have some stuff set up at OpenSim Fest, and one of the regions stopped working. Scripts froze, I was not allowed to compile my own scripts or rez more objects. Shelenn told me it was caused by an OpenSim bug that Ubit already knew about. Which bug was that? [11:36 AM PT] Ubit Umarov: only a few forks of mysql do hold, i was told [11:37 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Development has picked up pace lately so maybe that will be change positively in future [11:37 AM PT] Misterblue Waves: I've used MariaDB successfully for small deployments (that's what I use for my Docker based regions) [11:37 AM PT] Ubit Umarov: no idea [11:37 AM PT] Ubit Umarov: they are running a thing called opensim-ngc [11:37 AM PT] Vincent.Sylvester @hg.zetaworlds.com: If you overload a region with too many scene updates the queue for that fills up and it just stop processing completely [11:37 AM PT] Ubit Umarov: that ofc does claim to be better than core [11:38 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Not much can be done on that though [11:38 AM PT] Ubit Umarov: so you do need to ask them :) [11:38 AM PT] Vincent.Sylvester @hg.zetaworlds.com: scene update queue has a fixed size, once full it's full and just dies [11:38 AM PT] Ubit Umarov: i do not remember such issue.. [11:39 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Seen that a few times, always told to remove some heavy scripts, timers and things, no more issues [11:39 AM PT] Ubit Umarov: what scene updates?? [11:39 AM PT] Vincent.Sylvester @hg.zetaworlds.com: The ones generated by scripts, avatars etc. Forgot the actual name, but it's not scripts that die it's scene updates [11:39 AM PT] Ubit Umarov: you are imagining thngs again vicent :p [11:39 AM PT] Ubit Umarov: events queue? [11:40 AM PT] Ubit Umarov: those self limit.. do not stop things [11:40 AM PT] Ubit Umarov: ofc many ways a script can still freze a region.. [11:40 AM PT] Vincent.Sylvester @hg.zetaworlds.com: You can test if its that by typing commands into the console, if it fails with some error no matter what you type you know its borked [11:41 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Reducing script load usually resolves this [11:41 AM PT] Kayaker Magic: After they "fixed it" I was able to add more scripted items. [11:41 AM PT] Ubit Umarov: well i don't remember that issue on core.. possible.. but don't remember [11:42 AM PT] Ubit Umarov: i mean a specific one [11:42 AM PT] Vincent.Sylvester @hg.zetaworlds.com: You have to load the regions pretty heavily for that to happen most stay well under that or write scripts that don't cause so many updates to be fired [11:43 AM PT] Ubit Umarov: well i do remember regions totally down [11:43 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Doesn't happen often enough to really warrant looking into it that much. Easier to just write better scripts [11:43 AM PT] Ubit Umarov: jst because a simple LED scritp [11:43 AM PT] Ubit Umarov: we jsut could not tp in the region or nearby ones :) [11:44 AM PT] Ubit Umarov: similar script will do the same still [11:44 AM PT] Vincent.Sylvester @hg.zetaworlds.com: I have only seen this on a region with like 90k prims and over 8000 scripts [11:44 AM PT] Ubit Umarov: change glow or color etc on a prim is a full update [11:44 AM PT] Ubit Umarov: that region had like 1000 LEDs :) [11:45 AM PT] Ubit Umarov: we all see that issue at xmas.. with some bad xmas lights [11:45 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Could probably find the queue and figure out what the max size is and add some debug to alert when it gets close to full [11:45 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Just never looked where that is [11:46 AM PT] Ubit Umarov: there you are again with a queue... waht queue?? [11:46 AM PT] Ubit Umarov: there are several [11:46 AM PT] Kayaker Magic: After seeing some bad xmas light scripts, I build some ZERO LAG ones that use texture animation to blink. [11:46 AM PT] Ubit Umarov: and none a issue [11:47 AM PT] Ubit Umarov: yes blink needs to be done with clever tex anim [11:48 AM PT] Vincent.Sylvester @hg.zetaworlds.com: When a script moves a prim, that gets added to a queue as a scene update, usually gets processed almost immediately unless you have a lot of those updates happening [11:48 AM PT] Ubit Umarov: wel it is a old issue, also at SL [11:48 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Not sure where in code that is I never looked much into it [11:48 AM PT] Ubit Umarov: lludp updates queue per user?? [11:49 AM PT] Ubit Umarov: well those are heavy.. but a major issue currently [11:49 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Possible, all I know is it's something that fills up and then overloads stopping update processing because you can still walk around and chat, but scripts appear as if they are stopped [11:49 AM PT] Ubit Umarov: they do not fill up [11:49 AM PT] Ubit Umarov: ma fill your machine ram :p [11:50 AM PT] Vincent.Sylvester @hg.zetaworlds.com: As it doesn't happen immediately and only when more scripts and people are on the region tells me it's some processing for the updates done on scene [11:50 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Usually just writing better scripts and reducing the load fixes this [11:50 AM PT] Ubit Umarov: scripts need to be good [11:51 AM PT] Vincent.Sylvester @hg.zetaworlds.com: You can have a region with hundreds of thousands of prims and one script that kills it [11:51 AM PT] Ubit Umarov: a single bad script can stop a region, as i said [11:51 AM PT] Ubit Umarov: .. still... [11:51 AM PT] Ubit Umarov: specially using some OSSL there should had never need added [11:51 AM PT] Ubit Umarov: details.. [11:51 AM PT] Kayaker Magic: A bad programmer can write FORTRAN in any language;. [11:52 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Writing stuff for light changing and animations can be insanely heavy [11:52 AM PT] Andrew Hellershanks: Hello, everyone. Finally off the phone call. :P Last part of it was giving the person directions to the place they were driving to as it turned out they were headed north when they should have been going south. [11:52 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Still writing on danceballs and other lighting stuff I check what cpu does, sometimes a poorly written line gives me 100% cpu heh [11:53 AM PT] Andrew Hellershanks: Vincent, doesn't take much to do that. [11:53 AM PT] Vincent.Sylvester @hg.zetaworlds.com: In the same tune if you can figure out what it does internally you can change a color 60 times a second without much load [11:54 AM PT] Andrew Hellershanks: I have been helping people do some X and Y engine compatibility tests this past week. Their scripts trigger an exception in YEngine during compilation. Not sure what is causing that. Runtime I was getting an out of heap exception. [11:55 AM PT] Vincent.Sylvester @hg.zetaworlds.com: lol ouch [11:55 AM PT] Vincent.Sylvester @hg.zetaworlds.com: That takes some serious effort [11:55 AM PT] Andrew Hellershanks: Looking at the OS code I found some ini settings to change heap sizes and that solved the heap issue. [11:55 AM PT] Andrew Hellershanks: Still no idea about the compile time error. [11:55 AM PT] Ubit Umarov: ohh really? [11:55 AM PT] Ubit Umarov: mab next time RTFM ? [11:55 AM PT] Ubit Umarov: maybe.. :p [11:56 AM PT] Andrew Hellershanks: Ubit, yes. There are ini settings for setting stack and heap sizes in YEngine but they aren't listed in the ini file. [11:56 AM PT] Vincent.Sylvester @hg.zetaworlds.com: The compiler errors are usually very descriptive unless you broke something internally [11:56 AM PT] Vincent.Sylvester @hg.zetaworlds.com: You ideally shouldn't need to adjust heap at all [11:56 AM PT] Kayaker Magic: If people use old OpenSim.ini settings for YEngine heap sizes, that can cause the problem you describe [11:56 AM PT] Andrew Hellershanks: The error is the generic one -> NullReferenceException: Object reference not set to an instance of an object [11:57 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Also I think latest release should have proper heap size calc in there, was a bug on that before [11:57 AM PT] Ubit Umarov: http://opensimulator.org/wiki/YEngine [11:57 AM PT] Ubit Umarov: "Memory heap and stack use control" very clear there [11:57 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Always test with release or master code [11:58 AM PT] Vincent.Sylvester @hg.zetaworlds.com: I'd be curious to see that script and figure out where it generates all that heap [11:58 AM PT] Andrew Hellershanks: YEngine will accept ini settings to set the stack and heap sizes but those settings are not in the existing ini files. [11:58 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Haven't had a single script hit those limits yet [11:58 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Well outside of testing for it specifically [11:58 AM PT] Andrew Hellershanks: I'm not as concerned about the heap issue as much as I am about the exception when trying to compile the code. [11:59 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Yeah that you kinda need to have a debugger connected to it I guess [11:59 AM PT] Andrew Hellershanks: I found the YEngine has some settings for debug modes but the debug ones that are supposed to save the original script and save the IL file don't seem to work (or the file was saved somewhere other than I expected). [12:00 PM PT] Ubit Umarov: they are at opensimdefaults.ini [12:00 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Mean like visual studio to see directly in code where it barfs [12:00 PM PT] Andrew Hellershanks: Vincent, Yes, that is what I was planning on doing. I might add some extra debug code as the backtrace tells me where it dies. [12:01 PM PT] Vincent.Sylvester @hg.zetaworlds.com: If you get anywhere with it feel free to mantis it so others can test as well, more brains the better to figure illusive things like that out [12:01 PM PT] Ubit Umarov: yeah to read the IL will help you a lot :p [12:01 PM PT] Andrew Hellershanks: I didn't write the two scripts in question. One is almost 4600 lines line. [12:02 PM PT] Andrew Hellershanks: Ubit, I know. I was just hoping to find something that might help narrow down what is triggering the exception. [12:02 PM PT] Andrew Hellershanks: A debugger or adding in extra debug messages may be my best option. [12:02 PM PT] Ubit Umarov: x had no control of mem usage [12:03 PM PT] Vincent.Sylvester @hg.zetaworlds.com: If they are that long maybe what you are seeing is the fail on the heap allocation itself [12:03 PM PT] Ubit Umarov: so it is normal that some scripts will try to eat all memory [12:03 PM PT] Andrew Hellershanks: It had a 256k stack size setting in the ini but that was about it. [12:03 PM PT] Vincent.Sylvester @hg.zetaworlds.com: You almost have as bad a luck with bugs as I do lol [12:03 PM PT] Ubit Umarov: Y controls stack and heap [12:04 PM PT] Andrew Hellershanks: Vincent, that's what I'm thinking. it would have been nicer if it had said that in the first place and not just no ref to object. [12:04 PM PT] Andrew Hellershanks: Vincent, only when it isn't my code. [12:04 PM PT] Ubit Umarov: and yes in same cases ppl need to make those very large to run old X scripts [12:04 PM PT] Selby.Evans @grid.kitely.com:8002: byr all [12:04 PM PT] Andrew Hellershanks: This is part of a compatibility test to see what changes (if any) need to be made to the script so it works in YEngine. [12:05 PM PT] Ubit Umarov: well assuming it did fail by controled Yengined stach overflow [12:05 PM PT] Kayaker Magic: Bye Selby! [12:05 PM PT] Ubit Umarov: cya Selby.Evans [12:05 PM PT] Andrew Hellershanks: Selby, ok. Thanks for being here. [12:05 PM PT] Ubit Umarov: it may had crash because native stack overflow :) [12:05 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Well my best guess is that with scripts that long there is probably something in there not up to proper LSL standard and it's barfing on that. I have seen a lot of old scripts written under X perform poorly because they used bad list appends and such things. Fixing those and writing in proper LSL standard you get performance and less issues with memory consumption [12:05 PM PT] Ubit Umarov: well when ubode does that, it is very visible :) [12:06 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Rewriting script that large not so easy of course, might be better to just lint it a bit [12:07 PM PT] Andrew Hellershanks: Vincent, That is part of my question. Is it something bad in the script or something in the YEngine code. I wasn't expecting an exception during what I think is just the compilation phase. [12:08 PM PT] Ubit Umarov: well it depends on what you call exception [12:08 PM PT] Ubit Umarov: "exception" can be a lot of things [12:08 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Line 2547 probably and maybe the list append on line 574, need to see the script to determine that really [12:08 PM PT] Andrew Hellershanks: What I call an exception is that thing that is reported by YEngine as ...Exception in the error message. [12:09 PM PT] Ubit Umarov: it usually tells more [12:10 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Well null reference errors are something you see on parts of code that try to get properties or iterate for example. It tells you a reference is missing which means whatever code is trying to interact with an object the object has changed format for example. That's just one way that can happen though. Given it runs out of heap perhaps internal structures like list sizes are exceeded when it allocates space for them so the reference to each item falls apart [12:10 PM PT] Andrew Hellershanks: Sure. There is a backtrace. [12:11 PM PT] Ubit Umarov: it is on on compile that it has nothing to do with those script memory settings [12:11 PM PT] Ubit Umarov: if it is.. [12:11 PM PT] Kayaker Magic: Andrew: I just looked up YEngine stack and heap sizes, the recommended values are 2048 and 1024, This changed at one point, it sounds like you had the old smaller values. [12:11 PM PT] Ubit Umarov: Grrr [12:11 PM PT] Ubit Umarov: he now said it is on compile.. [12:12 PM PT] Ubit Umarov: just need to read the damm message [12:12 PM PT] Andrew Hellershanks: The first error I ran in to was the Exception that appeared when I told the viewer I wanted to compile the scripts. Once I received an updated version of the code I just got the HeapException error. [12:12 PM PT] Vincent.Sylvester @hg.zetaworlds.com: ... we be poking in the dark here without script and logs basically, if you cannot figure it out this week just mantis it :) [12:12 PM PT] Ubit Umarov: sure, some are still criptic.. [12:13 PM PT] Object: Script running [12:13 PM PT] Andrew Hellershanks: Now that I have doubled the heap size I will try compiling the scripts once again on the original version of code in case the no ref to object exception is also heap related. [12:14 PM PT] Ubit Umarov: no ref to object is a more severl thing [12:14 PM PT] Ubit Umarov: just get the full error [12:15 PM PT] Andrew Hellershanks: I would discuss it in the IRC channel but I still can't reach the channel since the nationwide Internet outage on Friday. [12:15 PM PT] Ubit Umarov: oh? [12:16 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Just mantis it if you get nowhere with it this week or something, better get more brains looking over it and I been cleaning up the mantis as best as I can so feel free to add lol [12:16 PM PT] Andrew Hellershanks: yea. A major Internet and cell phone provider experience an outage on Friday starting around 5am. I didn't get Internet back until around 10:30pm. Some people were expected to be out as many as 3 days. [12:16 PM PT] Vincent.Sylvester @hg.zetaworlds.com: BGP again they say [12:16 PM PT] Ubit Umarov: wel in this case, a mantis without the scropt to repo is a problem [12:16 PM PT] Ubit Umarov: script.. [12:17 PM PT] Ubit Umarov: and provide the script, specially a large one, can be a issue [12:17 PM PT] Andrew Hellershanks: Vincent, sure. My notes say that even with the larger heap size it still throws an exception when I ask for the scripts to be compiled. [12:17 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Script and logs, well steps to reproduce and logs in most cases [12:17 PM PT] Ubit Umarov: ohh [12:17 PM PT] Andrew Hellershanks: If I am allowed to provide the script I will mark it private. [12:18 PM PT] Ubit Umarov: it may just be a missing script [12:18 PM PT] Kayaker Magic: Finding a small script to reproduce an error is often difficult. [12:18 PM PT] Ubit Umarov: that may give a null ref error [12:18 PM PT] Andrew Hellershanks: To repro the problem just right click object, more, more, scripts, compile (Mono). [12:18 PM PT] Ubit Umarov: yeap sounds like a missing script asset [12:18 PM PT] Ubit Umarov: read the error message [12:19 PM PT] Andrew Hellershanks: at OpenSim.Region.ScriptEngine.Yengine.XMRInstance.PostEvent (OpenSim.Region.ScriptEngine.Shared.EventParams evt) [0x0001f] in XMRInstRun.cs:69 [12:19 PM PT] Andrew Hellershanks: at (wrapper remoting-invoke-with-check) OpenSim.Region.ScriptEngine.Yengine.XMRInstance.PostEvent(OpenSim.Region.ScriptEngine.Shared.EventParams) [12:19 PM PT] Andrew Hellershanks: etc... [12:19 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Most obvious problem with that used to be too small packet size on the database to store the asset [12:19 PM PT] Andrew Hellershanks: I'll see if I can learn anything more about it and mantis. [12:20 PM PT] Ubit Umarov: on a post event? [12:20 PM PT] Ubit Umarov: odd [12:20 PM PT] Andrew Hellershanks: hm... now that is an intereting thought, Vincent. [12:20 PM PT] Ubit Umarov: well can't guess [12:20 PM PT] Ubit Umarov: and that is running it [12:20 PM PT] Andrew Hellershanks: The text of the script as sitting on my computer is 211772 bytes long. [12:21 PM PT] Ubit Umarov: or starting [12:21 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Used to have like 16mb of max packet size on older mysql versions, since then it was increased default value should be much higher now like 1G even on some flavors [12:22 PM PT] Ubit Umarov: well scripts used to have a limit of 64k bytes on sources [12:22 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Was big fail on HG assets back then [12:22 PM PT] Andrew Hellershanks: Ubit, It does look a bit more like it is an issue after the script starts to run. Something to do with llMessageLinked. I am thinking of adding extra code in to LSL_Api.cs to print out what the function receives. [12:23 PM PT] Ubit Umarov: but that seems is needs a more detailed debug [12:23 PM PT] Andrew Hellershanks: The Engine is dying and not leaving any useful information about what line of the script it was trying to run at the time it die.d [12:23 PM PT] Ubit Umarov: that is not on lsl_api [12:23 PM PT] Andrew Hellershanks: I was hoping one of the Debug settings would help. [12:23 PM PT] Andrew Hellershanks: llMessageLinked is not in LSL_Api.cs?? [12:23 PM PT] Ubit Umarov: and it is that one ? [12:24 PM PT] Andrew Hellershanks: That function is mentioned further down in the backtrace. [12:24 PM PT] Ubit Umarov: well i can't guess what you didn't told :p [12:24 PM PT] Vincent.Sylvester @hg.zetaworlds.com: It's like a fox hunt with an invisible fox [12:25 PM PT] Ubit Umarov: nahh just very bad problem report [12:25 PM PT] Ubit Umarov: :p [12:26 PM PT] Vincent.Sylvester @hg.zetaworlds.com: If you don't get anywhere debugging it mantis it, if they don't want to share set it to private so at least Ubit can have a look at it [12:26 PM PT] Andrew Hellershanks: Yes, the script would have to be marked private. [12:27 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Dirty secrets lol [12:27 PM PT] Andrew Hellershanks: Proprietary code that is part of a larger system. [12:28 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Hopefully not some multi pose animation thing, haven't seen a single one written properly yet they are all massively over complicated and poorly written to the point they consume a ton of resources [12:28 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Some just don't even work anymore under Y [12:29 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Or use ossl functions that need to be set true [12:29 PM PT] Andrew Hellershanks: Vincent, interesting that they some don't work in Y (assuming it isn't just perms). [12:29 PM PT] Vincent.Sylvester @hg.zetaworlds.com: They fail on the lists they generate or on typecasts [12:29 PM PT] Andrew Hellershanks: Probably not too surprising though. [12:30 PM PT] Andrew Hellershanks: oh, right. Probably ones that use the "memory saving trick". [12:30 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Also prime suspects for that "scripts stopped working" thing I mentioned earlier [12:30 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Oh yeah when that happens the things like llSetText also don't update so there is a hint at which queue that is [12:31 PM PT] Vincent.Sylvester @hg.zetaworlds.com: But yeah if you don't get anywhere just make a private mantis ticket for it [12:32 PM PT] Ubit Umarov: yeha guess that will take some deeper debug [12:33 PM PT] Misterblue Waves: gotta run... take care all [12:33 PM PT] Ubit Umarov: cya [12:34 PM PT] Andrew Hellershanks: As long as I can still access the mantis. Don't know why I still can't access the IRC channels. [12:34 PM PT] Ubit Umarov: but that means there are more scripts [12:34 PM PT] Andrew Hellershanks: ok, Misterblue. [12:34 PM PT] Andrew Hellershanks: We are now half past the hour. Unless there is any last minute items I will wrap up the meeting. [12:34 PM PT] Ubit Umarov: on the linkset [12:35 PM PT] Ubit Umarov: so guess the entire object will be needed to debug [12:37 PM PT] Andrew Hellershanks: ok, I'll call this one done and dusted. :) Thank you all for coming. See you again next week. [12:37 PM PT] Kayaker Magic: Buy all! [12:37 PM PT] Andrew Hellershanks: I hope I don't get a phone call just before the meeting next week as happened this time. [12:37 PM PT] Andrew Hellershanks: Kayaker, I can't afford to buy all. :) [12:37 PM PT] Ubit Umarov: it always happens like that :) [12:38 PM PT] Ubit Umarov: ok rl also calls me [12:38 PM PT] Ubit Umarov: try other irc server [12:38 PM PT] Jagga Meredith waves [12:38 PM PT] Ubit Umarov: issue maybe with the one you get [12:38 PM PT] Vincent.Sylvester @hg.zetaworlds.com: It's always DNS [12:39 PM PT] Ubit Umarov: Your host is tungsten.libera.chat[2001:6b0:e:2a18::120/6697] [12:39 PM PT] Ubit Umarov: i got this one [4:04 AM PT] castRay: 00000000-0000-0000-0000-0000000000001 [4:04 AM PT] castRay: 00000000-0000-0000-0000-0000000000001 [4:05 AM PT] castRay: a23d3709-65d9-439f-887c-2423ca3de0e71 [4:06 AM PT] castRay: a23d3709-65d9-439f-887c-2423ca3de0e71 [4:06 AM PT] castRay: a23d3709-65d9-439f-887c-2423ca3de0e7a23d3709-65d9-439f-887c-2423ca3de0e72 [4:06 AM PT] castRay: a23d3709-65d9-439f-887c-2423ca3de0e71 [4:06 AM PT] castRay: a23d3709-65d9-439f-887c-2423ca3de0e71 [4:07 AM PT] castRay: a23d3709-65d9-439f-887c-2423ca3de0e71 [4:07 AM PT] castRay: a23d3709-65d9-439f-887c-2423ca3de0e71 [3:26 PM PT] castRay: a23d3709-65d9-439f-887c-2423ca3de0e71 [3:26 PM PT] castRay: 5513db83-4307-45b2-aa65-f139d3cc9ceaa23d3709-65d9-439f-887c-2423ca3de0e72 [11:21 PM PT] castRay: a23d3709-65d9-439f-887c-2423ca3de0e71 [11:21 PM PT] castRay: a23d3709-65d9-439f-887c-2423ca3de0e71 [3:04 PM PT] castRay: a23d3709-65d9-439f-887c-2423ca3de0e71 [4:40 PM PT] castRay: a23d3709-65d9-439f-887c-2423ca3de0e71 [5:12 PM PT] castRay: a23d3709-65d9-439f-887c-2423ca3de0e71 [5:24 PM PT] castRay: a23d3709-65d9-439f-887c-2423ca3de0e71 [5:45 PM PT] castRay: a23d3709-65d9-439f-887c-2423ca3de0e71 [9:18 AM PT] castRay: a23d3709-65d9-439f-887c-2423ca3de0e71 [9:19 AM PT] castRay: a23d3709-65d9-439f-887c-2423ca3de0e71 [11:41 AM PT] castRay: a23d3709-65d9-439f-887c-2423ca3de0e71 [2:16 PM PT] castRay: 0 [2:16 PM PT] castRay: a23d3709-65d9-439f-887c-2423ca3de0e71 [2:16 PM PT] castRay: 0 [2:17 PM PT] castRay: 0 [2:17 PM PT] castRay: a23d3709-65d9-439f-887c-2423ca3de0e71 [2:17 PM PT] castRay: a23d3709-65d9-439f-887c-2423ca3de0e71 [2:17 PM PT] castRay: a23d3709-65d9-439f-887c-2423ca3de0e71 [2:18 PM PT] castRay: 0 [2:18 PM PT] castRay: 0 [2:20 PM PT] castRay: 0 [2:20 PM PT] castRay: a23d3709-65d9-439f-887c-2423ca3de0e71 [2:21 PM PT] castRay: 0 [2:22 PM PT] castRay: 0 [2:23 PM PT] castRay: 0 [2:28 PM PT] castRay: 0 [2:29 PM PT] castRay: 0 [2:30 PM PT] castRay: 0 [2:36 PM PT] castRay: a23d3709-65d9-439f-887c-2423ca3de0e71 [3:02 PM PT] castRay: 0 [7:14 AM PT] Object: Script running [7:15 AM PT] Object: Script running [7:16 AM PT] Object: 0 [7:17 AM PT] Object: Script running [7:17 AM PT] Object: Physics ubODE 1.0-0.13.4 [7:17 AM PT] Object: 0 [10:38 AM PT] Object: Physics ubODE 1.0-0.13.4 [10:38 AM PT] Object: 0 [10:48 AM PT] Ubit Umarov: hi [10:52 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Chat logging still on [10:53 AM PT] Ubit Umarov: oh? [10:53 AM PT] Ubit Umarov: since last meeting? [10:53 AM PT] Vincent.Sylvester @hg.zetaworlds.com: Yes [17:53 UTC] *** Logging stopped. ***