On 2015-09-28 09:17, Mike Miller wrote: > Confirmed, but only if the macro contains at least two newlines. The > minimal test case is: C-x ( <NL> <NL> C-x ) C-x e > > Able to reproduce with upstream git master branch as well. Upstream > has already opened an issue tracker for this, please follow up > there with further comments or patches.
I think the problem may actually reside in a readline library since I get the same issue in Python (2.7 and 3.4) which uses readline under the covers: $ python >>> import cmd >>> cmd.Cmd().cmdloop() (Cmd) # do C-x ( <NL> <NL> C-x ) C-x e and it segfaults -Tim

