Bug #1933
rgw: crash in swift copy
Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
-
% Done:
0%
Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):
Description
*** Caught signal (Aborted) ** in thread 3bfb57fa700 ceph version 0.39-85-g5abd036 (commit:5abd03621670bfcb8b2c6d804fbd00a3cc86273e) 1: /usr/bin/radosgw() [0x495979] 2: (()+0xef60) [0x3bfc9b57f60] 3: (gsignal()+0x35) [0x3bfc87a6165] 4: (abort()+0x180) [0x3bfc87a8f70] 5: (()+0x6827b) [0x3bfc87dc27b] 6: (()+0x71ad6) [0x3bfc87e5ad6] 7: (cfree()+0x6c) [0x3bfc87ea84c] 8: (RGWRados::copy_obj(void*, rgw_obj&, rgw_obj&, long*, long const*, long const*, char const*, char const*, std::map<std::string, ceph::buffer::list, std::less<std::string>, std::allocator<std::p air<std::string const, ceph::buffer::list> > >&, RGWObjCategory, rgw_err*)+0x55c) [0x4463dc] 9: (RGWCopyObj::execute()+0x283) [0x468593] 10: (RGWProcess::handle_request(FCGX_Request*)+0x6dd) [0x49150d] 11: (RGWProcess::RGWWQ::_process(FCGX_Request*)+0x36) [0x493656] 12: (ThreadPool::worker()+0xa28) [0x4b5dc8] 13: (ThreadPool::WorkThread::entry()+0xd) [0x49178d]
History
#1 Updated by Yehuda Sadeh almost 12 years ago
Might be a copy of a zero sized object.
#2 Updated by Yehuda Sadeh almost 12 years ago
- Category set to 22
copy of zero sized objects indeed. Affects both S3 and swift.
Fixed, at commit:10b00316b7778f6aecbf46ec0aea2aca8b8a7e62.
#3 Updated by Yehuda Sadeh almost 12 years ago
- Status changed from New to Resolved
#4 Updated by John Spray almost 6 years ago
- Project changed from Ceph to rgw
- Category deleted (
22)
Bulk reassign of radosgw category to RGW project.