Code:
[09/28 21:11:29] Exception in: pkg/system/web/doinsertmostonline.eclteger: bad allocation
PC < nLines: (licObjS141: 141: local #4
142: 142: Call Method id append (#52, 1 params)
143: 143: #
144: 144: "MostOnline"
145: 145: local #1
146: 146: Func(2,2): SetGlobalProperty
147: >147: #
148: 148: "#MostOnlineCritical"
149: 149: makelocal
150: 150: jmp userfunc @169
151: 151: #
[09/28 21:12:01] sysload=30 (27) cputime=3234375
This exception did not crash the shard, and it seem to happen when I tried to set a global prop containing a very large 3 dimentionel array. (The size of the array was about 14000 element)
The beginning of the array look fine, but the last 30% of it look like this:
Code:
........Unable to extract type charactere1:S9:errortextS32:Unable to extract type charactere1:S9:errortextS32:................
Any clues?