I hereby claim:
- I am dave-tucker on github.
- I am davetucker (https://keybase.io/davetucker) on keybase.
- I have a public key ASB6avUwxNxJ0nE7E0y86Y82mj-3bZoFWscfc7-gh3Iatgo
To claim this, I am signing this object:
| Thread 1 "mcpelauncher-ui" received signal SIGSEGV, Segmentation fault. | |
| #0 QV4::QObjectWrapper::wrap (engine=0x555555c210a0, object=0x73cce29a6a091fd6) | |
| at /run/build-runtime/qt6-qtdeclarative/src/qml/jsruntime/qv4qobjectwrapper_p.h:248 | |
| #1 0x00007ffff728f5a8 in QV4::loadProperty | |
| (v4=0x555555c210a0, wrapper=<optimized out>, object=0x55555724c6a0, property=...) | |
| at /run/build-runtime/qt6-qtdeclarative/src/qml/jsruntime/qv4qobjectwrapper.cpp:129 | |
| #2 0x00007ffff7291bce in QV4::QObjectWrapper::getQmlProperty | |
| (engine=engine@entry=0x555555c210a0, qmlContext=..., wrapper=0x7fffd1b95420, object=object@entry=0x55555724c6a0, name=0x7fffd2078770, flags=..., hasProperty=0x7fffffff6a77, property=0x7fffffff6ac0) | |
| at /run/build-runtime/qt6-qtdeclarative/src/qml/jsruntime/qv4qobjectwrapper.cpp:532 |
| # perf script event handlers, generated by perf script -g python | |
| # Licensed under the terms of the GNU GPL License version 2 | |
| # The common_* event handler fields are the most useful fields common to | |
| # all events. They don't necessarily correspond to the 'common_*' fields | |
| # in the format files. Those fields not available as handler params can | |
| # be retrieved using Python functions of the form common_*(context). | |
| # See the perf-script-python Documentation for the list of available functions. | |
| import os |
| BPF ASYNC RESULTS | |
| 2.134379ms | |
| 2.633542ms | |
| 1.703522ms | |
| 2.444619ms | |
| 2.362205ms | |
| 2.38204ms | |
| 2.682641ms |
| #![no_std] | |
| #![no_main] | |
| use aya_bpf::{ | |
| bindings::sk_action, | |
| macros::{map, stream_parser, stream_verdict}, | |
| maps::{SockMap}, | |
| programs::{SkSkbContext}}; | |
| #[map(name = "sockmap")] |
I hereby claim:
To claim this, I am signing this object:
| # | |
| # Automatically generated file; DO NOT EDIT. | |
| # Crosstool-NG Configuration | |
| # | |
| CT_CONFIGURE_has_xz=y | |
| CT_MODULES=y | |
| # | |
| # Paths and misc options | |
| # |
| # | |
| # Automatically generated file; DO NOT EDIT. | |
| # Crosstool-NG Configuration | |
| # | |
| CT_CONFIGURE_has_xz=y | |
| CT_MODULES=y | |
| # | |
| # Paths and misc options | |
| # |
| # compile libc/__aeabi_idiv0.o | |
| /home/dave/dev/rumpkernel/rumprun/obj-evbearmhf-el-hw/rumptools/bin/arm--netbsdelf-eabihf-gcc -O2 -g -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wno-traditional -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Wno-format -D__NetBSD__ -Ulinux -U__linux -U__linux__ -U__gnu_linux__ --sysroot=/home/dave/dev/rumpkernel/rumprun/obj-evbearmhf-el-hw/rumptools/dest -D_LIBC -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -D_DIAGNOSTIC -DHESIOD -DINET6 -DNLS -I/home/dave/dev/rumpkernel/rumprun/src-netbsd/lib/libc/include -I/home/dave/dev/rumpkernel/rumprun/src-netbsd/lib/libc -I. -I/home/dave/dev/rumpkernel/rumprun/src-netbsd/sys -I/home/dave/dev/rumpkernel/rumprun/src-netbsd/lib/libc/compat/../locale -I/home/dave/dev/rumpkernel/rumprun/src-netbsd/lib/libc/compat/stdlib -I/home/dave/dev/rumpkernel/ru |
| # | |
| # Automatically generated file; DO NOT EDIT. | |
| # Crosstool-NG Configuration | |
| # | |
| CT_CONFIGURE_has_xz=y | |
| CT_MODULES=y | |
| # | |
| # Paths and misc options | |
| # |
| package main | |
| import ( | |
| "fmt" | |
| "syscall" | |
| ) | |
| func main() { | |
| var mod = syscall.NewLazyDLL("kernel32.dll") | |
| var proc = mod.NewProc("IsProcessorFeaturePresent") |