[vtkusers] Issues with picking in VTK Java on Mac OS X

Sebastien Jourdain sebastien.jourdain at kitware.com
Fri Feb 10 21:05:51 EST 2017


Hi Kevin,

I finally build VTK on my mac (macOS Sierra 10.12.3 - 16D32)

I can run vtk.sample.Demo with the usual external window issue except on
that time the actual rendering window is half the size of the actual
JFrame.

For the Jogl I get a segfault right away.

$ java -cp
vtk-7.1.jar:/Users/seb/.m2/repository/org/jogamp/gluegen/gluegen-rt/2.3.2/gluegen-rt-2.3.2.jar:/Users/seb/.m2/repository/org/jogamp/jogl/jogl-all/2.3.2/jogl-all-2.3.2.jar
-Djava.library.path=$PWD/natives-Darwin-x86_64/
vtk.sample.rendering.JoglConeRendering
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x000000012cdaeb99, pid=51716, tid=7171
#
# JRE version: Java(TM) SE Runtime Environment (8.0_25-b17) (build
1.8.0_25-b17)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode
bsd-amd64 compressed oops)
# Problematic frame:
# C  [libawt_lwawt.dylib+0x44b99]  JNI_OnLoad+0x91
#
# Failed to write core dump. Core dumps have been disabled. To enable core
dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /Users/seb/Documents/code/VTK/install/hs_err_pid51716.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Abort trap: 6

I don't know if the issue come from jogl or VTK with macOS Sierra.

Anyway, wanted to let you know,

Seb

On Tue, Feb 7, 2017 at 7:02 AM, Sean McBride <sean at rogue-research.com>
wrote:

> On Mon, 6 Feb 2017 14:10:03 -0800, Kevin Milner said:
>
> >Any ideas on how to get this working on new Macs?
>
> So you have 2 differences now: different OS version, different screens
> (Retina vs not).  You should try to eliminate one.  You can force a
> non-Retina to act like a retina with Quartz Debug:
>
> <https://developer.apple.com/library/content/documentation/
> GraphicsAnimation/Conceptual/HighResolutionOSX/Testing/Testing.html>
>
> and/or upgrade that Mac from 10.9 (which BTW doesn't get security updates
> anymore) to something newer.
>
> Cheers,
>
> --
> ____________________________________________________________
> Sean McBride, B. Eng                 sean at rogue-research.com
> Rogue Research                        www.rogue-research.com
> Mac Software Developer              Montréal, Québec, Canada
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20170210/e4169b2c/attachment.html>


More information about the vtkusers mailing list