URL:
<http://savannah.gnu.org/bugs/?47942>
Summary: Random crash during compile time
Project: make
Submitted by: hboyafzar
Submitted on: Tue 17 May 2016 09:25:07 AM GMT
Severity: 3 - Normal
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Component Version: 4.1
Operating System: MS Windows
Fixed Release: None
Triage Status: None
_______________________________________________________
Details:
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};
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?47942>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-make