I have a vague memory that bidiv 1.4 had a buffer overflow bug. Which version
are you using? Do you have a specific doc where you reproduce the error? Could
you share it with us? What is your locale?

On Mon, Jul 31, 2006 at 07:41:02AM +0300, Avraham Rosenberg wrote:
> Hi,
> I use the following script to read simple Hebrew doc documents:
> #!/bin/sh
> /usr/bin/antiword -w 70 $2 -m 8859-8.txt $1 | /usr/bin/bidiv  -j -w 70 | sed 
> 's/[     ][      ]*$//' |  sed -e :a -e 's/^.\{1,69\}$/ &/;ta'
> 
> Lately (maybe this has to do with the move to a 64-bit system) I
> get the following error message (usually after the job is
> properly done):
> *** glibc detected *** free(): invalid next size (fast): 0x00000000005024a0 
> ***
> 
> Trying to paste the error message (or parts of it) into google
> linux search,was fruitless.
> Any ideas ?
> 
> PS The sed command got clobbered in the pasting process. It just
> says: delete any number of blancs and/or tabs at the end of the
> line.
> 
> Thanks, Avraham

-- 
Dan Kenigsberg        http://www.cs.technion.ac.il/~danken        ICQ 162180901

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to