bugmake - Bugs: bug #25412, mingw32-make crashes when double...

 
 

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

Submitter:  Christian Ehrlicher <chehrlic>
Submitted:  Mon 26 Jan 2009 05:16:10 PM UTC
   
 
Severity:  3 - Normal Item Group:  Bug
Status:  Fixed Privacy:  Public
Assigned to:  None Open/Closed:  Closed
Component Version:  3.81 Operating System:  MS Windows
Fixed Release:  3.82 Triage Status:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 14 Mar 2009 04:42:19 PM UTC, comment #1: 

Fixed with the attached patch.

Eli Zaretskii <eliz>
Group Member
Mon 26 Jan 2009 05:16:10 PM UTC, original submission:  

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

Christian Ehrlicher <chehrlic>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #17689:  qpathw32_2.dif added by eliz (1KiB - application/vnd.ms-excel)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by psmith (Updated the item)
  • -email is unavailable- added by eliz (Posted a comment)
  • -email is unavailable- added by chehrlic (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-07-28 psmith Fixed Release4.0 3.82
    2009-03-14 eliz Open/ClosedOpen Closed
    2009-03-14 eliz StatusNone Fixed
        Fixed ReleaseNone 4.0
    2009-03-14 eliz Attached File- Added qpathw32_2.dif, #17689

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code