From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,NO_DNS_FOR_FROM, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from [192.168.88.254] (unknown [36.73.79.120]) by gnuweeb.org (Postfix) with ESMTPSA id 573CF7ED7E; Mon, 6 Jun 2022 02:46:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1654483614; bh=POXJjrjZNsp0KVbbs/iQ3XnWfj2gPNiE5UuJ6CuPadg=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=SJ627b+mIFnvLA2EGXn1eHF/KbcPRKaj5A/B+ZU6vtnLSJHdiqecYnHoPsdUAsIQ4 vLsY+XVsT6lSyvEcZFyRnyrMeTS1TOAtp4crBiy9qckyrisw5JSu7I8yB2VmHq3Lcq B1K9sIrV8JRo5iDpn3ieuN3yzGKEbXpG0+5cg9PKtoR2M3Nz0AFhlWAlGX8fDWpRlD 65y87VipBtpUgs5/dViO5Cm4woO1x12QpnDx91l5iEBRMdbVyM9bZbERFhaomKOjG2 aWdJnoNKHyNxg+bo2uevlCPfSUHrVYU/mHm2aJq+WwbyYn727/5Q3bXjaIcucH5zOE GBavrhq/0Yb2Q== Message-ID: <2ab94d2b-47e4-a550-a3bc-c18e559ca933@gnuweeb.org> Date: Mon, 6 Jun 2022 09:46:40 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Subject: Re: [PATCH] slc: Fix file descriptor leak Content-Language: en-US To: Arthur Lapz Cc: GNU/Weeb Mailing List References: <20220606022747.316158-1-ammarfaizi2@gnuweeb.org> <8881d321df3bb2c56f672186f1e714e13186c69e.camel@gnuweeb.org> From: Ammar Faizi In-Reply-To: <8881d321df3bb2c56f672186f1e714e13186c69e.camel@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 6/6/22 9:42 AM, Arthur Lapz wrote: > Unfortunately, this patch isn't a cure (still the same). :( Not sure what is going on here, but the file descriptor bug did really exist and is fixed by that patch. The current SLC server looks like this: The "lost client" has been connected! fd_in is down send: Connection reset by peer send: Broken pipe send: Broken pipe send: Broken pipe send: Broken pipe send: Broken pipe send: Broken pipe send: Broken pipe send: Broken pipe send: Broken pipe send: Broken pipe send: Broken pipe send: Broken pipe send: Broken pipe I will investigate it later after doing some work. -- Ammar Faizi