hilbix / L

Minimalistic Embedded Language
Other
0 stars 0 forks source link

All parallel running programs share the same stack #1

Open hilbix opened 2 years ago

hilbix commented 2 years ago

Shame on me, wrong design.

Not fixing it for now. Just do not run more than one program and do not use option -f until this is fixed

hilbix commented 2 years ago

Example problem:

$ ./l -f <(echo "1'a'2'b'xX>xX>>>>>>>>>>>>") -c "'hw'aAAAAAAAA"
regdump: '' (none)
111111b121ahwWARN: stack underrun
Segmentation fault (core dumped)