https://bugzilla.novell.com/show_bug.cgi?id=652523 https://bugzilla.novell.com/show_bug.cgi?id=652523#c20 --- Comment #20 from Jeff Mahoney <jeffm@novell.com> 2010-12-08 20:07:04 UTC --- Created an attachment (id=404015) --> (http://bugzilla.novell.com/attachment.cgi?id=404015) Another backtrace - abort in free(), but a different path. (gdb) list *0x46b942 0x46b942 is in FreeOsBuffers (io.c:1102). 1097 if ((oci = oc->input)) 1098 { 1099 if (FreeInputs) 1100 { 1101 free(oci->buffer); 1102 free(oci); 1103 } 1104 else 1105 { 1106 FreeInputs = oci; -- 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.