HTEvtLst.c crashes
| Newsgroups | gmane.comp.lib.libwww |
|---|---|
| Message-ID | <[email protected]> |
Hello All,
intermittently our application crashes in EventListTimerHandler in the
READ timeout section specifically at the following line:
return (*event->cbf) (sockp->s, event->param, HTEvent_TIMEOUT);
because *event->cbf is empty (i.e null).
We running on Solaris 9.
Does anybody have an idea as to why or where these callbacks dissappear?
Thanks!