Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Stack-Heap problem that never happened before

Oblivion Kaos
0z0ne Bringer
Join date: 28 Sep 2005
Posts: 17
11-16-2005 16:54
I have some scripts that were working perfectly for some weeks. Just few minutes ago, I tried to run them and Im getting the stack-heap collision problem.

I have detected the problemn trying to send emails and managin XML-RPC channels, but now I tested it and I see the problem is in Dialogs too.


a) YES, I have considered the 16K limit (I splitted the functionality in more than one script).
b) YES, I control the content of the varaibles because of the 16K limit (2k of data is the top)
c) The scripts were working perfectly four hours ago, and I have not changed anything within the scripts so...

What's happening? Anyone else is having similar problems with scripts?
Sharpy Stonecutter
Registered User
Join date: 1 Sep 2005
Posts: 8
hm
12-02-2005 02:11
u not having a list that keeps adding on to itself do ya?
Senuka Harbinger
A-Life, one bit at a time
Join date: 24 Oct 2005
Posts: 491
12-02-2005 07:34
From: Sharpy Stonecutter
u not having a list that keeps adding on to itself do ya?


that, or you might have a memory leak if you are doing some strange list>string>list conversions.