Project

General

Profile

Actions

Bug #5068

closed

ceph_test_rados gets SIGFPE when run with no args

Added by Dan Mick almost 11 years ago. Updated almost 11 years ago.

Status:
Won't Fix
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
other
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Probably dividing by zero; didn't look closely:

Program terminated with signal 8, Arithmetic exception.
b#0  0x000000000044a6d6 in WeightedTestGenerator::next (this=0x7fffcfe08e10, 
    context=...) at test/osd/TestRados.cc:65
65          if (m_seconds && now - m_start > m_seconds)
(gdb) bt
#0  0x000000000044a6d6 in WeightedTestGenerator::next (this=0x7fffcfe08e10, 
    context=...) at test/osd/TestRados.cc:65
#1  0x0000000000441ea8 in RadosTestContext::loop (this=0x7fffcfe08fc0, 
    gen=0x7fffcfe08e10) at ./test/osd/RadosModel.h:218
#2  0x000000000043fe8e in main (argc=1, argv=0x7fffcfe092a8)
    at test/osd/TestRados.cc:287
(gdb) p m_seconds
$1 = 0
(gdb) p now
$2 = 37540520
(gdb) p m_start
$3 = 1368568088

Actions #1

Updated by Sage Weil almost 11 years ago

  • Status changed from New to Won't Fix
Actions

Also available in: Atom PDF