0

What could cause BASH commands to produce a segmentation fault when run from Interix v3.5? BASH was installed as directed by SUA. In experimentation, I've only encountered 'cd' functioning as expected.

[computer src] ??? ls
Segmentation fault (core dumped)
[computer src] ??? cd ..
[computer project] ??? uname
Segmentation fault (core dumped)
[computer project] ??? find . | sort
Segmentation fault (core dumped)
[computer project] ??? ps auwwx | grep program | grep user
Segmentation fault
Ocasta Eshu
  • 1,018

1 Answers1

0

According to the SUAcommunity FAQ's the segmentation fault is due to bash triggering a DEP or a Data Execution Prevention. The suggested fix is installing the KB942312 hotfix. However, according to SUAcommunity forums, this is not sufficient and the KB953191 hotfix should also be installed. After following these steps, bash functioned properly on Interix 3.5.

Ocasta Eshu
  • 1,018