From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8551B3857405; Fri, 21 Oct 2022 04:20:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8551B3857405 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666326005; bh=14w7Us/GePHM7/02Gph6/vaS/7zyxhnB/RU+TZ4xxXQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Saf1aSm2NDgIRvvnsN4HCLIQBVqMdL9ovIMk63FzdXOwTv+JygxIh5yuetpVbMQUk i+VgFsON5+z10S9+hHC/adhNOlF8nt+xZZUQxwlfi+/fdnskrRwPATPmB1hfE6zhi2 kSkiWgJMkWi1ygV9R71dlcmm+QgKtWP+Y9cLGneY= From: "vikasyadav.net91 at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug time/29705] libc timer_create with option SIGEV_THREAD system call having memory leaks after timer_delete system call Date: Fri, 21 Oct 2022 04:20:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: time X-Bugzilla-Version: 2.31 X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: vikasyadav.net91 at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29705 --- Comment #2 from Vikas Yadav --- Hi Adhemerval Zanella, Thanks for your comments. Do we have any mechanism by which we can free the timer helper detachable thread resources. I have used pthread_detach(pthread_self()) system call in timer handler function but that doesn't work. --=20 You are receiving this mail because: You are on the CC list for the bug.=