X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=micWyawzAhs8Qo7o fNfrCfdDG2lB+BRPSQ1JRfm+qjARIUE7tRGa3a3zavjVYvIdbxMLScXIgwJvVbwN mgM3jPxpepXRnMEMrK/ct7OADQi1j7OF7k7n6sAb2KJlIFNrwTXj5P7jqiTFW4gD fSegTnioafDeReSQPX9swtX41dg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=a/MGN9Bovl/EXYZ7kMYlMH lpjWk=; b=agdSzqfl5G05OvRP9i11pIorYkG71FlHkk2qyp/2P/bHP2X2yxIzh4 m5IuTfOyHBTeOWEO3rZcABGmCsGJnR9z/gJB/Ykca9uXqzsJMVzwuXWOeyR6dibR 01xMv1nr9Jgxnmr1xjUmxF0z64wQv5UerIPJpy/CuSKsxZ1LnwbB8= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=H*M:cygwin, H*Ad:U*yselkowitz, Hx-languages-length:1662, H*i:sk:570D122 X-HELO: mx1.redhat.com Subject: gdb using Windows paths in dlopen()ed modules? To: cygwin AT cygwin DOT com References: <570D122B DOT 50307 AT gmail DOT com> From: Yaakov Selkowitz Message-ID: <570DAC16.7040206@cygwin.com> Date: Tue, 12 Apr 2016 21:16:54 -0500 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <570D122B.50307@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 2016-04-12 10:20, Marco Atzeri wrote: > On 22/02/2016 10:00, Yaakov Selkowitz wrote: >> The following packages have been uploaded to the Cygwin distribution: >> >> * mesa-11.0.9-2 >> * dri-drivers-11.0.9-2 >> * libglapi0-11.0.9-2 >> * libGL1-11.0.9-2 >> * libGL-devel-11.0.9-2 >> * libOSMesa8-11.0.9-2 >> * libOSMesa-devel-11.0.9-2 >> * libEGL1-11.0.9-2 >> * libEGL-devel-11.0.9-2 >> * libGLESv2_2-11.0.9-2 >> * libGLESv2-devel-11.0.9-2 >> * windowsdriproto-11.0.9-2 >> >> Mesa is an open-source implementation of the OpenGL specification, a >> system >> for rendering interactive 3D graphics. >> >> Complete documentation on OpenGL usage and configuration can be found >> here: >> >> http://x.cygwin.com/docs/ug/using-glx.html >> >> This release has been rebuilt for LLVM 3.7. >> >> -- >> Yaakov >> > > Hi Yaakov, > we found a case where the 32bit is segfaulting > while dri-drivers-11.0.9-1 > works fine. > For reference: > https://cygwin.com/ml/cygwin/2016-04/msg00245.html > https://cygwin.com/ml/cygwin/2016-04/msg00251.html > > To replicate with octave is enough : > run from xterm > /usr/bin/octave-cli-4.0.1.exe > > x=1:100; > plot(x,x) > > as dri-drivers seems absent from mesa-debuginfo > I can not provide you a meaningful backtrace: > > #0 0xfc6d00a0 in ?? () > #1 0x43934357 in gallium_dri!__driDriverGetExtensions_swrast () > from E:/cygwin/lib/dri/swrast_dri.so [snip] > #14 0x4fc1ae48 in glutJoystickGetCenter () from /usr/bin/cygglut-3.dll Corinna, I'm seeing this as well. Any idea why gdb is using with dlopen()ed modules? This is preventing it from finding the split debuginfo. -- Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple