Michael Scott <[EMAIL PROTECTED]> wrote:

> t/src/hash.t

> test 7 fails on Mac OS X 10.2.6 (gcc 3.3) because BIGLEN is too big:
> 99999.

100_000 chars for the key doesn't seem to be very big.
Wher does it fail?
Can you debug/back-trace it?

> I've made it a bit smaller: 65536.

> This begs the questions:

>      What is the maximum hash key size?
>      What is the largest STRING?

There are no limits except those imposed by UINTVAL (2^32-1) AFAIK.

> Mike

leo

Reply via email to