Wim Deblauwe wrote: > Hi, > > "Since OpenGL is involved, I'd look at variables which affect shared > library loading." > > Do you have information on what variables that are? I suppose PATH is, > but are there others?
The man page for the dynamic loader would be a good place to start. You also might want to look at the docs for the particular OpenGL driver/library currently in use. Or, just look at variables which are different between the interactive shell and Jenkins job environment. <URL:http://man7.org/linux/man-pages/man8/ld.so.8.html> <http://man7.org/linux/man-pages/man8/ld.so.8.html> > > "It's even possible that when you run flashplayer in an interactive > shell, it's using the OpenGL library of real hardware while displaying > in a vncserver." > > Sounds crazy, but it could explain the behaviour I see indeed. > > regards, > > Wim > > -- Jonathan Rogers -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
