Login Page - Create Account

Support Board


Date/Time: Sun, 05 May 2024 12:56:37 +0000



Post From: Disconnection

[2015-11-08 00:47:22]
Sierra Chart Engineering - Posts: 104368
This is an example of a stack corruption:

ExampleFunction()
{

//Define an array of variables within the function. This is created on the "stack"
int IntegerArray[4] = {1, 2, 3, 4};

//The following line will corrupt the stack because it is accessing beyond the bounds of the array
IntegerArray[4] = 10;


}

To rule out your custom studies as the problem, run Sierra Chart with "ACS Safe Mode" and see if you encounter the problem. Definitely you should not.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
Date Time Of Last Edit: 2015-11-08 00:48:12