bugmake - Bugs: bug #34519, Interrupt/Exception caught Program...

 
 

bug #34519: Interrupt/Exception caught Program Files (x86)

Submitter:  None
Submitted:  Mon 10 Oct 2011 12:05:44 PM UTC
Votes: 100
 
Severity:  3 - Normal Item Group:  Bug
Status:  Duplicate Privacy:  Public
Assigned to:  None Open/Closed:  Closed
Component Version:  3.82 Operating System:  MS Windows
Fixed Release:  None Triage Status:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 14 Nov 2011 02:49:44 AM UTC, comment #3: 

I believe this bug is resolved in CVS.  The code in this area was rewritten due to other issues related to parentheses in filenames.

Paul D. Smith <psmith>
Group administrator
Tue 11 Oct 2011 01:12:45 PM UTC, comment #2: 

This fix addresses the issue:


diff make-3.82/read.c [...]
3031c3031
<               const char *e = s + nlen;
---

>               const char *e = p + nlen;


Serge Beauchamp <sergebeauchamp>
Mon 10 Oct 2011 12:59:23 PM UTC, comment #1: 

This bug is really ugly. GNU Make tool becomes useless for Windows 7 64bit, for most use cases.

Sluvy <python12>
Mon 10 Oct 2011 12:05:44 PM UTC, original submission:  

mingw32-make.exe tool crashes when the env variable PATH contains a path with parenthesis like: "C:\Program Files (x86)".

"C:\Program: Interrupt/Exception caught (code = 0xc0000005, addr = 0x0040F9B4)

For more details about the bug please see:

http://hdrlab.org.nz/articles/windows-development/make-interrupt-exception-caught-code-0xc00000fd-addr-0x4217b

http://okolovich.info/interruptexception-caught-with-code-0xc00000fd/

Anonymous

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by psmith (Posted a comment)
  • -email is unavailable- added by sergebeauchamp (Posted a comment)
  • -email is unavailable- added by python12 (Voted in favor of this item)
  • -email is unavailable- added by python12 (Posted a comment)
  •  

    There are 100 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 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-11-14 psmith StatusNone Duplicate
        Open/ClosedOpen Closed
    2011-10-10 python12 Carbon-Copy- Added python12

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code