[vtkusers] vtkFixedPointVolumeRayCastMapper problem in java [SOLUTION]

tesi17 tesi17 at hotmail.com
Tue Oct 12 22:43:06 EDT 2010



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
> 

Thanks a lot! I have been looking several days for a solution.

Regards,

Hector

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



More information about the vtkusers mailing list