ctxlexpad needs an MVMContect

2017-08-03 Thread WFB
Hi all, I am writing a script to compare to text file. More precisely, certain data is compared not line by line. To find this information I use grammars. At the beginning it worked great. But then, my script hangs. Started with the debugger perl6-debug-m I got this exception: Unhandled

Memory leak or just normal usage in Rakudo?

2017-08-03 Thread Gabor Szabo
Hi, I think I've mentioned earlier that we see some memory leaks in Bailador. I've started to investigate it by creating a small function that would use "ps" to get the memory usage of the current process. The first step was to do some sanity check and so I wrote a test script: