FS#51337 - [emacs] Segmentation fault when run "npm install" in shell

Attached to Project: Arch Linux
Opened by tangxinfa (tangxinfa) - Wednesday, 12 October 2016, 07:55 GMT
Last edited by Jürgen Hötzel (juergen) - Saturday, 24 December 2016, 12:39 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jürgen Hötzel (juergen)
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
"npm install" will output terminal animation charectors, emacs shell's font-lock-mode cause emacs crash.


Additional info:
* package version(s)
emacs 25.1-1
nodejs v4.4.1
npm 2.14.20

* config and/or log files etc.
See attachment.

Steps to reproduce:
- Startup emacs

emacs -q

- Start shell

M-x shell

- Run npm install some round

while [ 1 ]; do sudo npm install -g forever; done;

And wait a minute for emacs to crash.

- emacs NOT crash if i disable font-lock-mode before run npm install

M-x font-lock-mode

This task depends upon

Closed by  Jürgen Hötzel (juergen)
Saturday, 24 December 2016, 12:39 GMT
Reason for closing:  Fixed
Additional comments about closing:  Added workaround for https://debbugs.gnu.org/cgi/bugreport.cg i?bug=24358 in 25.1-3

Please reopen if you still encounter this issue.

Loading...