Why my Emacs in Cygwin running on Windows Seven, always create Crash Dump?

前端 未结 4 1059
梦谈多话
梦谈多话 2021-01-31 20:33

I quite satisfied of how GNU tools run in my Cygwin on Windows Seven. I think it\'s easier just to use GNU/Linux, but my company here has the policy of using Windows Seven for t

4条回答
  •  不知归路
    2021-01-31 21:13

    I recently ran into this issue when upgrading my version of Cygwin to 1.7.9-1. pserice's solution looked promising but did not work for me. The solution that worked for me was to run rebaseall:

    1. Close ALL Cygwin processes (use Process Explorer to make sure that nothing has cygwin1.dll loaded in it)
    2. Start > Run > Cmd.exe
    3. cd \cygwin\bin
    4. ash
    5. PATH=.
    6. rebaseall -v

    After that, emacs stopped crashing every time it tried to run a subprocess.

提交回复
热议问题