Created
March 2, 2019 10:11
-
-
Save rupython/740db0a924159ae2cbf4dcc921b5670e to your computer and use it in GitHub Desktop.
From: Zart
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [zart@aura ~]$ coredumpctl gdb | |
| PID: 19307 (python) | |
| UID: 2048 (zart) | |
| GID: 2048 (zart) | |
| Signal: 6 (ABRT) | |
| Timestamp: Sat 2019-03-02 15:08:29 YEKT (1min 8s ago) | |
| Command Line: python -c __import__('os').abort() | |
| Executable: /usr/bin/python2.7 | |
| Control Group: /user.slice/user-2048.slice/session-3.scope | |
| Unit: session-3.scope | |
| Slice: user-2048.slice | |
| Session: 3 | |
| Owner UID: 2048 (zart) | |
| Boot ID: f6817a42d4b94054b2f31e7a086e215e | |
| Machine ID: 0f9984aba2824aa693d29d27106ff984 | |
| Hostname: aura.home.zartsoft.ru | |
| Coredump: /var/lib/systemd/coredump/core.python.2048.f6817a42d4b94054b2f31e7a086e215e.19307.1551521309000000.xz | |
| Message: Process 19307 (python) of user 2048 dumped core. | |
| Stack trace of thread 19307: | |
| #0 0x00007f37bb1998d7 raise (libc.so.6) | |
| #1 0x00007f37bb19b53a abort (libc.so.6) | |
| #2 0x00007f37bbf61629 posix_abort (libpython2.7.so.1.0) | |
| #3 0x00007f37bbf2f82c PyEval_EvalFrameEx (libpython2.7.so.1.0) | |
| #4 0x00007f37bbf30410 PyEval_EvalCodeEx (libpython2.7.so.1.0) | |
| #5 0x00007f37bbf30509 PyEval_EvalCode (libpython2.7.so.1.0) | |
| #6 0x00007f37bbf4991f run_mod (libpython2.7.so.1.0) | |
| #7 0x00007f37bbf4a7e4 PyRun_StringFlags (libpython2.7.so.1.0) | |
| #8 0x00007f37bbf4c0fb PyRun_SimpleStringFlags (libpython2.7.so.1.0) | |
| #9 0x00007f37bbf5ce38 Py_Main (libpython2.7.so.1.0) | |
| #10 0x00007f37bb184fe0 __libc_start_main (libc.so.6) | |
| #11 0x000000000040071e _start (python2.7) | |
| ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment