From: FX (fxcoudert_at_gmail.com)
Date: Wed Apr 11 2012 - 11:57:08 CDT

> Can you modify your MacOS X makefile to add the "-g" flag to the
> compilation flags, and then try running your VMD compilation from within gdb?
> That should help us get a more detailed stack traceback, along with source
> code line numbers.

The full backtrace (with -g -O0) is:

(gdb) bt
#0 0x961f3a57 in ___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___ ()
#1 0x90c61149 in objc_exception_throw ()
#2 0x961f7170 in -[NSObject doesNotRecognizeSelector:] ()
#3 0x96145da9 in ___forwarding___ ()
#4 0x96145b72 in __forwarding_prep_0___ ()
#5 0x0060dc8c in TkpInit ()
#6 0x0057ea28 in Tk_PkgInitStubsCheck ()
#7 0x001c8a6a in TclTextInterp::TclTextInterp (this=0x899cc0, vmdapp=0x106cc00, guienabled=1) at TclTextInterp.C:170
#8 0x0015b8e8 in UIText::UIText (this=0x899c00, vmdapp=0x106cc00, guienabled=1) at UIText.C:78
#9 0x0016bd59 in VMDApp::VMDinit (this=0x106cc00, argc=1, argv=0xbffffb58, displaytype=0x346878 "WIN", displayLoc=0xbffffaf0, displaySize=0xbffffae8) at VMDApp.C:385
#10 0x0019d2fc in main (argc=1, argv=0xbffffb58) at vmdmain.C:35

FX