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

Re: segmentation fault at startup



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