blob: 2781f258b79e140645cde5557a35a4deaa494060 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
TCG memory leak with FreeDOS 'edit'
qemu trunk as of today leaks memory FAST when freedos' edit is running.
To reproduce, download:
https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/repositories/1.3/cdrom.iso
Then run:
$ qemu-system-i386 -cdrom cdrom.iso
select your language then select "return to DOS", then type
> edit
it will consume memory at ~10MB/s
This does NOT happen when adding -enable-kvm
|