Re: [cdesktopenv-devel] XmTextGetString and XmTextFieldGetString in dtksh

2020-03-09 Thread Jon Trulson
On 3/9/20 2:15 PM, Edmond Orignac wrote: > > Hi, > > the patch is working on Ubuntu 64bits. dtksh does not coredump anymore > when using XmTextFieldGetString or XmTextGetString. > > E. > > Thanks, merged to master. -jon > Le 08/03/2020 à 22:09, Jon Trulson a écrit : >> Hi, >> >> Please try the a

Re: [cdesktopenv-devel] XmTextGetString and XmTextFieldGetString in dtksh

2020-03-09 Thread Edmond Orignac
Hi, the patch is working on Ubuntu 64bits. dtksh does not coredump anymore when using XmTextFieldGetString or XmTextGetString. E. Le 08/03/2020 à 22:09, Jon Trulson a écrit : Hi, Please try the attached patch and let me know if it works for you. -jon On 3/8/20 1:44 AM, Edmond Orignac wro

Re: [cdesktopenv-devel] XmTextGetString and XmTextFieldGetString in dtksh

2020-03-08 Thread Jon Trulson
Hi, Please try the attached patch and let me know if it works for you.  -jon On 3/8/20 1:44 AM, Edmond Orignac wrote: > > I hope I am not wasting too much of your time with this, but I have > tested the XmTextGetString x $WIDGET function of dtksh on a 32bit > Intel computer running Slackware 14.

Re: [cdesktopenv-devel] XmTextGetString and XmTextFieldGetString in dtksh

2020-02-29 Thread Jon Trulson
On 2/29/20 4:38 AM, Edmond Orignac wrote: > I have noticed something that seems odd with the functions > XmTextGetString and XmTextFieldGetString. > > When these functions are called to read the text typed in an XmText > widget, they cause a segmentation fault. However, using XtGetValues > instead

[cdesktopenv-devel] XmTextGetString and XmTextFieldGetString in dtksh

2020-02-29 Thread Edmond Orignac
I have noticed something that seems odd with the functions XmTextGetString and XmTextFieldGetString. When these functions are called to read the text typed in an XmText widget, they cause a segmentation fault. However, using XtGetValues instead avoids the segmentation fault. I have the impre