Re: [Qemu-devel] [PATCH] iotests: disable core dumps in test 061

2015-09-24 Thread Kevin Wolf
Am 24.09.2015 um 08:45 hat Markus Armbruster geschrieben: > Max Reitz writes: > > > On 23.09.2015 18:11, Alberto Garcia wrote: > >> Commit 934659c460 disabled the supression of segmentation faults in > >> bash tests. The new output of test 061, however, assumes that a core > >> dump will be produ

Re: [Qemu-devel] [PATCH] iotests: disable core dumps in test 061

2015-09-23 Thread Markus Armbruster
Max Reitz writes: > On 23.09.2015 18:11, Alberto Garcia wrote: >> Commit 934659c460 disabled the supression of segmentation faults in >> bash tests. The new output of test 061, however, assumes that a core >> dump will be produced if a program aborts. This is not necessarily the >> case because c

Re: [Qemu-devel] [PATCH] iotests: disable core dumps in test 061

2015-09-23 Thread Max Reitz
On 23.09.2015 18:11, Alberto Garcia wrote: > Commit 934659c460 disabled the supression of segmentation faults in > bash tests. The new output of test 061, however, assumes that a core > dump will be produced if a program aborts. This is not necessarily the > case because core dumps can be disabled

[Qemu-devel] [PATCH] iotests: disable core dumps in test 061

2015-09-23 Thread Alberto Garcia
Commit 934659c460 disabled the supression of segmentation faults in bash tests. The new output of test 061, however, assumes that a core dump will be produced if a program aborts. This is not necessarily the case because core dumps can be disabled using ulimit. We cannot guarantee that core dumps