Trace/breakpoint trap.
Jason Long via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello, I installed the Atomic Cryptocurrency Wallet on my Debian Linux and when I want to launch it, then it shows me "Trace/breakpoint trap" error. I want to find the reason of it with GDB. I launched it inside the GDB: (gdb) run Starting program: /usr/bin/atomic [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7ffff2eb7700 (LWP 12453)] [Detaching after fork from child process 12454] Thread 1 "atomic" received signal SIGTRAP, Trace/breakpoint trap. 0x000055555a7556f3 in ?? () What is the next step? Thank you.