X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=1.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Message-ID: <4D1FD0D9.2030009@gmail.com> Date: Sat, 01 Jan 2011 20:11:53 -0500 From: chm User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: X server segfault problem Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 I'm having a problem with cygwin 1.7.7 and X version 1.9.3.0 where an OpenGL application from perl using the Mesa3D binding dies in the test with a segfault: A fatal error has occurred and Cygwin/X will now exit. Caught signal 11 (Segmentation fault). Server aborting. Please open /var/log/xwin/XWin.0.log for more information. When I close the popup alert, X exits. The XWin.0.log only has Segmentation fault at address 0xe. I've been unable to determine if the problem is in the perl OpenGL module code or in the updated X+GLX+Mesa3D. To reproduce, just download the perl OpenGL module source: http://search.cpan.org/CPAN/authors/id/C/CH/CHM/OpenGL-0.64.tar.gz and extract the directory. cd to the OpenGL-0.64 directory and run the following command: ( set -x ; perl Makefile.PL ; make ; make test ) 2>&1 | tee ../pogl-x-crash-log.txt which should configure, build and run the test for this module. You will need to have gcc, perl and opengl installed in your cygwin. Any help appreciated since I can no longer develop on cygwin since the X server started crashing...not even to fix the problem (if it is the OpenGL module code). Thanks in advance, Chris -- 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