On Wed, 8 Dec 1999, Rink Springer wrote:

> Hiyas,
> 
> I've found the following bug:
> 
> When you start FreeSCI with -gfoo (use graphics driver 'foo' and that of
> course doesn't exists) it'll give a segmentation fault. The problem is in
> main.c, there's a check for i == -1, and that should be j == -1 (it's the if
> after the while). I haven't submitted this because I cannot build FreeSCI
> after freshly getting it using 'cvs checkout', it complains it cannot find
> 'makefile.in' (and renaming the makefile.am to makefile.in doesn't work,
> IIRC).
Running automake should create makefile.in from makefile.am

> 
> The parser doesn't work because the _vocab_ptree_try_branches() generates an
> segmentation fault. I haven't looked much more into this, but this is enough
> to keep you going (I hope).
> 
> Can someone please submit the -g fix for me? Thanks!
> 
> Oh yeah, how do you turn on core dumps under Linux? FreeBSD does this
> standard (yay!)
Put ulimit -c unlimited in your ~/.bashrc file if you use bash,
or  limit -h coredumpsize unlimited in your ~/.cshrc for tcsh

> 
> Thanks,
> Rink
> 

/Chris

Reply via email to