Doing a quick look through the source I found out when the error occurs. In
asdbget.c in the function get_file(). In the outer while loop when i == lrl.
It dies just before the call to (* cb) (buf). I'm attaching my (five minute
check) asdbget.c I peppered it with printf's.
ttyl
----- Original Message -----
From: "GOMEZ Henri" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Jueves, 10 de Febrero de 2000 03:06
Subject: RE: asdbget
> >I get the following error:
> >
> >[dan@mail dan]$ asdbget -o out -u DAN -p DAN 192.168.111.55
> >RPG02/COMPRH1
> >asdbget: Cannot allocate memory
> >
> >Any obvious solutions before I dive into the code?
> >
> >I'm using an intel RedHat 6.1 system, about 40M of memory free, and no
> >permission problems.
> >
> >Thanks
>
> Strange since I couldn't find such a text in the asdbget code.
> RPG02 is LIB and COMPRH1 is FILE ?
> +---
> | This is the LINUX5250 Mailing List!
> | To submit a new message, send your mail to [EMAIL PROTECTED]
> | To subscribe to this list send email to [EMAIL PROTECTED]
> | To unsubscribe from this list send email to
[EMAIL PROTECTED]
> | Questions should be directed to the list owner/operator:
[EMAIL PROTECTED]
> +---
>
asdbget.c