Package: webcalendar
Version: 1.2.0+dfsg-2

Hello,

I faced the same problem after upgrading (very painfully) from 1.0.15 to 1.2.0
I digged a bit into it:
Actually the "downloadable" week.php is empty and Apache logs report thing like this when accessing week.php:
child pid 14963 exit signal Segmentation fault (11)

I tracked down the problem to:
week.php calls read_repeated_events() from functions.php
read_repeated_events() calls query_events()
query_events() calls getOverLap()
getOverLap() is recursive
too much... up to the point of a segfault.

I've the impression that the $result array was empty and $i going to infinite.
But I didn't look further as I've my workaround:
disable the cross-day events support so getOverLap() returns immediately.

Clayton, you can try disabling it too:
Login as admin, ignore week.php attempt, go to admin.php then select
"Disable Cross-Day Events": yes

I hope now the maintainers have enough info to look into it or report upstream.

Phil




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to