]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
global/signal_handler: one less frame of context 22586/head
authorSage Weil <sage@redhat.com>
Sat, 16 Jun 2018 12:55:12 +0000 (07:55 -0500)
committerSage Weil <sage@redhat.com>
Wed, 20 Jun 2018 12:45:49 +0000 (07:45 -0500)
commit7566c2eee2be3f035295d3ab59285fbc89a2df89
treee5b0ecbdbf3683bd892a16dbfb6d208c6c10f2e2
parent90a46dcf40e2e9467b9ce278a54f82efed5838bd
global/signal_handler: one less frame of context

    "backtrace": [
        "(()+0x942e6e) [0x55859889ae6e]",
        "(()+0x11fc0) [0x7f955b1aafc0]",
        "(gsignal()+0x10b) [0x7f9559e91f2b]",
        "(abort()+0x12b) [0x7f9559e7c561]",
...

Drop one frame; it's not really helpful.  We could probably drop up through
gsignal(), but 1 seems safer across platforms.

Signed-off-by: Sage Weil <sage@redhat.com>
src/global/signal_handler.cc