maekawatoshiki / lit-x86

Lit is a programming language designed fast & light weight with LLVM

Home Page:http://maekawatoshiki.github.io/lit-homepage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Program "examples/miller.rb" fails to execute

jserv opened this issue · comments

Test environment: Ubuntu Linux 14.04 x86_64

How to reproduce:

./lit examples/miller.rb

The last messages:

string addr> 147964944
...
memsz: 2
size: 911byte, 1.39%
Segmentation fault (core dumped)

I see. realloc() usage was incorrect. I fixed that bug:)

Verified OK with commit d7b7c04 .

Thanks!