Replies: 1 comment
-
by the way, the problem comes out at the beginning of the process. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
sorry to disturb, but there's one core dump that draws me crazy. Here's the situation at the very beginning, it seems to be something wrong in the function of startPollingThread.
terminate called after throwing an instance of 'fmt::v9::format_error'
what(): unmatched '}' in format string
Aborted (core dumped)
(gdb) bt
#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
#1 0x00007f8d973487f1 in __GI_abort () at abort.c:79
#2 0x00007f8d9799d957 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#3 0x00007f8d979a3ae6 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#4 0x00007f8d979a3b21 in std::terminate() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#5 0x00007f8d979a3d54 in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#6 0x00007f8d97cea715 in fmt::v9::detail::throw_format_error(char const*) ()
from ../../../lib/libark.so
#7 0x00007f8d97d003cb in void fmt::v9::detail::vformat_to(fmt::v9::detail::buffer&, fmt::v9::basic_string_view, fmt::v9::detail::vformat_args::type, fmt::v9::detail::locale_ref) ()
from ../../../lib/libark.so
#8 0x00007f8d97ce67d1 in fmtlogDetailT<0>::poll(bool) [clone .constprop.159] ()
from ../../../lib/libark.so
#9 0x00007f8d97ce74ea in std::thread::_State_impl<std::thread::_Invoker<std::tuple<fmtlogDetailT<0>::startPollingThread(long)::{lambda()#1}> > >::_M_run() () from ../../../lib/libark.so
#10 0x00007f8d979ce6df in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#11 0x00007f8d985ee6db in start_thread (arg=0x7f8d55372700) at pthread_create.c:463
#12 0x00007f8d9742961f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
the problem doesn't occur every time, and probability of occurrence is about 1/50, thank you so much if you can give a hand to figure out what happened. Here's the calling
Beta Was this translation helpful? Give feedback.
All reactions