PHCpack icon indicating copy to clipboard operation
PHCpack copied to clipboard

raised STORAGE_ERROR

Open araven opened this issue 6 years ago • 3 comments

I meet the problem of : raised STORAGE_ERROR : s-intman.adb: 139 explicit raise any hint ?

araven avatar Feb 01 '18 16:02 araven

You run out of memory (stack or heap) somewhere. A stack-trace might help locating the problematic section of the source text - assuming that you can replicate it..

sparre avatar Feb 02 '18 15:02 sparre

Have you been able to reproduce the error? If so, are you willing to share the code so I could check what went wrong? What often helps is to run the program with gdb, which then may show the stack of function calls, which helps in locating where in the program the exception was raised.

janverschelde avatar Feb 22 '18 23:02 janverschelde

Dear Jan

Thank you for your kind support.

Unfortunately I still have this issue. I cannot easily send you a piece of code because PHCpack is already integrated in a larger environment that complicates snippets evaluations. I will try to send you something that can help.

Regards

Jacques.

Envoyé de mon iPad

Le 23 févr. 2018 à 00:15, Jan Verschelde [email protected] a écrit :

Have you been able to reproduce the error? If so, are you willing to share the code so I could check what went wrong? What often helps is to run the program with gdb, which then may show the stack of function calls, which helps in locating where in the program the exception was raised.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

araven avatar Feb 23 '18 06:02 araven