On Wed, Jan 12, 2011 at 09:09, Daniel Roßberg <[email protected]> wrote: ... > I could reproduce your problem. gdb says the crash happens in > strcmp() as I suspected. > > To work around the problem I installed every editor which can cause a > failure: emacs, vim, vi, ed. Now it works. Nevertheless it's a bug > in mged.
Well that "work"-around "work"ed (but at the cost of installing heavyweight emacs: 78 Mb). On a lark I then removed emacs and did: sudo touch /usr/bin/DUMMY-FOR-MGED-BUG sudo ln -s /usr/bin/DUMMY-FOR-MGED-BUG /usr/bin/emacs which also worked with a savings of 78 Mb. Thanks, Daniel, and I see Sean has a bug documented. Regards, -Tom ------------------------------------------------------------------------------ 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
