-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rgw/sfs: segfault when running 's3tests_boto3.functional.test_s3.test_post_object_*' #191
Comments
jecluis
changed the title
rgw/sfs: segfault when running 's3tests_boto3.functional.test_s3.test_post_object_set_success_code'
rgw/sfs: segfault when running 's3tests_boto3.functional.test_s3.test_post_object_set_*_code'
Oct 27, 2022
jecluis
changed the title
rgw/sfs: segfault when running 's3tests_boto3.functional.test_s3.test_post_object_set_*_code'
rgw/sfs: segfault when running 's3tests_boto3.functional.test_s3.test_post_object_*'
Oct 27, 2022
0xavi0
referenced
this issue
in 0xavi0/ceph
Oct 28, 2022
`mtime` parameter was logged but that's an output variable and might be `nullptr`. Avoid logging it and check if it's `nullptr` before setting the value. Fixes: aquarist-labs/s3gw-tools#191 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
14 tasks
0xavi0
referenced
this issue
in 0xavi0/ceph
Oct 28, 2022
`mtime` parameter was logged but that's an output variable and might be `nullptr`. Avoid logging it and check if it's `nullptr` before setting the value. Fixes: aquarist-labs/s3gw-tools#191 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
0xavi0
referenced
this issue
in 0xavi0/ceph
Oct 28, 2022
`mtime` parameter was logged but that's an output variable and might be `nullptr`. Avoid logging it and check if it's `nullptr` before setting the value. Fixes: aquarist-labs/s3gw-tools#191 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
0xavi0
referenced
this issue
in 0xavi0/ceph
Oct 28, 2022
`mtime` parameter was logged but that's an output variable and might be `nullptr`. Avoid logging it and check if it's `nullptr` before setting the value. Fixes: aquarist-labs/s3gw-tools#191 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
Repository owner
moved this from Backlog
to Done ✅
in S3GW
Oct 31, 2022
jecluis
referenced
this issue
in jecluis/ceph
Nov 11, 2022
`mtime` parameter was logged but that's an output variable and might be `nullptr`. Avoid logging it and check if it's `nullptr` before setting the value. Fixes: aquarist-labs/s3gw-tools#191 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
jecluis
referenced
this issue
in aquarist-labs/ceph
Dec 14, 2022
`mtime` parameter was logged but that's an output variable and might be `nullptr`. Avoid logging it and check if it's `nullptr` before setting the value. Fixes: aquarist-labs/s3gw-tools#191 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
jecluis
referenced
this issue
in aquarist-labs/ceph
Jan 15, 2023
`mtime` parameter was logged but that's an output variable and might be `nullptr`. Avoid logging it and check if it's `nullptr` before setting the value. Fixes: aquarist-labs/s3gw-tools#191 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
jecluis
referenced
this issue
in aquarist-labs/ceph
Jan 24, 2023
`mtime` parameter was logged but that's an output variable and might be `nullptr`. Avoid logging it and check if it's `nullptr` before setting the value. Fixes: aquarist-labs/s3gw-tools#191 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
jecluis
referenced
this issue
in aquarist-labs/ceph
Jan 24, 2023
`mtime` parameter was logged but that's an output variable and might be `nullptr`. Avoid logging it and check if it's `nullptr` before setting the value. Fixes: aquarist-labs/s3gw-tools#191 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
m-ildefons
pushed a commit
to m-ildefons/s3gw
that referenced
this issue
Feb 6, 2023
irq0
referenced
this issue
in irq0/ceph
Mar 13, 2023
`mtime` parameter was logged but that's an output variable and might be `nullptr`. Avoid logging it and check if it's `nullptr` before setting the value. Fixes: aquarist-labs/s3gw-tools#191 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
irq0
referenced
this issue
in irq0/ceph
Mar 15, 2023
`mtime` parameter was logged but that's an output variable and might be `nullptr`. Avoid logging it and check if it's `nullptr` before setting the value. Fixes: aquarist-labs/s3gw-tools#191 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
irq0
referenced
this issue
in irq0/ceph
Mar 15, 2023
`mtime` parameter was logged but that's an output variable and might be `nullptr`. Avoid logging it and check if it's `nullptr` before setting the value. Fixes: aquarist-labs/s3gw-tools#191 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
irq0
referenced
this issue
in irq0/ceph
Mar 15, 2023
`mtime` parameter was logged but that's an output variable and might be `nullptr`. Avoid logging it and check if it's `nullptr` before setting the value. Fixes: aquarist-labs/s3gw-tools#191 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
irq0
referenced
this issue
in irq0/ceph
Mar 17, 2023
`mtime` parameter was logged but that's an output variable and might be `nullptr`. Avoid logging it and check if it's `nullptr` before setting the value. Fixes: aquarist-labs/s3gw-tools#191 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
irq0
referenced
this issue
in aquarist-labs/ceph
Mar 17, 2023
`mtime` parameter was logged but that's an output variable and might be `nullptr`. Avoid logging it and check if it's `nullptr` before setting the value. Fixes: aquarist-labs/s3gw-tools#191 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
irq0
referenced
this issue
in aquarist-labs/ceph
Mar 17, 2023
`mtime` parameter was logged but that's an output variable and might be `nullptr`. Avoid logging it and check if it's `nullptr` before setting the value. Fixes: aquarist-labs/s3gw-tools#191 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
0xavi0
referenced
this issue
in aquarist-labs/ceph
Oct 5, 2023
`mtime` parameter was logged but that's an output variable and might be `nullptr`. Avoid logging it and check if it's `nullptr` before setting the value. Fixes: aquarist-labs/s3gw-tools#191 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
0xavi0
referenced
this issue
in 0xavi0/ceph
Oct 5, 2023
`mtime` parameter was logged but that's an output variable and might be `nullptr`. Avoid logging it and check if it's `nullptr` before setting the value. Fixes: aquarist-labs/s3gw-tools#191 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
0xavi0
referenced
this issue
in aquarist-labs/ceph
Oct 18, 2023
`mtime` parameter was logged but that's an output variable and might be `nullptr`. Avoid logging it and check if it's `nullptr` before setting the value. Fixes: aquarist-labs/s3gw-tools#191 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproducible with
nosetests -v -s <TEST>
with test being any of the below:
Really, any test from
s3tests_boto3.functional.test_s3:test_post_object_*
is expected to fail.The text was updated successfully, but these errors were encountered: