X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Sun, 02 Nov 2003 17:02:20 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Andrew Cottrell" Message-Id: <9791-Sun02Nov2003170220+0200-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <000001c3a0fa$c0fe8640$0101a8c0@acp42g> (AndrewCottrell AT swiftdsl DOT com DOT au) Subject: Re: [wl AT gnu DOT org: groff and djgpp] References: <000001c3a0fa$c0fe8640$0101a8c0 AT acp42g> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Andrew Cottrell" > Date: Sun, 2 Nov 2003 15:35:26 +1100 > > /dev/d/dj204/gnu/Groff/src/roff/groff/groff -M/dev/d/dj204/gnu/Groff/tmac -M/dev/d/dj204/gnu/Groff/tmac -F/dev/d/dj204/gnu/Groff/font -F/dev/d/dj204/gnu/Groff/font -Upet -ww -Tps -ge -me >meref.ps > Exiting due to signal SIGSEGV > General Protection Fault at eip=0001e6de > eax=00000016 ebx=000b88c0 ecx=000bbc90 edx=2f756e67 esi=000b88c0 > edi=00000001 > ebp=000b8878 esp=000b8740 > program=d:\dj204\gnu\Groff\src\roff\groff\groff.exe > cs: sel=0407 base=03320000 limit=000cffff > ds: sel=040f base=03320000 limit=000cffff > es: sel=040f base=03320000 limit=000cffff > fs: sel=03df base=00025890 limit=0000ffff > gs: sel=041f base=00000000 limit=0010ffff > ss: sel=040f base=03320000 limit=000cffff > App stack: [000b8be8..00038bec] Exceptn stack: [00038b0c..00036bcc] > > Call frame traceback EIPs: > 0x0001e6de __djgpp_spawn+46, file dosexec.c > 0x0001e69d __spawnve+29, file dosexec.c > 0x00018dc5 __spawnvpe+53, file spawnvpe.c > 0x2f766564 end+796056012 Thanks for trying. I suspect some snafu with the call to spawnvpe. If you have a minute or two to spare, please look at the code that calls that function, and see if you can spot something obvious, like a wron argument list. TIA