Git Product home page Git Product logo

Comments (7)

rimrul avatar rimrul commented on August 28, 2024

echo $PATH | tr ":" "\n" | grep -x -i -F '/c/WINDOWS'

That doesn't reproduce it for me.

from git.

dscho avatar dscho commented on August 28, 2024

echo $PATH | tr ":" "\n" | grep -x -i -F '/c/WINDOWS'

That doesn't reproduce it for me.

Neither for me:

Image

from git.

ale5000-git avatar ale5000-git commented on August 28, 2024

With this I get no problems:
echo '' | grep -F '/'

Instead this crash:
echo '' | grep -i -F '/'

Any idea what I can do to debug the problem?

from git.

dscho avatar dscho commented on August 28, 2024

@ale5000-git does this also happen with a regular MSYS2?

from git.

ale5000-git avatar ale5000-git commented on August 28, 2024

@dscho
No, the regular MSYS2 doesn't have this problem.

As second attempt I have tried to use msys-2.0.dll from regular MSYS2 to replace the one of Git for Windows and it also fix the issue, so the issue is definitively inside your msys-2.0.dll.

from git.

ale5000-git avatar ale5000-git commented on August 28, 2024

How can I furter debug it?
Is there a guide to use the pdbs-for-git-64-bit-2.46.0.rc1.windows.1-1.zip?

from git.

dscho avatar dscho commented on August 28, 2024

Is there a guide to use the pdbs-for-git-64-bit-2.46.0.rc1.windows.1-1.zip?

No, but that would not help you here, either.

How can I furter debug it?

I can only see one way forward: For you to build the MSYS2 runtime locally and then bisect:

  1. install Git for Windows' SDK,
  2. sdk cd msys2-runtime,
  3. sdk build
  4. copy the generated MSYS2 runtime (it should be in ../build-x86_64-pc-msys/x86_64-pc-msys/winsup/cygwin/msys) to a PortableGit for testing
  5. Start bisecting. It should be possible to accelerate the build by taking the make -C ../build-x86_64-pc-msys/x86_64-pc-msys/winsup/cygwin/ msys-2.0.dll shortcut.

from git.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.