[Jonas Smedegaard 2005-03-24]
> It seems munchlist does not fail if running out of diskspace:

There is a similar problem with munchlist returning zero as its exit
code when ispell segfaults.  See <URL: https://bugs.debian.org/777371 >
for the details.  This is the code that segfaults:

    ($ISPELL "$wchars" -l -d $FAKEHASH -p /dev/null < $STRIPPEDINPUT; \ 
        $COMBINE "$wchars" $langtabs < $MINIMALAFFIXES) \ 
      | sort $SORTTMP "-t$flagmarker" -u $sortopts

The ispell part crashes and this is the last text outputed from
munchlist:

  Eliminating non-optimal affixes.
  Generating output word list.
  Hash table overflowed by 3 words
  Segmentation fault

This caused incomplete ispell data for Norwegian Nynorsk.

-- 
Happy hacking
Petter Reinholdtsen


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to