On Fri, May 16, 2008 at 04:28:12PM -0400, Jorge Arellano Cid wrote:
On Mon, May 12, 2008 at 09:29:11PM +0200, Johannes Hofmann wrote:
On Mon, May 05, 2008 at 05:41:32PM -0400, Jorge Arellano Cid wrote:
Hi there,
Dillo freezes on this page:
http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.24.6.tar.bz2.sign
Dillo bug or FLTK2?
Other than I initially thought it is a Dillo bug. The IOwatch for reading is not removed properly. As a result the select call in the fltk event loop keeps failing with EBADF. Attached is a fix for the problem, but I'm not sure whether it is correct. Jorge, can you please have a look at it?
Committed.
After a really long review. :-P
Related CCC patches pending here...
Ok, the pending patches are now committed. The Changelog reads: - CCC: added reentrancy control to the OpEnd and OpAbort operations. - CCC: enhanced the debug function and implemented OpAbort for dpi. This fixes: - A ftp problem with short files not being sent back. - Downloading short ftp files freezing the downloader. - Cancel on download dialog for ftp file aborting dillo (SEGFAULT). Maybe more... :) Please test. -- Cheers Jorge.-