Re: awk(1) segfaults when building kernel modules

2011-08-11 Thread Test Rat
Ruslan Ermilov writes: > On Wed, Aug 10, 2011 at 10:12:11PM +0400, Test Rat wrote: >> `make -s buildkernel' seems to contain lots of segfaults after recent >> update of one-true-awk in r224731. It chokes on sys/conf/kmod_syms.awk. >> The case can be reduced to >> >> $ awk 'BEGIN { delete ARGV[

Re: awk(1) segfaults when building kernel modules

2011-08-11 Thread Ruslan Ermilov
On Wed, Aug 10, 2011 at 10:12:11PM +0400, Test Rat wrote: > `make -s buildkernel' seems to contain lots of segfaults after recent > update of one-true-awk in r224731. It chokes on sys/conf/kmod_syms.awk. > The case can be reduced to > > $ awk 'BEGIN { delete ARGV[1] } END { print ARGV[1] }' blah

Re: awk(1) segfaults when building kernel modules

2011-08-10 Thread Ruslan Ermilov
On Wed, Aug 10, 2011 at 08:02:32PM +, Alexander Best wrote: > On Wed Aug 10 11, Navdeep Parhar wrote: > > On Wed, Aug 10, 2011 at 11:12 AM, Test Rat wrote: > > > `make -s buildkernel' seems to contain lots of segfaults after recent > > > update of one-true-awk in r224731. It chokes on sys/conf

Re: awk(1) segfaults when building kernel modules

2011-08-10 Thread Alexander Best
On Wed Aug 10 11, Navdeep Parhar wrote: > On Wed, Aug 10, 2011 at 11:12 AM, Test Rat wrote: > > `make -s buildkernel' seems to contain lots of segfaults after recent > > update of one-true-awk in r224731. It chokes on sys/conf/kmod_syms.awk. just out of curiosity: what's the point of doing a vend

Re: awk(1) segfaults when building kernel modules

2011-08-10 Thread Navdeep Parhar
On Wed, Aug 10, 2011 at 11:12 AM, Test Rat wrote: > `make -s buildkernel' seems to contain lots of segfaults after recent > update of one-true-awk in r224731. It chokes on sys/conf/kmod_syms.awk. ... > > Anyone else? I see this too. ___ freebsd-current@