Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

got a back trace on the segfault on exit #360

Closed
Gingeropolous opened this issue Aug 5, 2015 · 2 comments
Closed

got a back trace on the segfault on exit #360

Gingeropolous opened this issue Aug 5, 2015 · 2 comments

Comments

@Gingeropolous
Copy link
Collaborator

define MONERO_VERSION_TAG "1737fec"

define MONERO_VERSION "0.8.8.7"

define MONERO_VERSION_FULL MONERO_VERSION "-" MONERO_VERSION_TAG

Lubuntu 14.04

(gdb) bt 80
#0 0x0000000000759074 in nOT::nUtils::cLogger::Thread2Number(std::thread::id) ()
#1 0x0000000000767235 in nOT::nUtils::cLogger::write_stream(int, std::string const&) clone .constprop.941
#2 0x00000000006aea0f in epee::net_utils::data_logger::~data_logger() ()
#3 0x00000000006e3b01 in std::unique_ptr<epee::net_utils::data_logger, std::default_deleteepee::net_utils::data_logger >::~unique_ptr() ()
#4 0x00007ffff7833259 in __run_exit_handlers (status=1, listp=0x7ffff7bb56c8 <__exit_funcs>, run_list_atexit=run_list_atexit@entry=true) at exit.c:82
#5 0x00007ffff78332a5 in __GI_exit (status=) at exit.c:104
#6 0x00007ffff7818ecc in __libc_start_main (main=0x47d1b0

, argc=1, argv=0x7fffffffe088, init=, fini=, rtld_fini=,

stack_end=0x7fffffffe078) at libc-start.c:321

#7 0x000000000049016c in _start ()

(gdb)

@Gingeropolous
Copy link
Collaborator Author

and another

(gdb) bt 40
#0 0x000000000071084c in nOT::nUtils::cLogger::Thread2Number(std::thread::id)
()
#1 0x000000000070f65f in nOT::nUtils::cLogger::write_stream(int, std::string const&) clone .constprop.9112
#2 0x00000000007282e4 in epee::net_utils::data_logger::~data_logger() ()
#3 0x00000000006cca39 in std::unique_ptr<epee::net_utils::data_logger, std::default_deleteepee::net_utils::data_logger >::~unique_ptr() ()
#4 0x00007ffff7833259 in __run_exit_handlers (status=1,
listp=0x7ffff7bb56c8 <__exit_funcs>,
run_list_atexit=run_list_atexit@entry=true) at exit.c:82
#5 0x00007ffff78332a5 in __GI_exit (status=) at exit.c:104
#6 0x00007ffff7818ecc in __libc_start_main (main=0x4a9190

, argc=3,
argv=0x7fffffffdea8, init=, fini=,
rtld_fini=, stack_end=0x7fffffffde98) at libc-start.c:321
#7 0x00000000004ae72c in _start ()

@fluffypony
Copy link
Contributor

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants