Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Sep 2006 19:20:33 GMT
From:      "Devon H. O'Dell" <devon.odell@coyotepoint.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/100443 : awk(1) dies with SIGBUS when processing INDEX-6
Message-ID:  <200609141920.k8EJKWRV064459@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/100443; it has been noted by GNATS.

From: "Devon H. O'Dell" <devon.odell@coyotepoint.com>
To: Dmitry Marakasov <amdmi3@mail.ru>,  bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/100443 : awk(1) dies with SIGBUS when processing INDEX-6
Date: Thu, 14 Sep 2006 15:14:02 -0400

 This is interesting. If you change RECSIZE to a value that is not 8192, 
 it works fine. Probably an off-by-one somewhere in the code, because as 
 it turns out, the first record is exactly RECSIZE (8192) bytes, which 
 probably eats a terminator somewhere. I'll take a deeper look into this 
 shortly and send a patch soon.
 
 --dho



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609141920.k8EJKWRV064459>