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
| JULIA usr/lib/julia/corecompiler.ji | |
| ((::Type{Core.Compiler.Const})(Any) from (::Type{Core.Compiler.Const})(Any), Core.Compiler.PartialStruct(typ=Core.Compiler.Const, fields=Array{Any, (2,)}[ | |
| Any, | |
| Core.Compiler.Const(val=false, actual=false)])) | |
| ((::Type{Core.Compiler.Const})(Bool) from (::Type{Core.Compiler.Const})(Any), Core.Compiler.PartialStruct(typ=Core.Compiler.Const, fields=Array{Any, (2,)}[ | |
| Bool, | |
| Core.Compiler.Const(val=false, actual=false)])) | |
| ((::Type{Core.Compiler.Const})(Tuple) from (::Type{Core.Compiler.Const})(Any), Core.Compiler.PartialStruct(typ=Core.Compiler.Const, fields=Array{Any, (2,)}[ | |
| Tuple, | |
| Core.Compiler.Const(val=false, actual=false)])) |
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
| 482 - record_replay_subject (Failed) | |
| 483 - record_replay_subject-no-syscallbuf (Failed) | |
| 555 - setuid-no-syscallbuf (Failed) | |
| 692 - thread_yield (Failed) | |
| 693 - thread_yield-no-syscallbuf (Failed) | |
| 750 - async_segv (Failed) | |
| 759 - async_usr1-no-syscallbuf (Failed) | |
| 798 - conditional_breakpoint_offload (Failed) | |
| 799 - conditional_breakpoint_offload-no-syscallbuf (Failed) | |
| 816 - dlopen (Failed) |
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
| alacritty --print-events | |
| Created log file at "/tmp/Alacritty-54398.log" | |
| [2020-06-19 16:56] [INFO] Welcome to Alacritty | |
| [2020-06-19 16:56] [INFO] Configuration loaded from "/home/keno/.config/alacritty/alacritty.yml" | |
| [2020-06-19 16:56] [INFO] Device pixel ratio: 1 | |
| [2020-06-19 16:56] [INFO] Initializing glyph cache... | |
| [2020-06-19 16:56] [INFO] ... finished initializing glyph cache in 0.004168528s | |
| [2020-06-19 16:56] [INFO] Cell Size: 9 x 17 | |
| [2020-06-19 16:56] [INFO] Padding: 0 x 0 | |
| [2020-06-19 16:56] [INFO] Width: 800, Height: 600 |
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
| Size 2 copy at page_size - 1: 0 | |
| 1 bytes less than could have been written | |
| Size 3 copy at page_size - 1: 0 | |
| 1 bytes less than could have been written | |
| Size 4 copy at page_size - 1: 0 | |
| 1 bytes less than could have been written | |
| Size 5 copy at page_size - 1: 0 | |
| 1 bytes less than could have been written | |
| Size 6 copy at page_size - 1: 0 | |
| 1 bytes less than could have been written |
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
| #define _GNU_SOURCE | |
| #include <assert.h> | |
| #include <stdio.h> | |
| #include <sys/mman.h> | |
| #include <sys/uio.h> | |
| #include <unistd.h> | |
| #include <errno.h> | |
| #include <string.h> | |
| int main(void) { | |
| size_t page_size = sysconf(_SC_PAGESIZE); |
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
| #include <assert.h> | |
| #include <unistd.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #include <signal.h> | |
| #include <asm/ptrace.h> | |
| #include <sys/ptrace.h> | |
| #include <sys/syscall.h> | |
| #include <sys/wait.h> | |
| #include <sys/uio.h> |
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
| timeout 120 exceeded | |
| ====== /proc/2213017/status | |
| Name: rr | |
| Umask: 0002 | |
| State: S (sleeping) | |
| Tgid: 2213017 | |
| Ngid: 2213017 | |
| Pid: 2213017 | |
| PPid: 2213016 | |
| TracerPid: 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
| 27×5 DataFrames.DataFrame | |
| │ Row │ cat │ testname │ ref_res │ test_res │ factor │ | |
| │ │ String │ String │ Any │ Any │ Any │ | |
| ├─────┼─────────────┼───────────────────────────┼──────────────────────────────────────────┼─────────────────────────────────┼───────────┤ | |
| │ 1 │ info │ SysBenchVer │ 0.2.1 │ 0.2.1 │ Equal │ | |
| │ 2 │ info │ JuliaVer │ 1.4.1 │ 1.5.0-DEV.876 │ Not Equal │ | |
| │ 3 │ info │ OS │ Linux (x86_64-pc-linux-gnu) │ Linux (aarch64-redhat-linux) │ Not Equal │ | |
| │ 4 │ info │ CPU │ Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz │ unknown │ Not Equal │ | |
| │ 5 │ info │ WOR |
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
| diff --git a/gen/gtk_get_set_gen.jl b/gen/gtk_get_set_gen.jl | |
| index 4c9022d..bb30348 100644 | |
| --- a/gen/gtk_get_set_gen.jl | |
| +++ b/gen/gtk_get_set_gen.jl | |
| @@ -46,6 +46,9 @@ const GtkTypeMap = Set{Symbol}([ | |
| :GtkListStore, | |
| :GtkMenu, | |
| :GtkMenuItem, | |
| + :GtkRadioMenuItem, | |
| + :GtkImageMenuItem, |
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
| process 3425731 sent SIGURG | |
| ====== /proc/3425700/status | |
| Name: python3 | |
| Umask: 0002 | |
| State: S (sleeping) | |
| Tgid: 3425700 | |
| Ngid: 0 | |
| Pid: 3425700 | |
| PPid: 3425692 | |
| TracerPid: 0 |