Bug 578 - SIGSEGV on upgrade to Mac Lion 10.7.3.
Summary: SIGSEGV on upgrade to Mac Lion 10.7.3.
Status: RESOLVED WORKSFORME
Alias: None
Product: Jogl
Classification: JogAmp
Component: macosx (show other bugs)
Version: 2
Hardware: pc_x86_64 macosx
: --- critical
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2012-04-19 15:33 CEST by Gene
Modified: 2012-04-22 05:16 CEST (History)
0 users

See Also:
Type: ---
SCM Refs:
Workaround: ---


Attachments
Lion 10.7.3 JOGL crash report. (74.17 KB, text/plain)
2012-04-19 15:33 CEST, Gene
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gene 2012-04-19 15:33:39 CEST
Created attachment 346 [details]
Lion 10.7.3 JOGL crash report.

Attached is a report of crash during getGLProfile() on a Mac upgraded to Lion 10.7.3.  The user says the app ran fine until the most recent Java update from Apple.  This would be Update 8 on the 12th.  

The call in the trace is very early in the initialization. No chance of earlier corruption. The call is:

glProfile = GLProfile.get(GLProfile.GL2);

There are various similar reports (from about 12,000 installed copies), but this is the first with a full stack trace.

Trying to get more details on the machine.

Any help?
Comment 1 Gene 2012-04-19 15:45:31 CEST
Sorry I omitted build info:


This is build version 2.0-b41-20110916, based on: 
              branch  rc 
              commit  64feda2fa7611627e31f55ecc7cf86e290fdf4e3
Comment 2 Sven Gothel 2012-04-22 05:16:56 CEST
NEWT as well as AWT works here, with 10.7.3 latest update. 

java version "1.6.0_31"
Java(TM) SE Runtime Environment (build 1.6.0_31-b04-415-11M3635)
Java HotSpot(TM) 64-Bit Server VM (build 20.6-b01-415, mixed mode)

Darwin jogamp03.goethel.localnet 11.3.0 Darwin Kernel Version 11.3.0

Latest code jogl: 218d67fc0222d7709b21c45792d44501351939c4

If the bug still exist, please re-open it. Thank you.