I get a segmentation fault when running "make". As far as I can tell it is after your last commit. Can you please take a look?
Marc
Afficher les réponses par date
I mentioned this yesterday. It has something to do with the generated code for fib. I discovered the problem after you made changes to asm-x86, so it's possible it could be linked to that. I try to always test "make run" and "make test" before I commit, so I think it is pretty recent.
- Maxime
I get a segmentation fault when running "make". As far as I can tell it is after your last commit. Can you please take a look?
Marc
On 2010-12-15, at 5:05 PM, chevalma@iro.umontreal.ca wrote:
I mentioned this yesterday. It has something to do with the generated code for fib. I discovered the problem after you made changes to asm-x86, so it's possible it could be linked to that. I try to always test "make run" and "make test" before I commit, so I think it is pretty recent.
- Maxime
It was a stupid mistake in the parser which I introduced when trying to avoid referring to an undefined property (usesArguments and usesEval). It is not fixed.
Marc