From: Bogdan Costescu (Bogdan.Costescu_at_iwr.uni-heidelberg.de)
Date: Thu Dec 10 2009 - 06:14:34 CST

On Wed, 9 Dec 2009, Rob wrote:

> (gdb) where
> #0 0x0000003278c528b6 in XGetICValues () from /usr/lib64/libX11.so.6
> #1 0x00000000007e053b in Tk_HandleEvent ()

Do you use another locale than en_US or start SCIM ? If so, try:

export LANG=C # for bash or
setenv LANG C # for tcsh

and then start VMD from the same terminal.

Cheers,
Bogdan