Re: [Qemu-devel] New Qemu Crash found with evidence of memory corruption

2007-12-17 Thread andrzej zaborowski
On 16/12/2007, Andreas Schwab <[EMAIL PROTECTED]> wrote: > "Alexey Eremenko" <[EMAIL PROTECTED]> writes: > > > == > > The error seems to be in Qemu's readline.c: > > > > if (idx == TERM_MAX_CMDS) { > > /* Need to get one free slot */ > > free(term

Re: [Qemu-devel] New Qemu Crash found with evidence of memory corruption

2007-12-16 Thread Andreas Schwab
"Alexey Eremenko" <[EMAIL PROTECTED]> writes: > == > The error seems to be in Qemu's readline.c: > > if (idx == TERM_MAX_CMDS) { > /* Need to get one free slot */ > free(term_history[0]); <-- Here is the error. > memcpy(term_history, &term_histor

[Qemu-devel] New Qemu Crash found with evidence of memory corruption

2007-12-16 Thread Alexey Eremenko
Hi Qemu Developers ! Qumranet's Automated testing reveals, that in some cases Qemu double frees memory and crashes. Tested with both Qemu-CVS-2007-12-10 and KVM-56 (both Userspace-only and kernelspace/userspace combo). Error message: == ***