X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 882BF3AAA084 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1614889025; bh=MJsecSPov/4LnX3YX5/H8ddCz7kJVT4nIxXmoh4q3Ww=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=bE4vee2hy2cIfPg4Ec+4T4r8Q/tSPGMuCjGD9FPIRuSm/uezVhRyWTf2ZI5XnoFiU HZbq549CAvcWWpsY29H1VsCXhUQke5g3yKOMdPok5V47t06YnyePoBT3pa6yNzB/xH yvh8YRadn57josLuM7lBYnRbtxoRSgb8eeVJ7dAE= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org CEB00385480A X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=xoO+lJYPYKDhxV3YduDQVGlaCPwZMU1SIUrRidDYW4Q=; b=gXQ70/Duyu+oNaD7fQcbpGiqiUgnYNvn/g26yLoSP6zPV+JQFDWOL9S1QI8Vln1hbE sFvnwDBDgeMYHDAgbJDiAPOi79JqRaqZhOgadBSoD2GpbnJjq0fhSkYTmES+bVdzQ6p6 o5O70TPDC7gsTIFQz49k+V/3TGVJ8/QzNkyeJ5OT4FSthd26/yD/jhFKTqPjdDs/6dbY wSK0Ztr6QyLvy96qWl/YBI3C27eM1l2dA7hBrqjtV0ZfNK0PMhfS4eMwcnje4opXqWYW mMMpdTxNGPpDmCJ1FLfWyagduyT6dhPlsDhIqt6q5KNH8Yoo/GGqBlIXIUaMooSVpyzH bucQ== X-Gm-Message-State: AOAM530ggCt8tZ6UfMuIR2yuclOtOU5iHE3yu24XbeRtamto1/GnFd8l n1d7RThKSzDbSI/8oYESptOmfo8YN1z1tA== X-Google-Smtp-Source: ABdhPJzZOFyY6nPPYhrKkPToaiyuCGmuWzdq79lpg4m8JtvrcPQVPi/ioskwlDatQQZWTaOLswJ43g== X-Received: by 2002:a17:906:9be1:: with SMTP id de33mr6530581ejc.320.1614889021952; Thu, 04 Mar 2021 12:17:01 -0800 (PST) Subject: Re: segfault on 32bit cygwin snapshot To: cygwin AT cygwin DOT com References: <9d7b9dc2-cb92-498b-7655-e9c618114c87 AT gmail DOT com> <20210221072954 DOT db2dcbd523ed366e4dfcb0d0 AT nifty DOT ne DOT jp> <7480c946-8e02-aba2-c06f-6b39f630699f AT gmail DOT com> <20210301095546 DOT dce31a474bd0cec2c3518f87 AT nifty DOT ne DOT jp> <20210301212542 DOT 8b1749f92af62c01b008f25a AT nifty DOT ne DOT jp> <20210302200308 DOT 62db4fe01f78fb35a538784f AT nifty DOT ne DOT jp> <20210303185621 DOT b048287526901af6a4c8200a AT nifty DOT ne DOT jp> <20210304180534 DOT 7c3825e6ee989a2bf62f0652 AT nifty DOT ne DOT jp> <20210304205000 DOT 4ac34afe1a8b767ea2986291 AT nifty DOT ne DOT jp> Message-ID: <98df59b3-a139-03d2-c8c5-31ff4f8448ab@gmail.com> Date: Thu, 4 Mar 2021 21:17:00 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 MIME-Version: 1.0 In-Reply-To: Content-Language: it X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Marco Atzeri via Cygwin Reply-To: Marco Atzeri Content-Type: text/plain; charset="utf-8"; Format="flowed" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 124KH92c009568 On 04.03.2021 16:17, Ken Brown via Cygwin wrote: > On 3/4/2021 6:50 AM, Takashi Yano via Cygwin wrote: >> On Thu, 4 Mar 2021 12:11:11 +0100 >> marco atzeri wrote: >>> I have no problem to patch Python to solve the issue, >>> but I have not seen evidence of the dlsym mechanism . >>> But of course I an NOT and expert in this field. >>> >>> If someone looking to the code can give me some hints, >>> I will appreciate >> >> I am also not sure where the dlsym() is used in python. >> At least, os.uname() works in python 3.8.7 and 2.7.18 in my >> environment even without that snippet. It seems that os.uname() >> does not use dlsym(). Do I overlook something? > > This all started because Mark reported a problem building python 3.8.3: > >   https://cygwin.com/pipermail/cygwin-apps/2020-December/040765.html >   https://cygwin.com/pipermail/cygwin-developers/2020-December/012019.html > > It's strange that Marco never bumped into the problem. > > Ken I never built python using cygwin snapshots as Mark was trying to do, all my builds were using 3.1.7. Let me set a separate enviroment for building on latest snapshot Regards Marco -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple