Login  Register

Re: segfaults, working version?

Posted by Merijn Vogel on Aug 26, 2010; 12:05am
URL: https://forum.jogamp.org/Re-segfaults-working-version-tp911744p1343529.html

While using JOCL, I get segfaults left, right and center. If I initialize a context and load a program in it but do not use it, it crashes after a while. If I use it, it also crashes.

These are my first steps towards programming for the GPU, and I only wish to multiply large vectors, this is still a strange issue to me. Note that I only initialize the context and don't even do something with it and it already crashes...

However, I created one of the example programs (multiply vector) and that worked, but it ran so quickly it hardly had the time to crash... I'm not sure which driver versions I use, how to find that out in ubuntu?

Also, may there be some conflict between my X session and JOCL? Using the C/C++-examples my system sometimes hangs (except the mousepointer?!).