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

Re: Now that groff-ja is in woody, lets fix its bugs!



Hi,

At Fri, 10 Mar 2000 14:59:53 +0200,
Fabrizio Polacco <fpolacco@debian.org> wrote:
 
> Hi,
> as you have probably noticed, the new version of groff+ja went directly
> into woody without appearing in experimental.

Thanks!

> I thought that this way I could get better tests.
> 
> In fact we have the first bug.
> 
> man printf 
> and 
> zcat `man -w printf` | /usr/bin/nroff -mandoc -Tlatin1
> 
> segfaults and dumps core.
> the same page on potato's groff wil display correct.
> 
> Can any of you look into this?

It's the same bug as Bug#59628 and I fixed this bug now.
I think the attached patch fixes this bug.

--- groff-1.15/troff/node.cc.orig	Sun Mar 12 03:36:50 2000
+++ groff-1.15/troff/node.cc	Sun Mar 12 03:37:14 2000
@@ -2465,6 +2465,7 @@
 {
   bracket_node *on = new bracket_node;
   node *last, *tem;
+  list->last = 0;
   for (tem = list; tem; tem = tem->next) {
     if (tem->next)
       tem->next->last = tem;

Regards,
Fumitoshi UKAI


Reply to: