FIXED!! Re: Help! (Re: Debugging (Re: Lesstif bug with Grace (X11 bug?)))

2000-05-20 Thread C Hennessy
Hi Rob, I finally found the problem. It was actually 2 problems! The first is that XmTextInsert does not check to see if the value of the insertion position is greater than the current last position. The fix for this has now been checked in. The second problem is that when xmgrace clears

Re: Debugging (Re: Lesstif bug with Grace (X11 bug?))

2000-05-16 Thread Alexander Mai
[now to lesstif@ only again] Ok, some missing info I got via email frmo Rob. It contained additional stuff which is not of major interest here. So I just cut out some pieces and add 1-2 comments. Referring to the XmTextSetString() call: > 1) I commented it out and recompiled: no SIGSEGV error!

Re: Help! (Re: Debugging (Re: Lesstif bug with Grace (X11 bug?)))

2000-05-15 Thread C Hennessy
Alexander Mai wrote: > Well, I'm user of both packages and together wit Rob I tried to > look at it. Unfortunately it doesn't happen for me with the same > versions of grace and lesstif. Main difference is the OS which are > different linux distributions on i86, perhaps also further > setup detail

Help! (Re: Debugging (Re: Lesstif bug with Grace (X11 bug?)))

2000-05-15 Thread Alexander Mai
[Please note the address list. Since we couldn't clearly assign the bug to "anything" I post to grace-dev@ as well as lesstif@] On Mon, 15 May 2000 19:50:49 +0100, C Hennessy wrote: >Hi Rob, > >The last email you sent with the stack trace does not help too much >as I think that it dies not reall

Re: Debugging (Re: Lesstif bug with Grace (X11 bug?))

2000-05-15 Thread C Hennessy
Hi Rob, The last email you sent with the stack trace does not help too much as I think that it dies not really show us where the problem is occuring. So since I have no idea how to use grace, could you please send me a data set which is causing you the problem, and a set of [detailed :-] instruct

Re: Debugging (Re: Lesstif bug with Grace (X11 bug?))

2000-05-13 Thread Rob Lahaye
Hi, I can generate a debugging version of LessTif with -O0 and -g. Is it then alright to move the LessTif files to the PREFIX directory with the "make install" and use LessTif as such for debugging? I've done that, plus configured+make Grace for debugging. Clearing out the text in the Results-

Debugging (Re: Lesstif bug with Grace (X11 bug?))

2000-05-10 Thread Alexander Mai
On Tue, May 09, 2000 at 12:57:46AM +, 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