Comment 2 for bug 1450127

Revision history for this message
Paul Gevers (paul-climbing) wrote : Re: [Bug 1450127] [NEW] NEdit crashes on launch in Ubuntu 15.04

Hi Roderick,

Thanks for reporting this issue.

If the issue is so reproducible for you, could you install nedit-dbg
(and gdb), start nedit under gdb and create a backtrace?

$ gdb nedit
(gdb) run
(gdb) bt

Paul