Project

General

Profile

Actions

Bug #8509

closed

ceph-deploy always complaints "sys.excepthook is missing"

Added by Ke-fei Lin almost 10 years ago. Updated almost 10 years ago.

Status:
Duplicate
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

~# ceph-deploy install <my-client>

Always get the messages at the end of output:

...(skipped)
[consumer][INFO  ] Running command: sudo ceph --version
[consumer][DEBUG ] ceph version 0.80.1 (a38fe1169b6d2ac98b427334c12d7cf81f809b74)
Unhandled exception in thread started by 
sys.excepthook is missing
lost sys.stderr

This isn't a problem since the installation was OK.
Just a little bit annoyed.

My environment:

~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 12.04.4 LTS
Release:        12.04
Codename:       precise
~# uname -r
3.11.0-22-generic
~# python --version
Python 2.7.3

Actions #1

Updated by Anonymous almost 10 years ago

I was about to report this for Ice installations as well.

Actions #2

Updated by Alfredo Deza almost 10 years ago

  • Status changed from New to Duplicate

This is a well known issue with Python threads and there is little we can do to mitigate them.

See issue #7594.

Actions #3

Updated by Ke-fei Lin almost 10 years ago

I applied the patch you reported on execnet's tracker and it worked.
Thank you.

Actions

Also available in: Atom PDF