Troels Arvin wrote:
> Hello,
>
> Using pgadmin3 1.2.0[*] on Fedora Core 3, I get the following error when
> trying to connect to a PostgreSQL 7.4.6 server on the same (local)host:
>
> src/common/string.cpp(1060): assert "nLen != (size_t)-1" failed.
> Do you want to stop the program?
> You can also choose [Cancel] to suppress further warnings.
>
> It turned out that the PostgreSQL server wasn't running. Still, a more
> user-friendly error message would be nice, I think.
I'd suspect that this results from the known libpq bug (don't blame
da_DK :-).
Compiling wx without debug will help (which should be done for every
distribution anyway).
Regards,
Andreas