GNU bug report logs -
#28329
25.2; Eshell: 40M+ output: Stack overflow in regexp matcher
Previous Next
Reported by: Pierre Neidhardt <ambrevar <at> gmail.com>
Date: Sat, 2 Sep 2017 09:36:02 UTC
Severity: normal
Tags: moreinfo, unreproducible
Found in version 25.2
Done: Stefan Kangas <stefan <at> marxist.se>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Pierre Neidhardt <ambrevar <at> gmail.com> writes:
> Today I update my Gentoo:
>
> > emerge --update --newuse --deep @world
>
> in Eshell. After a very long output (40M+), the shell started stuttering and hanging, messaging the following errors on every new line of output:
>
> error in process filter: eshell-watch-for-password-prompt: Stack overflow in regexp matcher
> error in process filter: Stack overflow in regexp matcher
>
> The process became so slow it was unlikely it would ever complete, so I terminated it and had to re-run it in a *term*.
Can you get a backtrace if you M-x toggle-debug-on-error? It would be
helpful to get a sample of output which triggers this.
Does changing the password regexp help?
(setq eshell-password-prompt-regexp
(format "^.\\{,80\\}%s.\\{,80\\}:\\s-*\\'"
(regexp-opt password-word-equivalents)))
This bug report was last modified 5 years and 328 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.