Login  Register

jocl together with jogl1.1.1 ?

classic Classic list List threaded Threaded
3 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

jocl together with jogl1.1.1 ?

fsprenge
I've added some Jocl code to a bigger project which uses for historical reasons jogl1.1.1, the jocl stuff seems to run quite nice and also does the computations right (just computing, no interaction with jogl in that part).

BUT, after some minutes the whole program crashes without noticing anything. Are there any side effects with the old jogl version known so far ?

Regards
Frauke
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: jocl together with jogl1.1.1 ?

Michael Bien
linux + NV driver?

if yes it should be fixed in the next driver release (if you have a nv developer account you can already test the drivers)

workaround:
e.g 64bit linux:
export LD_PRELOAD='/usr/lib/jvm/java-6-sun/jre/lib/amd64/libjsig.so'

more info:
http://www.mail-archive.com/core-libs-dev@.../msg04152.html

have fun,
michael


On 07/19/2010 03:06 PM, fsprenge [via jogamp] wrote:
I've added some Jocl code to a bigger project which uses for historical reasons jogl1.1.1, the jocl stuff seems to run quite nice and also does the computations right (just computing, no interaction with jogl in that part).

BUT, after some minutes the whole program crashes without noticing anything. Are there any side effects with the old jogl version known so far ?

Regards
Frauke


View message @ http://jogamp.762907.n3.nabble.com/jocl-together-with-jogl1-1-1-tp978417p978417.html
To start a new topic under jogamp, email [hidden email]
To unsubscribe from jogamp, click here.


Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: jocl together with jogl1.1.1 ?

fsprenge
Michael Bien wrote
  linux + NV driver?
exactly...

Thanks, I will try or wait.

Frauke