Re: Bug report: tac crash

2008-05-05 Thread Jim Meyering
Jim Meyering <[EMAIL PROTECTED]> wrote: > Jim Meyering <[EMAIL PROTECTED]> wrote: >> Daniel Dunbar <[EMAIL PROTECTED]> wrote: >>> The following crashes tac on my machine (6.10 and 6.11): >>> -- >>> $ echo > x; tac -r x x >>> Segmentation fault >>> -- ... > Here's what I've just pushed: > >>From d70

Re: Bug report: tac crash

2008-05-05 Thread Jim Meyering
Jim Meyering <[EMAIL PROTECTED]> wrote: > Daniel Dunbar <[EMAIL PROTECTED]> wrote: >> The following crashes tac on my machine (6.10 and 6.11): >> -- >> $ echo > x; tac -r x x >> Segmentation fault >> -- >> >> The crash occurs in re_copy_regs and the error has to do with the code >> assuming regs->n

Re: Bug report: tac crash

2008-05-04 Thread Jim Meyering
Daniel Dunbar <[EMAIL PROTECTED]> wrote: > The following crashes tac on my machine (6.10 and 6.11): > -- > $ echo > x; tac -r x x > Segmentation fault > -- > > The crash occurs in re_copy_regs and the error has to do with the code > assuming regs->num_regs is initialized when it is not, in conjunct

Bug report: tac crash

2008-05-04 Thread Daniel Dunbar
Hi, The following crashes tac on my machine (6.10 and 6.11): -- $ echo > x; tac -r x x Segmentation fault -- The crash occurs in re_copy_regs and the error has to do with the code assuming regs->num_regs is initialized when it is not, in conjunction with the regs_allocated parameter. This resul