bidiv and the default $COLUMNS value

2007-05-05 Thread Avraham Rosenberg
Hi,
This is not a problen. I am just curious.
In my system, whenever I use bidiv without giving a value to the
parameter w, or when giving it an odd value, I get the error
message:
*** glibc detected *** free(): invalid next size (fast): 0x0804b650 ***
   ^
No problems when using bidiv -w x, where x is an even number.
After rereading the man page for bidiv, I cheched: echo $COLUMNS.
As suspected, I got an odd number: 99.

Question: Where is this value defined ?
Thanks, Avraham

PS The command: export COLUMNS=98, did not influence bidiv's
behaviour, altough echo $COLUMNS gave 98.

-- 
Please avoid sending to this address attachments in excess of 2MByte, 
or any Excell or Powerpoint attachments.

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



Re: What Perl packages are supplied in distribution X?

2007-05-05 Thread Gabor Szabo

On 4/14/07, Yehoshua (Shay) O'Hayon Suchar [EMAIL PROTECTED] wrote:

Gabor Szabo wrote:

 What about other distribution? What about Solaris and other Unix
 machines?

NetBSD (pkgsrc): http://pkgsrc.se/search.php?so=p5
FreeBSD (ports): http://www.freebsd.org/cgi/ports.cgi?query=perlstype=all
OpenBSD (ports): http://ports.openbsd.nu/search.php?stype=folderso=p5


Do you know if there are downloadable version of these lists?
I would prefer to parse the original file they use to generate these pages
than to parse the pages themself.

Actually for FreeBSD I think I found it:
ftp://ftp.freebsd.org/pub/FreeBSD/ports/ports/ports.tar.gz
but I guess this is the 'latest', are thes specific files for the
various versions
of FreeBSD?


Gabor

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



Re: bidiv and the default $COLUMNS value

2007-05-05 Thread Nadav Har'El
On Sat, May 05, 2007, Avraham Rosenberg wrote about bidiv and the default 
$COLUMNS value:
 Hi,
 This is not a problen. I am just curious.
 In my system, whenever I use bidiv without giving a value to the
 parameter w, or when giving it an odd value, I get the error
 message:
 *** glibc detected *** free(): invalid next size (fast): 0x0804b650 ***

It sounds like this might be an old bug from Bidiv 1.4, which Dan Kenigsberg
and Shachar Raindel discovered almost two years ago, and was fixed in Bidiv
1.5. Could it be that you're running Bidiv 1.4? I can't seem to replicate
the problem on my own computer, running Bidiv 1.5.

You can try the latest (1.5) source release from:

http://ftp.ivrix.org.il/pub/ivrix/src/cmdline/bidiv-1.5.tgz

Unfortunately, my bidiv distribution is extremely messy; I don't have a web
site for it, and have no idea which versions the various distributions
picked up (except in Fedora Core, when I know Dan Kenigsberg added version
1.5). Which Linux distribution are you using that you got your bidiv from,
and do you know what version it uses?

Thanks,
Nadav.


-- 
Nadav Har'El| Saturday, May  5 2007, 18 Iyyar 5767
[EMAIL PROTECTED] |-
Phone +972-523-790466, ICQ 13349191 |How's he gonna read that magazine rolled
http://nadav.harel.org.il   |up like that? What the ... - a fly.

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



Re: bidiv and the default $COLUMNS value

2007-05-05 Thread Lior Kaplan
Nadav Har'El wrote:
 On Sat, May 05, 2007, Avraham Rosenberg wrote about bidiv and the default 
 $COLUMNS value:
 Hi,
 This is not a problen. I am just curious.
 In my system, whenever I use bidiv without giving a value to the
 parameter w, or when giving it an odd value, I get the error
 message:
 *** glibc detected *** free(): invalid next size (fast): 0x0804b650 ***
 
 It sounds like this might be an old bug from Bidiv 1.4, which Dan Kenigsberg
 and Shachar Raindel discovered almost two years ago, and was fixed in Bidiv
 1.5. Could it be that you're running Bidiv 1.4? I can't seem to replicate
 the problem on my own computer, running Bidiv 1.5.
 
 You can try the latest (1.5) source release from:
 
   http://ftp.ivrix.org.il/pub/ivrix/src/cmdline/bidiv-1.5.tgz
 
 Unfortunately, my bidiv distribution is extremely messy; I don't have a web
 site for it, and have no idea which versions the various distributions
 picked up (except in Fedora Core, when I know Dan Kenigsberg added version
 1.5). 

FYI: debian has 1.5

-- 

Lior Kaplan
[EMAIL PROTECTED]
http://www.Guides.co.il

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



Re: bidiv and the default $COLUMNS value

2007-05-05 Thread Avraham Rosenberg
Good Morning
Thanks for the prompt reaction.
As it did not answer my question, I downloaded the tarbals for
bidiv, versions 1.5 and 1.4, grepped -i for COLUMNS (found them
only in the remarks) and compared (diff) the bidiv and Makefile
files between the two distributions (none found).
I guess that, at this stage, I shall call it a day.

Thanks to you and Dan for the program. I use it a lot.
Cheers, Avraham

-- 
Please avoid sending to this address attachments in excess of 2MByte, 
or any Excell or Powerpoint attachments.

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