bugmake - Bugs: bug #47942, Random crash during compile time

 
 

bug #47942: Random crash during compile time

Submitter:  Hossein <hboyafzar>
Submitted:  Tue 17 May 2016 09:25:07 AM UTC
   
 
Severity:  3 - Normal Item Group:  Bug
Status:  Fixed Privacy:  Public
Assigned to:  eliz Open/Closed:  Closed
Component Version:  4.1 Operating System:  MS Windows
Fixed Release:  4.2 Triage Status:  Small Effort
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 17 May 2016 03:17:50 PM UTC, comment #1: 

Thanks, fixed for the next release.

Eli Zaretskii <eliz>
Group Member
Tue 17 May 2016 09:25:07 AM UTC, original submission:  

Intel fortran compiler randomly crashes when it is invoked by MAKE utility.

The problem is that in make-4.1\w32\subproc\sub_proc.c in process_begin() STARTUPINFO startInfo is not initialized to 0.

The following change fixed the random crash:
STARTUPINFO startInfo={0};

Hossein <hboyafzar>

 

(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 eliz (Posted a comment)
  • -email is unavailable- added by hboyafzar (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
    2016-05-17 eliz StatusNone Fixed
        Assigned toNone eliz
        Open/ClosedOpen Closed
        Fixed ReleaseNone 4.2
        Triage StatusNone Small Effort

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code