clBuildProgram crashes

Hellow, when i try to execute my program with openCL libs in CUDA toolkit 5.5 on device GTX Titan
clBuildProgram crashes - Segmantation fualt then build one of my kernels:

err_code = clBuildProgram(program, 1, &device, build_opts, NULL, NULL);

program LU of NASA test. operating system is Linux Fedora 64x, compiler - gcc/icc
all code here:
[url]https://drive.google.com/file/d/0BwkVJGSs_ksSRVRiLXZVRjEwbVk/edit?usp=sharing[/url]