Project

General

Profile

Actions

Bug #38278

closed

Bug #38094: mgr: crash list

mgr: segfault, dashboard, PyModuleRunner::serve > PyString_FromStringAndSize > PyObject_Malloc

Added by Ernesto Puerta about 5 years ago. Updated about 5 years ago.

Status:
Can't reproduce
Priority:
Normal
Assignee:
-
Category:
ceph-mgr
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
2 - major
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

vstart. CentOS7. master (2275a41d09)

    -5> 2019-02-12 16:45:46.160 7f39d932c700  4 mgr[dashboard] Configured CherryPy, starting engine...
    -4> 2019-02-12 16:45:46.160 7f39d932c700  4 mgr set_uri  module dashboard set URI 'https://ceph2.dev:11000/'
    -3> 2019-02-12 16:45:46.160 7f39d8b2b700 20 mgr[devicehealth]  sleep_interval = 600              
    -2> 2019-02-12 16:45:46.160 7f39d8b2b700  4 mgr get_store get_store key: mgr/devicehealth/last_scrape
    -1> 2019-02-12 16:45:46.160 7f39d8b2b700  4 ceph_store_get last_scrape not found                 
     0> 2019-02-12 16:45:46.170 7f39d932c700 -1 *** Caught signal (Segmentation fault) **            
 in thread 7f39d932c700 thread_name:dashboard                                                        

 ceph version Development (no_version) nautilus (dev)                                                
 1: (()+0x94e5f8) [0x5593103b75f8]                                                                   
 2: (()+0xf5d0) [0x7f39f84705d0]                                                                     
 3: (PyObject_Malloc()+0xa7) [0x7f39fa822ef7]                                                        
 4: (PyString_FromStringAndSize()+0xc2) [0x7f39fa82bdb2]                                             
 5: (()+0xfa348) [0x7f39fa893348]                                                                    
 6: (()+0xfa45a) [0x7f39fa89345a]                                                                    
 7: (()+0xfab6a) [0x7f39fa893b6a]                                                                    
 8: (()+0xfa45a) [0x7f39fa89345a]                                                                    
 9: (()+0xfab56) [0x7f39fa893b56]                                                                    
 10: (()+0xfa45a) [0x7f39fa89345a]                                                                   
 11: (()+0xfab56) [0x7f39fa893b56]                                                                   
 12: (PyMarshal_ReadObjectFromString()+0x48) [0x7f39fa895a68]                                        
 13: (PyMarshal_ReadLastObjectFromFile()+0x83) [0x7f39fa895b33]                                      
 14: (()+0xf5891) [0x7f39fa88e891]                                                                   
 15: (()+0xf715b) [0x7f39fa89015b]                                                                   
 16: (()+0xf863a) [0x7f39fa89163a]                                                                   
 17: (()+0xf7e41) [0x7f39fa890e41]                                                                   
 18: (()+0xf8126) [0x7f39fa891126]                                                                   
 19: (PyImport_ImportModuleLevel()+0x15e) [0x7f39fa891a6e]                                           
 20: (()+0xdbd1f) [0x7f39fa874d1f]                                                                   
 21: (PyObject_Call()+0x43) [0x7f39fa7e4a63]                                                         
 22: (PyEval_CallObjectWithKeywords()+0x47) [0x7f39fa8768f7]                                         
 23: (PyEval_EvalFrameEx()+0x46b5) [0x7f39fa87b5b5]                                                  
 24: (PyEval_EvalCodeEx()+0x7ed) [0x7f39fa88003d]                                                    
 25: (()+0x70978) [0x7f39fa809978]                                                                   
 26: (PyObject_Call()+0x43) [0x7f39fa7e4a63]                                                         
 27: (()+0x5aa55) [0x7f39fa7f3a55]                                                                   
 28: (PyObject_Call()+0x43) [0x7f39fa7e4a63]                                                         
 29: (()+0xa2a87) [0x7f39fa83ba87]                                                                   
 30: (()+0xa179f) [0x7f39fa83a79f]                                                                   
 31: (PyObject_Call()+0x43) [0x7f39fa7e4a63]                                                         
 32: (PyEval_EvalFrameEx()+0x2336) [0x7f39fa879236]                                                  
 33: (PyEval_EvalCodeEx()+0x7ed) [0x7f39fa88003d]                                                    
 34: (PyEval_EvalFrameEx()+0x663c) [0x7f39fa87d53c]                                                  
 35: (PyEval_EvalCodeEx()+0x7ed) [0x7f39fa88003d]                                                    
 36: (()+0x70978) [0x7f39fa809978]                                                                   
 37: (PyObject_Call()+0x43) [0x7f39fa7e4a63]                                                         
 38: (()+0x5aa55) [0x7f39fa7f3a55]                                                                   
 39: (PyObject_Call()+0x43) [0x7f39fa7e4a63]                                                         
 40: (()+0x4bb45) [0x7f39fa7e4b45]                                                                   
 41: (PyObject_CallMethod()+0xbb) [0x7f39fa7e4e7b]                                                   
 42: (PyModuleRunner::serve()+0x8f) [0x55931021e8d3]                                                 
 43: (PyModuleRunner::PyModuleRunnerThread::entry()+0x121) [0x55931021f36b]                          
 44: (Thread::entry_wrapper()+0x78) [0x7f39fbcac766]                                                 
 45: (Thread::_entry_func(void*)+0x18) [0x7f39fbcac6e4]                                              
 46: (()+0x7dd5) [0x7f39f8468dd5]                                                                    
 47: (clone()+0x6d) [0x7f39f7118ead]                                                                 
Actions #1

Updated by Ernesto Puerta about 5 years ago

  • Status changed from New to Can't reproduce
Actions

Also available in: Atom PDF