[OGo-Evolution] working mangling daemon allowing basic
OGo-Evolution
Erik Romijn
evolution@opengroupware.org
Thu, 21 Oct 2004 18:57:16 +0200
On Thu, 2004-10-21 at 18:09 +0200, Helge Hess wrote:
> ---snip---
> 192.168.0.111 - - [21/Oct/2004:18:05:16 GMT] "PROPFIND
> /zidestore/so/helge/Tasks/ HTTP/1.1" 401 0 0.003 - - 0
> 192.168.0.111 - - [21/Oct/2004:18:05:16 GMT] "PROPFIND
> /zidestore/so/helge/Tasks/ HTTP/1.1" 207 413 0.008 - - 0
> Oct 21 18:05:16 ogo-zidestore-1.3 [6755]: |SxTaskFolder:Tasks|
> evolution query: davContentClass = 'urn:content-classes:task'
> 192.168.0.111 - - [21/Oct/2004:18:05:16 GMT] "SEARCH
> /zidestore/so/helge/Tasks/ HTTP/1.1" 207 3355 0.111 - - 0
> 192.168.0.111 - - [21/Oct/2004:18:07:00 GMT] "PROPFIND
> /zidestore/so/helge/NON_IPM_SUBTREE/ HTTP/1.1" 207 318 0.007 - - 0
> ---snap---
>
> I suppose some date is invalid and crashes the store.
I don't know anything about the internals of the connector so can't help
you out with the GDB data.
What I do remember is that after a PROPFIND on the NON_IPM_SUBTREE the
connector sends a malformed request.
This could either be some data without a \n or just opening a connection
without sending anything. The connector won't continue if this
connection is not closed.
Maybe this is part of your problem?
Greets,
Erik