bug-gnu-utils
[Top][All Lists]
Advanced

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

sed 3.02 crashes mysteriously


From: Sven Sandberg
Subject: sed 3.02 crashes mysteriously
Date: Thu, 20 Dec 2001 13:36:15 +0100

Hello,

When I run

   sed -f lat2html.sed tmp.html

(I attached an archive with lat2html.sed and tmp.html in), it crashes
with the following traceback:

-------- begin traceback --------
Exiting due to signal SIGSEGV
General Protection Fault at eip=0000e064
eax=01000008 ebx=000a0508 ecx=00000000 edx=000a050c esi=000a06c4
edi=00000004
ebp=0009ab10 esp=0009ab04 program=C:\DJGPP\BIN\SED.EXE
cs: sel=00a7  base=83e3d000  limit=000affff
ds: sel=00af  base=83e3d000  limit=000affff
es: sel=00af  base=83e3d000  limit=000affff
fs: sel=0087  base=00014af0  limit=0000ffff
gs: sel=00bf  base=00000000  limit=0010ffff
ss: sel=00af  base=83e3d000  limit=000affff
App stack: [0009b014..0001b014]  Exceptn stack: [0001af70..00019030]

Call frame traceback EIPs:
  0x0000e064
  0x0000518a
  0x00002efb
  0x00002a50
  0x00001fdd
  0x00001b8f
  0x00007652
-------- end traceback --------

I'm using the dos/djgpp version of sed 3.02 from sed3028b.zip from
ftp://ftp.sunet.se/pub/pc/mirror/simtelnet/gnu/djgpp/v2gnu/ , under a
4dos box (4dos 5,52a; dos 7,10) under windows 98 second edition
(4.10.2222 A). It also happens under a regular dos box.

I also noted that it does not crash if I pipe the input file, i.e.

   sed -f lat2html.sed < tmp.html

and it does not crash if I rename lat2html.sed to l2.sed and run

   sed -f l2.sed tmp.html

Strange, huh? Let me know if there's anything more you want to know.

--
Sven Sandberg   address@hidden   home.student.uu.se/svsa1977/

Attachment: sed-crash.zip
Description: Zip compressed data


reply via email to

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