delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/05/23/20:41:38

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:date:from:reply-to:to:message-id:subject
:mime-version:content-type:content-transfer-encoding:references;
q=dns; s=default; b=KywFkeiOJ2jU8OgwOLg3mHP+gDBZIxaACRI88iNj7/M
ICk5b9AYt7F1ZaQcfpTNDyiOhGG7fUwdICJfgcbKttnD+9x2rwHV/5uo7ym6HM3N
+rLvJNkcfESbA/rDLTy6pmDj/tLXvrYDgx1d/RQW/rM47cKmcBbHAyYcHcm4xOvk
=
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:date:from:reply-to:to:message-id:subject
:mime-version:content-type:content-transfer-encoding:references;
s=default; bh=ddZ9x+qJcKUpqbnEnnj3Ox9q+nY=; b=DOISvJwsJBHHaSeNf
6+tHOAKjdgsdaunFoM00aTwX6KfuwsLouNd+ZxKIbJ9hVZmD+xIQbamNIfNr351j
JY5bAiYOfrH9DJrtiZRpYfm6GKZhQvgTUXRhoO0mVLN01socge9SLRICgT4Kbh0Q
uH5a5Zm6m/TcDde8uuTYaldPyE=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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=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
Date: Tue, 24 May 2016 00:38:21 +0000 (UTC)
From: <lloyd DOT wood AT yahoo DOT co DOT uk>
Reply-To: <lloyd DOT wood AT yahoo DOT co DOT uk>
To: "cygwin AT cygwin DOT com" <cygwin AT cygwin DOT com>
Message-ID: <2026486348.2432030.1464050301698.JavaMail.yahoo@mail.yahoo.com>
Subject: changes in 32-bit Cygwin OpenGL causing crashes?
MIME-Version: 1.0
References: <2026486348 DOT 2432030 DOT 1464050301698 DOT JavaMail DOT yahoo DOT ref AT mail DOT yahoo DOT com>

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 <http://gnu.org/licenses/gpl.html> 
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: 
<http://www.gnu.org/software/gdb/bugs/>. 
Find the GDB manual and other documentation resources online at: 
<http://www.gnu.org/software/gdb/documentation/>. 
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019