Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#42949 - [vim] 7.4.525 is crashy
Attached to Project:
Arch Linux
Opened by Fnord Popos (noddy) - Saturday, 29 November 2014, 03:59 GMT
Last edited by Anatol Pomozov (anatolik) - Monday, 01 December 2014, 01:41 GMT
Opened by Fnord Popos (noddy) - Saturday, 29 November 2014, 03:59 GMT
Last edited by Anatol Pomozov (anatolik) - Monday, 01 December 2014, 01:41 GMT
|
DetailsVim's automatic selection of regexp engine leads to segfaults. For example,
`echo matchlist(text,'.*')` .. where `text` is any string longer than 99997 characters is insta-death on my x86_64 machine with ®expengine==0. The size might seem ridiculous, but some plug-ins will do that. This applies to all vim packages in Arch. The issue is known [1][2] and has been fixed, so this is a request to bump the patch level to 7.4.527 or later. [1] - https://groups.google.com/forum/#!topic/vim_dev/Ge7eVpTuyx0 [2] - https://groups.google.com/forum/#!topic/vim_dev/YTmixT4ivhY |
This task depends upon
Closed by Anatol Pomozov (anatolik)
Monday, 01 December 2014, 01:41 GMT
Reason for closing: Fixed
Additional comments about closing: 7.4.537
Monday, 01 December 2014, 01:41 GMT
Reason for closing: Fixed
Additional comments about closing: 7.4.537

7.4.537 just pushed to [testing]. Please check if it fixes the issue.

It does. Thanks!