Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: possible 3.1.4 bug - echotc



Paul Lew wrote:
>                                            While doing this change, I
>noticed a 'core' file in the root directory.  It is from 'conftest'.
>which is generated by 'configure'.  Any trick to debug 'configure'?

That's probably not a bug.  One of the configure tests is whether
tgetent() accepts a NULL pointer as the buffer argument.  The usual
behaviour if the answer is "no" is that one gets a segmentation fault
and conftest dumps core.  We should probably clean up the core file.

-zefram



Messages sorted by: Reverse Date, Date, Thread, Author