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

2014-11-25 Thread Michael Mueller
On Tue, 25 Nov 2014 15:04:38 +0100 Markus Armbruster wrote: > Max Reitz writes: > > > On 2014-11-25 at 14:48, Markus Armbruster wrote: > >> Max Reitz writes: > >> > >>> On 2014-11-25 at 14:20, Markus Armbruster wrote: > Max Reitz writes: > > > On 2014-11-25 at 13:21, Markus Armb

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

2014-11-25 Thread Michael Mueller
On Tue, 25 Nov 2014 11:09:35 +0100 Max Reitz wrote: > Test 039 used to fail because qemu-io -c abort may generate core dumps > even with ulimit -c 0 (and the output then contains "(core dumped)"). > Fix this by adding an option to the "abort" command which allows > specifying a signal number to r

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

2014-11-25 Thread Markus Armbruster
Max Reitz writes: > On 2014-11-25 at 14:48, Markus Armbruster wrote: >> Max Reitz writes: >> >>> On 2014-11-25 at 14:20, Markus Armbruster wrote: Max Reitz writes: > On 2014-11-25 at 13:21, Markus Armbruster wrote: >> Max Reitz writes: >> >>> Test 039 used to fail >>>

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

2014-11-25 Thread Max Reitz
On 2014-11-25 at 14:48, Markus Armbruster wrote: Max Reitz writes: On 2014-11-25 at 14:20, Markus Armbruster wrote: Max Reitz writes: On 2014-11-25 at 13:21, Markus Armbruster wrote: Max Reitz writes: Test 039 used to fail I'm confused: "used to" suggests it doesn't anymore, but you s

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

2014-11-25 Thread Markus Armbruster
Max Reitz writes: > On 2014-11-25 at 14:20, Markus Armbruster wrote: >> Max Reitz writes: >> >>> On 2014-11-25 at 13:21, Markus Armbruster wrote: Max Reitz writes: > Test 039 used to fail I'm confused: "used to" suggests it doesn't anymore, but you sending a patches stro

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

2014-11-25 Thread Max Reitz
On 2014-11-25 at 14:20, Markus Armbruster wrote: Max Reitz writes: On 2014-11-25 at 13:21, Markus Armbruster wrote: Max Reitz writes: Test 039 used to fail I'm confused: "used to" suggests it doesn't anymore, but you sending a patches strongly suggests something's broken. Well, it used t

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

2014-11-25 Thread Markus Armbruster
Max Reitz writes: > On 2014-11-25 at 13:21, Markus Armbruster wrote: >> Max Reitz writes: >> >>> Test 039 used to fail >> I'm confused: "used to" suggests it doesn't anymore, but you sending a >> patches strongly suggests something's broken. > > Well, it used to fail before this series. :-P > >

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

2014-11-25 Thread Max Reitz
On 2014-11-25 at 13:21, Markus Armbruster wrote: Max Reitz writes: Test 039 used to fail I'm confused: "used to" suggests it doesn't anymore, but you sending a patches strongly suggests something's broken. Well, it used to fail before this series. :-P You're right, this sounds bad. Current

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

2014-11-25 Thread Markus Armbruster
Max Reitz writes: > Test 039 used to fail I'm confused: "used to" suggests it doesn't anymore, but you sending a patches strongly suggests something's broken. > because qemu-io -c abort may generate core dumps > even with ulimit -c 0 (and the output then contains "(core du

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

2014-11-25 Thread Max Reitz
Test 039 used to fail because qemu-io -c abort may generate core dumps even with ulimit -c 0 (and the output then contains "(core dumped)"). Fix this by adding an option to the "abort" command which allows specifying a signal number to raise(). Using SIGKILL for example does not result in a core du