bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #25412] mingw32-make crashes when double quotes at end of PATH


From: Christian Ehrlicher
Subject: [bug #25412] mingw32-make crashes when double quotes at end of PATH
Date: Mon, 26 Jan 2009 17:16:13 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8.1.19) Gecko/20081204 SeaMonkey/1.1.14

URL:
  <http://savannah.gnu.org/bugs/?25412>

                 Summary: mingw32-make crashes when double quotes at end of
PATH
                 Project: make
            Submitted by: chehrlic
            Submitted on: Mo 26 Jan 2009 17:16:10 GMT
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: 3.81
        Operating System: MS Windows
           Fixed Release: None

    _______________________________________________________

Details:

When my PATH env vars ends with a double quote, mingw32-make crashes:
mingw32-make: Interrupt/Exception caught (code = 0xc0000005, addr =
0x41f96e)

As soon as I remove the double quote all works fine:

---------------------------8<----------------------

D:\kde\kde-mingw\tmp\qt-4.4.2.20080924\work\qt-win-opensource-src-mingw>set
PATH="d:\kde\kde-mingw\mingw\bin"

D:\kde\kde-mingw\tmp\qt-4.4.2.20080924\work\qt-win-opensource-src-mingw>mingw32-
make
cd src\winmain\ && mingw32-make -f Makefile
mingw32-make: Interrupt/Exception caught (code = 0xc0000005, addr =
0x41f96e)

D:\kde\kde-mingw\tmp\qt-4.4.2.20080924\work\qt-win-opensource-src-mingw>set
PATH=d:\kde\kde-mingw\mingw\bin

D:\kde\kde-mingw\tmp\qt-4.4.2.20080924\work\qt-win-opensource-src-mingw>mingw32-
make
cd src\winmain\ && mingw32-make -f Makefile
mingw32-make[1]: Entering directory
`D:/kde/kde-mingw/tmp/qt-4.4.2.20080924/work
/qt-win-opensource-src-mingw/src/winmain'
mingw32-make -f Makefile.Release
mingw32-make[2]: Entering directory
`D:/kde/kde-mingw/tmp/qt-4.4.2.20080924/work
/qt-win-opensource-src-mingw/src/winmain'
mingw32-make[2]: Nothing to be done for `first'.
mingw32-make[2]: Leaving directory
`D:/kde/kde-mingw/tmp/qt-4.4.2.20080924/work/
qt-win-opensource-src-mingw/src/winmain'
mingw32-make[1]: Leaving directory
`D:/kde/kde-mingw/tmp/qt-4.4.2.20080924/work/
qt-win-opensource-src-mingw/src/winmain'
cd src\tools\moc\ && mingw32-make -f Makefile




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?25412>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]