Re: Why am I getting segmentation fault on this code
- Posted by _tom (admin) Jul 14, 2017
- 1498 views
I can confirm:
sequence s = {1,2,3,4,5} ? tail( tail(s) )
- Interpreter: ok
- Compiled: segmentation fault
I have added this as a bug to "tickets."
_tom