bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #47942] Random crash during compile time


From: Hossein
Subject: [bug #47942] Random crash during compile time
Date: Tue, 17 May 2016 09:25:10 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]