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

Re: segfault in completion for configure



On Mar 17,  4:15pm, Vincent Lefevre wrote:
}
} With a lot of [[ $TERM == screen ]] as the only comparison, I can get:

What does "a lot" mean here?

} _arguments:138: fatal error: out of heap memory

That's opt=${opt##[[:space:]]##} so it seems to indicate that we've gone
into an infinite loop, but the underlying cause (global pattern matching
state being messed up by re-entering through a signal handler) is still
the most likely culprit.



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