Support Board
Date/Time: Thu, 17 Apr 2025 23:16:47 +0000
Post From: Numbers Bars Malfunction/Exception Issue
[2025-02-06 08:07:44] |
Sierra_Chart Engineering - Posts: 19256 |
Thank you. This is what we were afraid of. This is very unusual. An invalid instruction exception. Very puzzling. We have never seen this before. It is not reproducible. This is going to require some deep analysis and research. We are quite puzzled by this. It could be something very simple. Maybe the numbers bars function is just too large and we have to break it up into smaller functions. However, why this leads to an invalid instruction exception we do not know but we do know, that unusual problems can occur that are not observable, in a debug environment with large functions and excessive stack sizes. However, at least we can see the problem. We can see exactly where the issue is occurring. But it should be nothing of any issue. And it is not even in our own code. Invalid exception instruction, in a C++ function: template <class _Ty>
_NODISCARD _Post_equal_to_(_Left < _Right ? _Right : _Left) constexpr const _Ty&(max)( const _Ty& _Left, const _Ty& _Right) noexcept(noexcept(_Left < _Right)) /* strengthened */ { // return larger of _Left and _Right [b]return _Left < _Right ? _Right : _Left;[/b]//Exception right here } 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, use the Teton service: Sierra Chart Teton Futures Order Routing Date Time Of Last Edit: 2025-02-06 08:15:18
|