From: Reza A. <ar...@au...> - 2006-08-28 15:47:38
|
Hi Ed, On 27 Aug 2006, 03:18PM CDT, Ed Immenschuh <edj...@ya...> wrote: > (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. > -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes > -fno-strict-aliasing alist.c | \ > ./guile_filter_doc_snarfage --filter-snarfage) > > alist.doc || { rm alist.doc; false; } > /bin/sh: 21176 Segmentation fault(coredump) It looks like either guile-snarf-docs or guile_filter_doc_snarfage is crashing. Please go to the directory containing the core file and run `dbx`. It should tell you which one. Also, once you're at the (dbx) prompt, please use 'where' to get a stack trace. -- Reza Arbab ar...@au... |