Re: strange error message

2006-12-29 Thread Maxim Veksler
On 12/29/06, Avraham Rosenberg <[EMAIL PROTECTED]> wrote: Hi, Thank you very much for the good advices. Now, to a question more related to linux. I wrote this small script to get a more pleasing output from bidiv: #!/bin/sh case $# in 0)echo "Use: $0 file_name width additional_options";;

Re: strange error message

2006-12-29 Thread guy keren
you have a redundant ';' character in: Z4=`expr $Z3; + 9` --guy On Fri, 2006-12-29 at 19:49 +0200, Avraham Rosenberg wrote: > Hi, > Thank you very much for the good advices. > Now, to a question more related to linux. > I wrote this small script to get a more pleasing output from > bidiv: > #

Re: strange error message

2006-07-31 Thread Dan Kenigsberg
From one reason or another I got your mail only through the list, which filtered out your doc example. You may try to send it to me offlist again. Independently, you may try upgrading to bidiv 1.5. As I told you, 1.4 had a bug that may cause the memory management error you see. On Mon, Jul 31, 20

Re: strange error message

2006-07-31 Thread Avraham Rosenberg
On Mon, Jul 31, 2006 at 10:46:56AM +0300, Dan Kenigsberg wrote: > 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

Re: strange error message

2006-07-31 Thread Dan Kenigsberg
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 scr