Cannot profile CUDA apps with NVVP

Hi All,

I have a NVIDIA Tesla k20m on a Ubuntu 14.04 machine with CUDA v6.5 and driver v340.29 installation.
It is able to compile and run CUDA Apps correctly. However, whenever I try to profile an App with NVVP, it reports JVM crashes due to external native code error.
I attach the error log at the end of this thread. Can anybody help me figure our the reason?

Thanks a lot,

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f513d35a718, pid=30645, tid=139987231573760
#
# JRE version: 7.0_07-b10
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.3-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libgobject-2.0.so.0+0x19718]  g_object_get_qdata+0x18
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

log.txt (109 KB)