Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: segmentation fault at startup
- X-seq: zsh-users 2423
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>
- To: Matt Garman <garman@xxxxxxxxxxxxxxxxx>, zsh-users@xxxxxxxxxxxxxx (Zsh users list)
- Subject: Re: segmentation fault at startup
- Date: Mon, 12 Jul 1999 09:27:18 +0200
Matt Garman wrote:
> I didn't compile it with debugging symbols, but tried to run it in gdb
> anyway, and gdb reported the segmentation fault signal was caught in
> the wrefresh() function, if that helps anyone.
It shouldn't call wrefresh() --- the problem was that the line editor's
`refresh' function was getting confused with the function from the curses
package on some operating systems, particularly with dynamic loading. This
should be fixed in 3.1.6 (which is imminent).
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxx> Tel: +39 050 844536
WWW: http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy
Messages sorted by:
Reverse Date,
Date,
Thread,
Author