public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: <lloyd.wood@yahoo.co.uk>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: changes in 32-bit Cygwin OpenGL causing crashes?
Date: Tue, 24 May 2016 00:41:00 -0000	[thread overview]
Message-ID: <2026486348.2432030.1464050301698.JavaMail.yahoo@mail.yahoo.com> (raw)
In-Reply-To: <2026486348.2432030.1464050301698.JavaMail.yahoo.ref@mail.yahoo.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

       reply	other threads:[~2016-05-24  0:41 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <2026486348.2432030.1464050301698.JavaMail.yahoo.ref@mail.yahoo.com>
2016-05-24  0:41 ` lloyd.wood [this message]
2016-05-24  1:26   ` KIMURA Masaru
2016-05-24  9:14     ` marco atzeri
2016-05-25  6:59       ` KIMURA Masaru
     [not found] <538382235.210794.1464156496492.JavaMail.yahoo.ref@mail.yahoo.com>
2016-05-25  9:37 ` lloyd.wood
2016-05-25  9:47   ` Andrey Repin
2016-05-25 10:07     ` lloyd.wood
2016-05-26  6:54       ` Stephen John Smoogen
2016-05-25 16:05     ` Stephen John Smoogen
2016-05-25 13:53   ` Marco Atzeri
2016-05-26  9:30   ` Stephen John Smoogen
2016-05-27  8:19     ` lloyd.wood
2016-05-27  9:37       ` Vince Rice
2016-05-27 19:35       ` Stephen John Smoogen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2026486348.2432030.1464050301698.JavaMail.yahoo@mail.yahoo.com \
    --to=lloyd.wood@yahoo.co.uk \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).