> #1  0x00000000004cf9b0 in get_editor_string
> (editstring=0x7fffae7ac2d0) at tedit.c:977

There is a string comparison at this line with strcmp().  As far as I
know this function crashes if an input character pointer is NULL.

Installing the "ed" editor could be a work around and replacing
strcmp() by a more gracious bu_strcmp() a fix for your problem.


Regards,
    Daniel

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-devel

Reply via email to