tech-misc archive

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

Re: core dump in column(1) with 33 columns



"Jeremy C. Reed" writes:
> tx:work$ jot 33 1 > J33           
> tx:work$ paste -s J33 | column -t 
> Memory fault (core dumped)
> 
> 
> Loaded symbols for /usr/libexec/ld.elf_so
> #0  0x0000000000401701 in maketbl () at 
> /usr/src/usr.bin/column/column.c:242
> 242                             t->len[coloff] = strlen(cols[coloff]);

What arch and OS version is this?  I can't replicate this on 4.99.54 
i386 or amd64, or 4.99.37 i386.  (I do see weird behaviour on 3.0 
i386.. it just prints lots and lots of spaces or something..)

Later...

Greg Oster




Home | Main Index | Thread Index | Old Index