Re: [Qemu-devel] [PATCH v2 3/3] iotests: Fix test 039

2014-12-05 Thread Max Reitz
On 2014-12-05 at 08:08, Fam Zheng wrote: On Thu, 12/04 15:49, Max Reitz wrote: Test 039 used qemu-io -c abort for simulating a qemu crash; however, abort() generally results in a core dump and ulimit -c 0 is no reliable way of preventing that. Use "abort -S 9" instead to have it crash without a

Re: [Qemu-devel] [PATCH v2 3/3] iotests: Fix test 039

2014-12-04 Thread Fam Zheng
On Thu, 12/04 15:49, Max Reitz wrote: > Test 039 used qemu-io -c abort for simulating a qemu crash; however, > abort() generally results in a core dump and ulimit -c 0 is no reliable > way of preventing that. Use "abort -S 9" instead to have it crash > without a core dump. This needs to be fixed t

[Qemu-devel] [PATCH v2 3/3] iotests: Fix test 039

2014-12-04 Thread Max Reitz
Test 039 used qemu-io -c abort for simulating a qemu crash; however, abort() generally results in a core dump and ulimit -c 0 is no reliable way of preventing that. Use "abort -S 9" instead to have it crash without a core dump. Signed-off-by: Max Reitz --- tests/qemu-iotests/039 | 12 +++