https://bugzilla.novell.com/show_bug.cgi?id=731238 https://bugzilla.novell.com/show_bug.cgi?id=731238#c5 Yasuhiko Kamata <belphegor@belbel.or.jp> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |belphegor@belbel.or.jp --- Comment #5 from Yasuhiko Kamata <belphegor@belbel.or.jp> 2011-11-26 02:34:14 UTC --- This problem is caused by libedit. In libedit's source el.c:140, el_free() (which is an alias for glibc's free()) is called against an "el" variable, but the following code will el_free() against "el->el_scratch.cbuff" ("el" was already freed at this point). Therefore, "el_free((ptr_t) el);" should be placed after them. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.