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
| [Thread debugging using libthread_db enabled] | |
| Using host libthread_db library "/usr/lib/libthread_db.so.1". | |
| Core was generated by `sway --my-next-gpu-wont-be-nvidia'. | |
| Program terminated with signal SIGSEGV, Segmentation fault. | |
| #0 0x00005608b012bc24 in transaction_apply (transaction=0x5608b340c140) at ../sway/desktop/transaction.c:296 | |
| 296 struct sway_node *node = instruction->node; | |
| [Current thread is 1 (Thread 0x7f696d80c940 (LWP 1006723))] | |
| (gdb) #0 0x00005608b012bc24 in transaction_apply (transaction=0x5608b340c140) at ../sway/desktop/transaction.c:296 | |
| instruction = 0x0 | |
| node = 0x5608b2f942d0 |
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
| // runc clang: -g -shared -fPIC -maes -mssse3 | |
| #include "/k/runc/include/sqlite-amalgamation-3360000//sqlite3ext.h" | |
| SQLITE_EXTENSION_INIT1 | |
| #include "/k/runc/include/ak/ak_types.h" | |
| #include "/k/runc/include/meow_hash/meow_hash_x64_aesni.h" | |
| #include <assert.h> | |
| static void | |
| sq_meowhash( |
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 | |
| p() { | |
| echo "$@" >&2 | |
| } | |
| test -z "$USERNAME" && USERNAME=$1 | |
| test -z "$USERNAME" && { | |
| p "Usage: $0 <github_username>" |
OlderNewer