घातक त्रुटि - साइबर हमले का बेमेल पता चला।
यह समस्या संभवतः साइबरविन डीएलएल के असंगत संस्करणों का उपयोग करने के कारण है।
यह त्रुटि इसलिए हुई क्योंकि Windows पथ के लिए Git Cywin के साथ असंगत है।
वे दोनों उपयोग /bin
और /usr/bin
लेकिन करने के लिए इन मानचित्र अलग निर्देशिका (क्योंकि वे विभिन्न का उपयोग माउंट टेबल)।
Cywin dll को खोजने की उम्मीद करता है /usr/bin/cygwin1.dll
(और विंडोज के लिए Git में नहीं मिला है)
जब आप Windows शेल के लिए Git में स्पष्ट रूप से कोई भी Cygwin कमांड चलाते हैं Cygwin bash
अपना dll नहीं पा सकता है और ऊपर त्रुटि संदेश उत्पन्न करता है।
नीचे नोटिस कि माउंट मानचित्रण के लिए /
अलग है।
Windows के लिए Git:
DavidPostill@Hal MINGW64 ~
$ mount
C:/temp on /tmp type ntfs (binary,noacl,posix=0,usertemp)
C:/apps/Git on / type ntfs (binary,noacl,auto)
C:/apps/Git/usr/bin on /bin type ntfs (binary,noacl,auto)
C: on /c type ntfs (binary,noacl,posix=0,user,noumount,auto)
E: on /e type vfat (binary,noacl,posix=0,user,noumount,auto)
F: on /f type ntfs (binary,noacl,posix=0,user,noumount,auto)
DavidPostill@Hal MINGW64 ~
$ which cygwin1.dll
which: no cygwin1.dll in (/c/Users/DavidPostill/bin:/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/mingw64/bin:/usr/bin:/c/Users/DavidPostill/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/apps/WSCC/Sysinternals Suite:/c/apps/WSCC/NirSoft Utilities:/c/apps/Calibre:/cmd:/mingw64/bin:/usr/bin:/usr/bin/vendor_perl:/usr/bin/core_perl)
DavidPostill@Hal MINGW64 ~
$ /c/cygwin/bin/man
1 [main] man (608) C:\cygwin\bin\man.exe: *** fatal error - cygheap base mismatch detected - 0x180301408/0x180304408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
Segmentation fault
Cygwin:
$ mount
C:/cygwin/bin on /usr/bin type ntfs (binary,auto)
C:/cygwin/lib on /usr/lib type ntfs (binary,auto)
C:/cygwin on / type ntfs (binary,auto)
C: on /c type ntfs (binary,posix=0,user,noumount,auto)
E: on /e type vfat (binary,posix=0,user,noumount,auto)
F: on /f type ntfs (binary,posix=0,user,noumount,auto)
$ which cygwin1.dll
/usr/bin/cygwin1.dll
$ /c/cygwin/bin/man
What manual page do you want?
कोई समाधान नहीं है, इसके अलावा अन्य उपयोगिताओं के मेल नहीं खाते हैं। एक उठाओ और इसके साथ रहना।