Hi Enrico,
Here it is:
ps -A
...
8745 pts/2 00:00:00 root
8746 pts/2 00:00:00 root.exe
[lgemedia@zabriskie ~]$ gdb -p 8746
GNU gdb (GDB) Fedora 12.1-1.fc35
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word".
Attaching to process 8746
Reading symbols from /data2/root_install/bin/root.exe...
This GDB supports auto-downloading debuginfo from the following URLs:
https://debuginfod.fedoraproject.org/
Enable debuginfod for this session? (y or [n])
Debuginfod has been disabled.
To make this setting permanent, add 'set debuginfod enabled off' to .gdbinit.
(No debugging symbols found in /data2/root_install/bin/root.exe)
Reading symbols from /data2/root_install/lib/libRint.so...
(No debugging symbols found in /data2/root_install/lib/libRint.so)
Reading symbols from /data2/root_install/lib/libCore.so...
(No debugging symbols found in /data2/root_install/lib/libCore.so)
Reading symbols from /usr/lib64/libstdc++.so.6...
Reading symbols from .gnu_debugdata for /usr/lib64/libstdc++.so.6...
(No debugging symbols found in .gnu_debugdata for /usr/lib64/libstdc++.so.6)
Reading symbols from /usr/lib64/libm.so.6...
Reading symbols from .gnu_debugdata for /usr/lib64/libm.so.6...
(No debugging symbols found in .gnu_debugdata for /usr/lib64/libm.so.6)
Reading symbols from /usr/lib64/libgcc_s.so.1...
Reading symbols from .gnu_debugdata for /usr/lib64/libgcc_s.so.1...
(No debugging symbols found in .gnu_debugdata for /usr/lib64/libgcc_s.so.1)
Reading symbols from /usr/lib64/libc.so.6...
(No debugging symbols found in /usr/lib64/libc.so.6)
Reading symbols from /lib64/ld-linux-x86-64.so.2...
Reading symbols from /usr/lib64/libpcre.so.1...
Reading symbols from .gnu_debugdata for /usr/lib64/libpcre.so.1...
(No debugging symbols found in .gnu_debugdata for /usr/lib64/libpcre.so.1)
Reading symbols from /usr/lib64/liblzma.so.5...
Reading symbols from .gnu_debugdata for /usr/lib64/liblzma.so.5...
(No debugging symbols found in .gnu_debugdata for /usr/lib64/liblzma.so.5)
Reading symbols from /usr/lib64/libxxhash.so.0...
Reading symbols from .gnu_debugdata for /usr/lib64/libxxhash.so.0...
(No debugging symbols found in .gnu_debugdata for /usr/lib64/libxxhash.so.0)
Reading symbols from /usr/lib64/liblz4.so.1...
Reading symbols from .gnu_debugdata for /usr/lib64/liblz4.so.1...
(No debugging symbols found in .gnu_debugdata for /usr/lib64/liblz4.so.1)
Reading symbols from /usr/lib64/libz.so.1...
Reading symbols from .gnu_debugdata for /usr/lib64/libz.so.1...
(No debugging symbols found in .gnu_debugdata for /usr/lib64/libz.so.1)
Reading symbols from /usr/lib64/libzstd.so.1...
Reading symbols from .gnu_debugdata for /usr/lib64/libzstd.so.1...
(No debugging symbols found in .gnu_debugdata for /usr/lib64/libzstd.so.1)
Reading symbols from /data2/root_install/lib/libRIO.so...
(No debugging symbols found in /data2/root_install/lib/libRIO.so)
Reading symbols from /data2/root_install/lib/libThread.so...
(No debugging symbols found in /data2/root_install/lib/libThread.so)
Reading symbols from /data2/root_install/lib/libCling.so...
(No debugging symbols found in /data2/root_install/lib/libCling.so)
Reading symbols from /usr/lib64/libtinfo.so.6...
Reading symbols from .gnu_debugdata for /usr/lib64/libtinfo.so.6...
(No debugging symbols found in .gnu_debugdata for /usr/lib64/libtinfo.so.6)
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib64/libthread_db.so.1".
0x00007fa3eb13e682 in read () from /usr/lib64/libc.so.6
Missing separate debuginfos, use: dnf debuginfo-install glibc-2.34-35.fc35.x86_64 libgcc-11.3.1-2.fc35.x86_64 libstdc++-11.3.1-2.fc35.x86_64 libzstd-1.5.2-2.fc35.x86_64 lz4-libs-1.9.3-3.fc35.x86_64 ncurses-libs-6.2-8.20210508.fc35.x86_64 pcre-8.45-1.fc35.x86_64 xz-libs-5.2.5-9.fc35.x86_64 zlib-1.2.11-30.fc35.x86_64
(gdb) backtrace
#0 0x00007fa3eb13e682 in read () from /usr/lib64/libc.so.6
#1 0x00007fa3eb0989c4 in __GI__IO_file_underflow () from /usr/lib64/libc.so.6
#2 0x00007fa3eb0999f6 in _IO_default_uflow () from /usr/lib64/libc.so.6
#3 0x00007fa3eb08d34c in _IO_getline_info () from /usr/lib64/libc.so.6
#4 0x00007fa3eb08c430 in fgets () from /usr/lib64/libc.so.6
#5 0x00007fa3e7265fd7 in (anonymous namespace)::AddHostArguments(llvm::StringRef, std::vector<char const*, std::allocator<char const*> >&, char const*, cling::CompilerOptions const&) [clone .constprop.0] () from /data2/root_install/lib/libCling.so
#6 0x00007fa3e726b764 in (anonymous namespace)::createCIImpl(std::unique_ptr<llvm::MemoryBuffer, std::default_delete<llvm::MemoryBuffer> >, cling::CompilerOptions const&, char const*, std::unique_ptr<clang::ASTConsumer, std::default_delete<clang::ASTConsumer> >, std::vector<std::shared_ptr<clang::ModuleFileExtension>, std::allocator<std::shared_ptr<clang::ModuleFileExtension> > > const&, bool, bool) ()
from /data2/root_install/lib/libCling.so
#7 0x00007fa3e726e707 in cling::CIFactory::createCI(llvm::StringRef, cling::InvocationOptions const&, char const*, std::unique_ptr<clang::ASTConsumer, std::default_delete<clang::ASTConsumer> >, std::vector<std::shared_ptr<clang::ModuleFileExtension>, std::allocator<std::shared_ptr<clang::ModuleFileExtension> > > const&) () from /data2/root_install/lib/libCling.so
#8 0x00007fa3e732ac59 in cling::IncrementalParser::IncrementalParser(cling::Interpreter*, char const*, std::vector<std::shared_ptr<clang::ModuleFileExtension>, std::allocator<std::shared_ptr<clang::ModuleFileExtension> > > const&) ()
from /data2/root_install/lib/libCling.so
#9 0x00007fa3e72aa96b in cling::Interpreter::Interpreter(int, char const* const*, char const*, std::vector<std::shared_ptr<clang::ModuleFileExtension>, std::allocator<std::shared_ptr<clang::ModuleFileExtension> > > const&, bool, cling::Interpreter const*) ()
from /data2/root_install/lib/libCling.so
#10 0x00007fa3e71ffa9a in TCling::TCling(char const*, char const*, char const* const*) () from /data2/root_install/lib/libCling.so
#11 0x00007fa3e7201ab1 in CreateInterpreter () from /data2/root_install/lib/libCling.so
#12 0x00007fa3eb99acec in TROOT::InitInterpreter() () from /data2/root_install/lib/libCore.so
#13 0x00007fa3eb99b19f in ROOT::Internal::GetROOT2() () from /data2/root_install/lib/libCore.so
#14 0x00007fa3eb9a79e5 in TApplication::TApplication(char const*, int*, char**, void*, int) () from /data2/root_install/lib/libCore.so
#15 0x00007fa3ebd401a6 in TRint::TRint(char const*, int*, char**, void*, int, bool, bool) () from /data2/root_install/lib/libRint.so
#16 0x00000000004011b1 in main ()
(gdb) continue
Continuing.
^C
Program received signal SIGINT, Interrupt.
0x00007fa3eb13e682 in read () from /usr/lib64/libc.so.6
(gdb) backtrace
#0 0x00007fa3eb13e682 in read () from /usr/lib64/libc.so.6
#1 0x00007fa3eb0989c4 in __GI__IO_file_underflow () from /usr/lib64/libc.so.6
#2 0x00007fa3eb0999f6 in _IO_default_uflow () from /usr/lib64/libc.so.6
#3 0x00007fa3eb08d34c in _IO_getline_info () from /usr/lib64/libc.so.6
#4 0x00007fa3eb08c430 in fgets () from /usr/lib64/libc.so.6
#5 0x00007fa3e7265fd7 in (anonymous namespace)::AddHostArguments(llvm::StringRef, std::vector<char const*, std::allocator<char const*> >&, char const*, cling::CompilerOptions const&) [clone .constprop.0] () from /data2/root_install/lib/libCling.so
#6 0x00007fa3e726b764 in (anonymous namespace)::createCIImpl(std::unique_ptr<llvm::MemoryBuffer, std::default_delete<llvm::MemoryBuffer> >, cling::CompilerOptions const&, char const*, std::unique_ptr<clang::ASTConsumer, std::default_delete<clang::ASTConsumer> >, std::vector<std::shared_ptr<clang::ModuleFileExtension>, std::allocator<std::shared_ptr<clang::ModuleFileExtension> > > const&, bool, bool) ()
from /data2/root_install/lib/libCling.so
#7 0x00007fa3e726e707 in cling::CIFactory::createCI(llvm::StringRef, cling::InvocationOptions const&, char const*, std::unique_ptr<clang::ASTConsumer, std::default_delete<clang::ASTConsumer> >, std::vector<std::shared_ptr<clang::ModuleFileExtension>, std::allocator<std::shared_ptr<clang::ModuleFileExtension> > > const&) () from /data2/root_install/lib/libCling.so
#8 0x00007fa3e732ac59 in cling::IncrementalParser::IncrementalParser(cling::Interpreter*, char const*, std::vector<std::shared_ptr<clang::ModuleFileExtension>, std::allocator<std::shared_ptr<clang::ModuleFileExtension> > > const&) ()
from /data2/root_install/lib/libCling.so
#9 0x00007fa3e72aa96b in cling::Interpreter::Interpreter(int, char const* const*, char const*, std::vector<std::shared_ptr<clang::ModuleFileExtension>, std::allocator<std::shared_ptr<clang::ModuleFileExtension> > > const&, bool, cling::Interpreter const*) ()
from /data2/root_install/lib/libCling.so
#10 0x00007fa3e71ffa9a in TCling::TCling(char const*, char const*, char const* const*) () from /data2/root_install/lib/libCling.so
#11 0x00007fa3e7201ab1 in CreateInterpreter () from /data2/root_install/lib/libCling.so
#12 0x00007fa3eb99acec in TROOT::InitInterpreter() () from /data2/root_install/lib/libCore.so
#13 0x00007fa3eb99b19f in ROOT::Internal::GetROOT2() () from /data2/root_install/lib/libCore.so
#14 0x00007fa3eb9a79e5 in TApplication::TApplication(char const*, int*, char**, void*, int) () from /data2/root_install/lib/libCore.so
#15 0x00007fa3ebd401a6 in TRint::TRint(char const*, int*, char**, void*, int, bool, bool) () from /data2/root_install/lib/libRint.so
#16 0x00000000004011b1 in main ()
(gdb) continue
Continuing.
^C
Program received signal SIGINT, Interrupt.
0x00007fa3eb13e682 in read () from /usr/lib64/libc.so.6
(gdb) backtrace
#0 0x00007fa3eb13e682 in read () from /usr/lib64/libc.so.6
#1 0x00007fa3eb0989c4 in __GI__IO_file_underflow () from /usr/lib64/libc.so.6
#2 0x00007fa3eb0999f6 in _IO_default_uflow () from /usr/lib64/libc.so.6
#3 0x00007fa3eb08d34c in _IO_getline_info () from /usr/lib64/libc.so.6
#4 0x00007fa3eb08c430 in fgets () from /usr/lib64/libc.so.6
#5 0x00007fa3e7265fd7 in (anonymous namespace)::AddHostArguments(llvm::StringRef, std::vector<char const*, std::allocator<char const*> >&, char const*, cling::CompilerOptions const&) [clone .constprop.0] () from /data2/root_install/lib/libCling.so
#6 0x00007fa3e726b764 in (anonymous namespace)::createCIImpl(std::unique_ptr<llvm::MemoryBuffer, std::default_delete<llvm::MemoryBuffer> >, cling::CompilerOptions const&, char const*, std::unique_ptr<clang::ASTConsumer, std::default_delete<clang::ASTConsumer> >, std::vector<std::shared_ptr<clang::ModuleFileExtension>, std::allocator<std::shared_ptr<clang::ModuleFileExtension> > > const&, bool, bool) ()
from /data2/root_install/lib/libCling.so
#7 0x00007fa3e726e707 in cling::CIFactory::createCI(llvm::StringRef, cling::InvocationOptions const&, char const*, std::unique_ptr<clang::ASTConsumer, std::default_delete<clang::ASTConsumer> >, std::vector<std::shared_ptr<clang::ModuleFileExtension>, std::allocator<std::shared_ptr<clang::ModuleFileExtension> > > const&) () from /data2/root_install/lib/libCling.so
#8 0x00007fa3e732ac59 in cling::IncrementalParser::IncrementalParser(cling::Interpreter*, char const*, std::vector<std::shared_ptr<clang::ModuleFileExtension>, std::allocator<std::shared_ptr<clang::ModuleFileExtension> > > const&) ()
from /data2/root_install/lib/libCling.so
#9 0x00007fa3e72aa96b in cling::Interpreter::Interpreter(int, char const* const*, char const*, std::vector<std::shared_ptr<clang::ModuleFileExtension>, std::allocator<std::shared_ptr<clang::ModuleFileExtension> > > const&, bool, cling::Interpreter const*) ()
from /data2/root_install/lib/libCling.so
#10 0x00007fa3e71ffa9a in TCling::TCling(char const*, char const*, char const* const*) () from /data2/root_install/lib/libCling.so
#11 0x00007fa3e7201ab1 in CreateInterpreter () from /data2/root_install/lib/libCling.so
#12 0x00007fa3eb99acec in TROOT::InitInterpreter() () from /data2/root_install/lib/libCore.so
#13 0x00007fa3eb99b19f in ROOT::Internal::GetROOT2() () from /data2/root_install/lib/libCore.so
#14 0x00007fa3eb9a79e5 in TApplication::TApplication(char const*, int*, char**, void*, int) () from /data2/root_install/lib/libCore.so
#15 0x00007fa3ebd401a6 in TRint::TRint(char const*, int*, char**, void*, int, bool, bool) () from /data2/root_install/lib/libRint.so
#16 0x00000000004011b1 in main ()
(gdb) continue
Continuing.
[Detaching after vfork from child process 9091]
[Detaching after vfork from child process 9110]
[Detaching after vfork from child process 9112]
^C
Program received signal SIGINT, Interrupt.
0x00007fa3eb144ba9 in select () from /usr/lib64/libc.so.6
Missing separate debuginfos, use: dnf debuginfo-install openssl-libs-1.1.1o-1.fc35.x86_64 tbb-2020.3-9.fc35.x86_64
(gdb) backtrace
#0 0x00007fa3eb144ba9 in select () from /usr/lib64/libc.so.6
#1 0x00007fa3ebaf1892 in TUnixSystem::UnixSelect(int, TFdSet*, TFdSet*, long) () from /data2/root_install/lib/libCore.so
#2 0x00007fa3ebaf2154 in TUnixSystem::DispatchOneEvent(bool) () from /data2/root_install/lib/libCore.so
#3 0x00007fa3eba07557 in TSystem::Run() () from /data2/root_install/lib/libCore.so
#4 0x00007fa3eb9a2e03 in TApplication::Run(bool) () from /data2/root_install/lib/libCore.so
#5 0x00007fa3ebd4100b in TRint::Run(bool) () from /data2/root_install/lib/libRint.so
#6 0x00000000004011bd in main ()
(gdb)
Thanks.
Cheers,
Luiz Regis