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

2009-03-14 Thread Eli Zaretskii

Follow-up Comment #1, bug #25412 (project make):

Fixed with the attached patch.


___

Reply to this item at:

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

___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make


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

2009-03-14 Thread Eli Zaretskii

Update of bug #25412 (project make):

 Open/Closed:Open = Closed 


___

Reply to this item at:

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

___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make


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

2009-01-26 Thread Christian Ehrlicher

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 = 0xc005, 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-mingwset
PATH=d:\kde\kde-mingw\mingw\bin

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

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

D:\kde\kde-mingw\tmp\qt-4.4.2.20080924\work\qt-win-opensource-src-mingwmingw32-
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/



___
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make