[sane-devel] network scanner problems

2001-08-10 Thread Guido Socher
Hi, thanks very much these were very useful hints. I think I have now a more complete picture of what is ongoing here: - the very cause of the problem is not in the net backend but even lower. - The net backend crashes because the saned program terminates first. - saned terminates abnormally beca

[sane-devel] network scanner problems

2001-08-07 Thread Guido Socher
Has anybody seen the following problem with the net backend in sane 1.0.5? The xscanimage program crashes because it tries to write data to a closed connection. The connection is closed in the sane_read() function in net.c because it executes this code: if (s->bytes_remaining == (size_t) - 1)