<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>Hi 
Edward,<BR><BR>&gt;&gt; I am getting a segmentation fault occuring with mod_ftpd 
version<BR>&gt;&gt; 0.13.1 on Apache 2.0.54 and Fedora Core 
4.<BR>&gt;&gt;<BR>&gt;&gt; The fault occurs on line 155 of 'ftp_protocol.c' 
:-<BR>&gt;&gt;<BR>&gt;&gt;&nbsp;&nbsp;&nbsp; limit_ret = 
provider-&gt;limit_check(r,check_type);<BR>&gt;&gt; As a temporary measure I 
have commented out this line and set the<BR>&gt;&gt; default value of limit_ret 
to FTPD_LIMIT_ALLOW. This allows mod_ftpd<BR>&gt;&gt; to function. I have not 
had time to explore the bug thurther yet, but<BR>&gt;&gt; will hopefully do so 
at some point, if no one more familuar with<BR>&gt;&gt; Apache can do so first, 
please.<BR>&gt;&gt;<BR>&gt; hmm. odd.. i'll look into that one when I get a 
chance.. as I've had it<BR>&gt; running on FC4 (x86_64) without any 
problems.<BR><BR>The bug is being triggered on a logging statement after the 
switch case <BR>statement in the 
provider,&nbsp;providers/default/mod_ftpd_default.c:192.<BR><BR>I also noticed 
there is a possible bug in the ftp provider code, the code <BR>can exit without 
doing a release on the mutex, by a "premature" return <BR>statement. 
providers/default/mod_ftpd_default.c:182<BR><BR>Unfortunately as I could not 
seem to solve the bug I have had to move over <BR>to vsftpd 
:(<BR><BR>Aaron</FONT><BR></FONT></DIV></BODY></HTML>