From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 45898 invoked by alias); 24 May 2016 00:41:23 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 45888 invoked by uid 89); 24 May 2016 00:41:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.8 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_COUK,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 spammy=lloyd, 0000000, H*R:D*yahoo.co.uk, UD:Tpo X-HELO: nm39-vm1.bullet.mail.ne1.yahoo.com Received: from nm39-vm1.bullet.mail.ne1.yahoo.com (HELO nm39-vm1.bullet.mail.ne1.yahoo.com) (98.138.229.161) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 24 May 2016 00:41:11 +0000 Received: from [127.0.0.1] by nm39.bullet.mail.ne1.yahoo.com with NNFMP; 24 May 2016 00:41:08 -0000 Received: from [98.138.100.111] by nm39.bullet.mail.ne1.yahoo.com with NNFMP; 24 May 2016 00:38:22 -0000 Received: from [212.82.98.124] by tm100.bullet.mail.ne1.yahoo.com with NNFMP; 24 May 2016 00:38:22 -0000 Received: from [212.82.98.84] by tm17.bullet.mail.ir2.yahoo.com with NNFMP; 24 May 2016 00:38:22 -0000 Received: from [127.0.0.1] by omp1021.mail.ir2.yahoo.com with NNFMP; 24 May 2016 00:38:22 -0000 Received: from jws11163.mail.ir2.yahoo.com by sendmailws108.mail.ir2.yahoo.com; Tue, 24 May 2016 00:38:22 +0000; 1464050302.004 Date: Tue, 24 May 2016 00:41:00 -0000 From: Reply-To: To: "cygwin@cygwin.com" Message-ID: <2026486348.2432030.1464050301698.JavaMail.yahoo@mail.yahoo.com> Subject: changes in 32-bit Cygwin OpenGL causing crashes? MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit References: <2026486348.2432030.1464050301698.JavaMail.yahoo.ref@mail.yahoo.com> X-SW-Source: 2016-05/txt/msg00274.txt.bz2 Have there been any changes to OpenGL libraries in 32-bit cygwin in the last six months? The opengl application I use (geomview 1.9.5) is now crashing on an uptodate Cygwin where it worked previously. (Can't compare with previous Cygwin install - had to replace drive) It runs without texturemapping when opengl is not used (geomview -noopengl -run savi), suggesting problem is with opengl. Building with -g and using gdb to backtrace shows nothing helpful, suggesting problem is with opengl libraries? To duplicate crashing: http://www.geomview.org/download cd geomview-1.9.5 ./configure --enable-d1debug (to build with -g throughout) make (ignore any pdf build errors after binary is built; that's just TeX for you. lots of gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -g -MT stack.o -MD -MP -MF .deps/stack.Tpo -c -o stack.o stack.c etc. ) cd .. http://savi.sf.net/ cd savi1.4.9 make ARCH=cygwin ../geomview-1.9.5/geomview -gdb -run ./savi thanks Lloyd Wood http://savi.sf.net/ ~/savi/savi-dev $ ../geomview-1.9.5/geomview -gdb GNU gdb (GDB) (Cygwin 7.10.1-1) 7.10.1 Copyright (C) 2015 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i686-pc-cygwin". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from /home/ellowoo/savi/geomview-1.9.5/src/bin/geomview/x11/gvx...(no debugging symbols found)...done. (gdb) run Starting program: /home/ellowoo/savi/geomview-1.9.5/src/bin/geomview/x11/gvx [New Thread 13512.0x2384] [New Thread 13512.0x365c] [New Thread 13512.0x2538] [New Thread 13512.0x300c] [New Thread 13512.0x31f8] ui_install_mode: name=[r] Rotate, proc=43cb32 ui_install_mode: name=[z] Cam Zoom, proc=43cbb9 ui_install_mode: name=[t] Translate, proc=43cb4d ui_install_mode: name=[f] Cam Fly, proc=43cb83 ui_install_mode: name=[o] Cam Orbit, proc=43cb9e ui_install_mode: name=[s] Geom Scale, proc=43cbd4 gv_event_mode: estate.motionproc <- 43cb32 minterp_switch: event(dev=504, val= 0, x= 0, y= 0, t=0) interp_switch: ctls->buttons = leftmouse mousedisp: dx <- 0.000000, dy <- 0.000000, dt <- 0 minterp_switch: mousedisp returned : dx = 0.000000, dy = 0.000000, dt = 0 XtAddEventHandler(... panel_input [0] ...) XtAddEventHandler(... cam_expose ...) XtAddEventHandler(... panel_input [1] ...) XtAddEventHandler(... cam_mouse ...) XtAddEventHandler(... cam_mousecross ...) XtAddEventHandler(... cam_mousecross ...) panel_input: case MapNotify SaVi: selected platform-specific binary ./bin/SaVi-cygwin.bin SaVi: defaulting to J2 orbital model. SaVi: compiled without zlib compression.minterp_switch: event(dev=505, val= 0, x= 0, y= 0, t=0) interp_switch: ctls->buttons = leftmouse mousedisp: dx <- 0.000000, dy <- 0.000000, dt <- 0 minterp_switch: mousedisp returned : dx = 0.000000, dy = 0.000000, dt = 0 gv_event_mode: estate.motionproc <- 43cb9e minterp_switch: event(dev=504, val= 0, x= 0, y= 0, t=0) interp_switch: ctls->buttons = leftmouse mousedisp: dx <- 0.000000, dy <- 0.000000, dt <- 0 minterp_switch: mousedisp returned : dx = 0.000000, dy = 0.000000, dt = 0 1 [main] gvx 13512 cygwin_exception::open_stackdumpfile: Dumping stack trace to gvx.exe.stackdump [Thread 13512.0x365c exited with code 35584] [Thread 13512.0x300c exited with code 35584] [Thread 13512.0x2538 exited with code 35584] [Inferior 1 (process 13512) exited with code 0105400] (gdb) bt No stack. (gdb) SaVi: thankyou for using SaVi. -- 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