From: Rich Cook (rcook_at_llnl.gov)
Date: Thu Dec 17 2009 - 20:08:08 CST

Yes, I have already done that and can give you any info you need.

On Dec 17, 2009, at 5:52 PM, John Stone wrote:

>
> Rich,
> I thought it was crashing in a Tk call, but I don't have your
> traceback in front of me, so that was my vague recollection. If it
> is dying in Tcl itself, then we're going to have to figure out what
> is actually going on there. Can you recompile your Tcl/Tk library
> with
> debugging symbols enabled (i.e. by adding -g to the compilation
> flags)?
>
> Cheers,
> John
>
> On Thu, Dec 17, 2009 at 05:35:12PM -0800, Rich Cook wrote:
>> It crashes when I disable Tk in the same place as before. I'm
>> confused, because you are telling me to disable Tk but it is crashing
>> in a Tcl call. Is that intentional? I'm recompiling without Tcl
>> and
>> without Tk just to see what happens...
>>
>
> --
> NIH Resource for Macromolecular Modeling and Bioinformatics
> Beckman Institute for Advanced Science and Technology
> University of Illinois, 405 N. Mathews Ave, Urbana, IL 61801
> Email: johns_at_ks.uiuc.edu Phone: 217-244-3349
> WWW: http://*www.*ks.uiuc.edu/~johns/ Fax: 217-244-6078
>

/* A function that takes a single integer argument and returns
    a pointer to a function that takes two integer arguments and
    returns a floating-point number. */
float (*func2(int a))(int, int);
Rich Cook
rcook_at_llnl.gov