Login Page - Create Account

Support Board


Date/Time: Fri, 14 Mar 2025 14:55:42 +0000



Post From: No graceful failure when running out-of-memory

[2024-12-27 18:04:05]
User512353 - Posts: 62
SC2726
Linux/wine

When loading a chartbook that loads so much data, that the operating system is running out-of-memory, under Linux/wine the whole user session is cancelled. It seems that SC is not catching exceptions for memory allocation failures!?

It would be good programming practice to catch these exceptions, immediately close and free already allocated memory for the malignant chartbook, and write some useful error message to the log.

Or do you maybe see other reasons for the destructive behavior?