On Tuesday, 27 February 2018 at 15:08:23 UTC, Stefan Koch wrote:
On Monday, 26 February 2018 at 18:01:07 UTC, Marc wrote:
I've tried both gdb and windbg debugger both it either get a
"received signal ?" from gdb or crash the GUI application
(windbg).
The error is:
core.exception.OutOfMemoryError@src\core\exception.d(696):
Memory allocation failed
How do I find out the source of the error?
I'd say allocating in a loop is a bad idea :)
perhaps you should start with posting the code that leads to
this.
I've also tried to create only one instance: create a local
variable inside the method then reuse it. I get same error. No
debugg tool has helped so far.