Hi Rob,
Sorry I assumed that you knew some programming.
In your first email you talked about :
Do a non-linear-fit to a dataset and the results
are displayed in the Results-text-field (this will
pop up automatically).
Now as I stated I have never used this tool - and I do not think
that I have enough time to learn it :-)
So maybe the easiest thing is to send me ( off-list ) a file
containing this dataset that you have used and exact instructions
on how to reproduce the problems.
Thanks,
CP
Rob Lahaye wrote:
>
> Dear Mr. Hennessy,
>
> Concerning the Grace SIGSEGV when applying the clear-button
> to the "Results" Window:
>
> You asked me to do some debugging since you cannot reproduce
> the problem. First of all I'm not an experienced debugger.
> When I simply do a "gdb xmgrace", without having grace and
> lesstif compiled with a -g option, I get (after performing
> the actions that cause the SIGSEGV):
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x401e0688 in HandleActions () from /usr/X11R6/lib/libXt.so.6
>
> Well, then I'm confused, because it complains about libXt.so.6,
> which is from XFree86-libs version 3.3.6-11.
>
> Does this mean that lesstif is NOT the problem, but Grace uses
> wrongly a function from the X11-library?
> In that case this bugreport should go to the grace-mailing list.
> Or does Lesstif and the X11-library collide here?
>
> Would it be more useful when I compile lesstif AND grace with
> the -g option?