Scott Tringali wrote:
> Oh, this is not good.  Try this:  Open the Find dialog.  Middle-click
> drag the Cancel button and radio buttons into the text field.
> 
>      strlen,                      FP=bfc02d28
>      _XmConvertCSToString,        FP=bfc02ec8
>      XmCvtXmStringToCT,           FP=bfc03058
>      XmCvtXmStringToUTF8String,   FP=bfc03098
>      _XmLabelConvert,             FP=bfc03128
>      _XmConvertHandler,           FP=bfc03268
>      XmeDragSource,               FP=bfc032c8
>      _XmCBNameValueChanged,       FP=bfc033c8
>      _XtDestroyTMData,            FP=bfc03408
>      _XtDestroyTMData,            FP=bfc03478
>      _XtTranslateEvent,           FP=bfc03538
>      XtDispatchEventToWidget,     FP=bfc036f8
>      _XtSendFocusEvent,           FP=bfc03808
>      XtDispatchEvent,             FP=bfc03838
>      XtAppMainLoop,               FP=bfc038c8
> C    main,                        FP=bfc05ab8
>      __libc_start_main,           FP=bfc05b28
>      _start,                      FP=bfc05b30
> 
> Hm. Convert to UTF8 again, which is weird since I'm running with LANG=C.
> 

But that seems to be OK.

You can stop the SEGV by commenting out:

if(IsTopDocument(win))
    tag = "BOLD";

in window.c, but you lose the bold highlight for the active tab.

-- 
There's no point in being grown up if you can't be childish sometimes.
                -- Dr. Who
-- 
NEdit Develop mailing list - [email protected]
http://www.nedit.org/mailman/listinfo/develop

Reply via email to