delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/1998/03/06/14:15:35

From: John DOT Turner AT pobox DOT com (John A. Turner)
Subject: Re: b18 -> b19 Stuff
6 Mar 1998 14:15:35 -0800 :
Message-ID: <34FBFEDE.DAE6F879.cygnus.gnu-win32@POBox.com>
References: <199803020958 DOT EAA19968 AT freenet3 DOT carleton DOT ca DOT carleton DOT ca>
Mime-Version: 1.0
To: gnu-win32 AT cygnus DOT com
Cc: Bryan Lally <lally AT lanl DOT gov>

Tim Park wrote:

> - Make, upon seeing .EXPORT_ALL_VARIABLES:, gave two of these:
> 
> (J:\BIN\SH.EXE 1030) Exception: STATUS_ACCESS_VIOLATION
> (J:\BIN\SH.EXE 1030) Dumping stack trace to SH.EXE.core

I'm seeing the same thing, and have generated a small makefile
that triggers this repeatably:

%.dep: %.c
	gcc -traditional -E -M $< | sed -e 's!$*\.o!$*.o $@!' > $@

Now just create a blorp.c file with anything in it and do
gmake blorp.dep.  I see:

~/LANL/JTpack90/b19$ gmake blorp.dep
gcc -traditional -E -M blorp.c | sed -e 's!blorp\.o!blorp.o blorp.dep!' > blorp.dep
(C:\BIN\SH.EXE 1034) Exception: STATUS_ACCESS_VIOLATION
(C:\BIN\SH.EXE 1034) Dumping stack trace to SH.EXE.core
cpp.exe: output pipe has been closed

The command works fine when executed by hand at the bash command
line:

~/LANL/JTpack90/b19$ gcc -traditional -E -M blorp.c | sed -e 's!blorp\.o!blorp.o blorp.dep!' > blorp.dep
~/LANL/JTpack90/b19$ cat blorp.dep
blorp.o blorp.dep: blorp.c
~/LANL/JTpack90/b19$ 

Note that /bin/sh.exe is a copy of bash.exe.

Any ideas?

Thanks,

-John
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019