System Information
Linux 3.2.0-4-amd64
Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller
Blender Version
Broken: Blender 2.69 r60991
Short description of error
Using an OSL script using texture3d functionality, blender fails to read the texture file.
Exact steps for others to reproduce the error
Obtained OSL distribution containing the file "dense_float.f3d".
Created an OSL script which shoud read the above mentioned texture file, but the output shows only output of 0.
Ran blender throught the linux command "strace" in order to see all the system calls and no system call for reading this file is seen.
After compilation of OSL, the same shader could be compiled and run on the command line, showing the expected output. This is confirmed by using strace and noticing the reading of the texture file