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

=================================================================
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