Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Zachary Ware Newsgroups: comp.lang.python Subject: Re: Futex hang when running event loop on a separated thread Date: Wed, 25 Nov 2015 09:58:20 -0600 Lines: 9 Sender: zachary.ware@gmail.com Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de 2AEDvBdnet3U77Hp6osx/g3c306GjA4rwMajo7wrsDJg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.020 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'it;': 0.09; 'wed,': 0.15; 'fuse': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:when': 0.16; 'threads': 0.16; 'wrote:': 0.16; 'sender:addr:gmail.com': 0.18; '2015': 0.20; 'am,': 0.23; 'header :In-Reply-To:1': 0.24; 'message-id:@mail.gmail.com': 0.27; 'have,': 0.27; 'marc': 0.29; 'run': 0.33; 'problem': 0.33; 'received:google.com': 0.35; 'nov': 0.35; 'should': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'being': 0.37; 'received:209': 0.38; 'received:209.85.214': 0.39; 'to:addr:python.org': 0.40; 'glad': 0.87 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=FxN3fo/veILHeXprTXlyg6Ychh1F/vCtIhOzCDHTMIg=; b=B0iwpC1EIfDhxghR6mybFGfu9hMchme0lqPIjOYRtc4BM/u4JKB+ckcz0K7r5ZwhgC dHh2ZEATwOQpfrs/Spcdi6Dn0qjrVbT0YUzUo1F44B8T6ickSUDPs2cm1ieolv+thrDz JWHz/p2CuLznOOtB8kGKcFSaOR6TteZ58MEKRUlo2XHjRW4rz7IZXfdEieRmhKEO0LXk 9qHrN/P4vPUi1AVPC08L6wigpsa+gklGSanH6SXNsZDawhb3md3pb/ZhC3nb2EkHp7LD CMN1QPts+yqUuRqxmDCZic0Ay8YwsIrYVIyp2skLnbusBirxfS1kB+H8dE2UreBPCmxc OZKA== X-Received: by 10.60.131.40 with SMTP id oj8mr23726462oeb.31.1448467120197; Wed, 25 Nov 2015 07:58:40 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: _F8aoydleum-V7aDV8BazBsUVF8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:99460 On Wed, Nov 25, 2015 at 8:10 AM, Marc Aymerich wrote: > problem solved ! > Just found out that threads should be started by fuse.init() in order > to run when fuse is backgrounded. Glad you found it; I would not have, not being a pyfuse user :) -- Zach