On 2/24/07, Eric Blake <[EMAIL PROTECTED]> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> According to Aaron Turner on 2/23/2007 7:39 PM:
> > I'm also having problems in the  getdefs directory:
> >
> > top_builddir=.. top_srcdir=.. PATH=`cd ../columns >/dev/null &&
> > pwd`:$PATH ; export top_builddir top_srcdir PATH ;
> > /home/Aaron/autogen-5.9/agen5/autogen.exe -L. ./autoopts ./opts.def
> > AutoGen aborting on signal 11 (Segmentation fault) in state DONE
> > processing template
> >
> > hangs there again. :(
>
> I reported the same problem a couple of months ago, but have not had any
> dedicated debugging time to try and find out what is going on.  I'm
> suspecting something like heap corruption or a double free, which cygwin
> tends to more sensitive about than Linux.

Well after looking at what happens in GDB, looks like the problem is
in Guile, not autogen.  The actual SIGSEGV is in
scm_threads_prehistory(), but I'm going to have to re-compile guile
with -ggdb support to find out more.  Interestingly, if I'm reading
the backtrace correctly, this is happening *after* exit() is called
from inside of guile as well.

The good news is that it seems that autogen is creating my various
*.[ch] and man pages... just can't get a clean exit code which
confuses make.

-- 
Aaron Turner
http://synfin.net/
http://tcpreplay.synfin.net/ - Pcap editing & replay tools for Unix

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Autogen-users mailing list
Autogen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/autogen-users

Reply via email to