diff options
author | Sven Gothel <[email protected]> | 2011-12-23 04:57:41 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-12-23 04:57:41 +0100 |
commit | 04707d3c1c628d6bf493d6916621d5e34dfefc30 (patch) | |
tree | 97985cf1d3002611443303b100e8b5c8affa4805 /make | |
parent | 3f5df93484a2ea97c6e51a717f05d9ddcec64d84 (diff) |
NEWT/OSX MacWindow.close(): More conservative closing approach.
Closing:
- Java: Set handle to null
- Native:
- Don't release the NSView explicit, but rely on NSWindow's release
- Don't use NSWindow close() but simply call release() instead.
The latter doesn't produce a crash SIGSEGV on exit in some cases.
OSX 10.7.2, NV GPU
Diffstat (limited to 'make')
-rwxr-xr-x | make/scripts/make.jogl.all.macosx.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make/scripts/make.jogl.all.macosx.sh b/make/scripts/make.jogl.all.macosx.sh index 0eaaa1c71..1c22efe48 100755 --- a/make/scripts/make.jogl.all.macosx.sh +++ b/make/scripts/make.jogl.all.macosx.sh @@ -5,7 +5,9 @@ if [ -e /opt-share/etc/profile.ant ] ; then fi -# -Dc.compiler.debug=true +# -Dc.compiler.debug=true \ +# -Djavacdebug="true" \ +# -Djavacdebuglevel="source,lines,vars" \ ant \ -Drootrel.build=build-macosx \ |