Hi Peter,

perhaps this mail hangs a little bit because I cannot answer over my
normal system today.

> I've been adding debug lines to determine the place where the code
> hangs. The precise location is in Cache.pm, function get_xpath, in the
> line reading the answer back from the cache server :
>
> while (my $h = read (SOCK, $line, 100))
>
> On this line the script hangs forever. Replacing read with sysread
> doesn't fix the problem but makes the code go into the body of the while
> once.

This would mean that the socket is open but the server does not answer. So
there are two possibilities:

1. the server crashs
2. the server performs an endless loop
(3. the server hangs)

Do you activated the debugging of the XML cache? Do you see what the
server does?

Michael

-- 
Michael Bell
Humboldt-Universitaet zu Berlin



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to