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
| ❯ QT_LOGGING_RULES="kf.kio.core=true" KDE_FORK_SLAVES=1 gdb --args dolphin --new-window smb://10.0.0.5 | |
| GNU gdb (GDB) 15.1 | |
| Copyright (C) 2024 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-solus-linux". | |
| Type "show configuration" for configuration details. | |
| For bug reporting instructions, please see: |
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
| (gdb) bt | |
| #0 0x00007f5377cae70b in pthread_kill () from /usr/lib/glibc-hwcaps/x86-64-v3/libc.so.6 | |
| #1 0x00007f5377c54e76 in raise () from /usr/lib/glibc-hwcaps/x86-64-v3/libc.so.6 | |
| #2 0x00007f5377c39838 in abort () from /usr/lib/glibc-hwcaps/x86-64-v3/libc.so.6 | |
| #3 0x00007f537846bc2a in qAbort () | |
| at /home/build/YPKG/root/qt6-base/build/qtbase-everywhere-src-6.7.2/src/corelib/global/qglobal.cpp:161 | |
| #4 0x00007f537846f781 in qt_message_fatal<QString&> (context=..., message=...) | |
| at /home/build/YPKG/root/qt6-base/build/qtbase-everywhere-src-6.7.2/src/corelib/global/qlogging.cpp:2052 | |
| #5 qt_message (msgType=QtFatalMsg, context=..., msg=<optimized out>, ap=<optimized out>) | |
| at /home/build/YPKG/root/qt6-base/build/qtbase-everywhere-src-6.7.2/src/corelib/global/qlogging.cpp:374 |
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
| Application: plasmashell (plasmashell), signal: Segmentation fault | |
| [New LWP 313263] | |
| [New LWP 313271] | |
| [New LWP 313269] | |
| [New LWP 313272] | |
| [New LWP 313276] | |
| [New LWP 313284] | |
| [New LWP 313450] | |
| [New LWP 313398] |
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
| #!/usr/bin/env bash | |
| # first we prune origin to ensure our local list of remote branches is up to date | |
| git remote prune origin | |
| GONE_BRANCHES=$(git branch -vv | grep 'origin/.*: gone]' | awk '{print $1}') | |
| if [ -z "$GONE_BRANCHES" ]; then | |
| echo "Could not find any local branches that have a gone remote" | |
| exit 0 |
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
| ± git push REPONAME | |
| Counting objects: 9, done. | |
| Delta compression using up to 8 threads. | |
| Compressing objects: 100% (9/9), done. | |
| Writing objects: 100% (9/9), 1.47 KiB | 1.47 MiB/s, done. | |
| Total 9 (delta 5), reused 0 (delta 0) | |
| remote: runtime/cgo: pthread_create failed: Resource temporarily unavailable | |
| remote: SIGABRT: abort | |
| remote: PC=0x158e767 m=3 sigcode=18446744073709551610 | |
| remote: |