Skip to content

Instantly share code, notes, and snippets.

View TraceyC77's full-sized avatar

Tracey Clark TraceyC77

View GitHub Profile
@TraceyC77
TraceyC77 / plasma_smb_crash.txt
Created August 21, 2024 19:32
plasma_smb_crash
❯ 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:
@TraceyC77
TraceyC77 / gdb_bt.txt
Created August 7, 2024 22:19
gdb backtrace
(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
@TraceyC77
TraceyC77 / plasmashell-20240807-154723.kcrash
Created August 7, 2024 20:49
plasmashell_backtrace_drkonqui
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]
@TraceyC77
TraceyC77 / git-glean
Created November 15, 2023 22:06 — forked from GrayedFox/git-glean
Remove local branches with a missing (gone) upstream
#!/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
@TraceyC77
TraceyC77 / gitea_log.txt
Created March 29, 2019 17:57
Gitea sigabrt log
± 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: