client crash

Matt Johnston matt at ucc.asn.au
Fri Feb 17 18:48:54 WST 2006


On Thu, Feb 16, 2006 at 11:01:13AM +1100, Matt Wlazlo wrote:
> Hi,
> 
> dbclient connects without a problem, but after a certain amount of output
> crashes. I've run strace and it seems to fail after write() returns EAGAIN.

> relevant strace output:
> 
> read(4, "\272\331\303\215\316QM\"p\250\370\"\2708\332\255\233\n"..., 204) = 204
> write(1, "      \33[0mgmail.csv\33[0m      \33[0"..., 595) = -1 EAGAIN
> (Resource temporarily unavailable) 
> close(1)                                = 0
> 
> 
> Anyone have any ideas? The client is running on a PPC board. Funny thing
> is that the server works without a problem.

I don't recall seeing that before. Could you send more of
the strace for context, so I can see what FDs are set in the
select() before it? What OS/libc is it running on?

Cheers,
Matt


More information about the Dropbear mailing list