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
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
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.
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
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