【Cygwin】BashのTabキー補完の際に発生するセグフォエラー解消方法
【Cygwin】BashのTabキー補完の際に発生するセグフォエラー解消方法
cygwinのbashの使用中に「fhandler_disk_file::fixup_mmap_after_fork」のようなセグフォエラーが発生した際、通例では/bin/rebaseallで解消するが、そうならないことがあるのでより根本的と思われる方法で対処。
コマンド
#ash.exeをエクスプローラから起動してbash.exeのヒープサイズ上限を引き上げ。
/usr/bin/peflags --cygwin-heap=2048 /bin/bash.exe
参考
Cygwin User's Guide - Chapter 2. Setting Up Cygwin - Changing Cygwin's Maximum Memory
Author And Source
この問題について(【Cygwin】BashのTabキー補完の際に発生するセグフォエラー解消方法), 我々は、より多くの情報をここで見つけました https://qiita.com/shizu/items/e420ba160c1e1480bd45著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .