foralex / picoc

Automatically exported from code.google.com/p/picoc
0 stars 0 forks source link

return() in interpreter mode causes segfault #169

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Reproduce:
# picoc -i
picoc> return(0)

Output:
[1]   Segmentation fault (core dumped) picoc -i

Expected:
Peaceful exit I suppose?

Operating System:
# uname -vp
NetBSD 6.0 (GENERIC) i386

Original issue reported on code.google.com by philipha...@gmail.com on 1 Dec 2012 at 7:19

GoogleCodeExporter commented 8 years ago
Thanks for the bug report. I'll look into it.

Original comment by zik.sale...@gmail.com on 2 Dec 2012 at 3:57

GoogleCodeExporter commented 8 years ago
Now fixed. Thanks for the bug submission.

Original comment by zik.sale...@gmail.com on 16 Mar 2013 at 7:44