[vtkusers] vtkFixedPointVolumeRayCastMapper problem in java [SOLUTION]

Stef_D stephane.dallongeville at pasteur.fr
Mon Jul 12 04:10:54 EDT 2010


Thanks a tons, it's worked perfectly for me :)
The strange thing is that behavior doesn't happen on the 64 bit version of
JVM (with 64 bits VTK compilation), maybe the default memory settings are
differents.



Granseier, Michael (VISUS) wrote:
> 
> Hello vtk users,
> 
> I have found a solution to the problem I have posted on 17 June 2010.
> (vtkusers Digest, Vol 74, Issue 24)
> 
> So everyone who has the same error may try this:
> 
> To avoid the stack overflow while using the FixedPointVolumeRayCastMapper
> under java
> on an Windows 32-bit machine, set the size of the native method stacks on
> virtual machine start-up 
> manually using the "-Xss" flag.
> 
> I have used -Xss1024k and it works now without throwing an exception.
> 
> For more information on this issue I refer to chapter "3.5.6 Native Method
> Stacks"
> in
> http://java.sun.com/docs/books/jvms/second_edition/html/Overview.doc.html
> This was very helpful for me to find the solution.
> 
> I hope, I could help,
> 
> Michael
> 

-- 
View this message in context: http://old.nabble.com/vtkFixedPointVolumeRayCastMapper-problem-in-java--SOLUTION--tp28956565p29136821.html
Sent from the VTK - Users mailing list archive at Nabble.com.




More information about the vtkusers mailing list