Jiri Daněk

Results 58 issues of Jiri Daněk

https://download.copr.fedorainfracloud.org/results/jdanek/skupper-router/fedora-rawhide-aarch64/03820885-skupper-router/builder-live.log.gz ``` /builddir/build/BUILD/skupper-router/tests/cpp-stub/cpp_stub.h:47:11: error: 'uint32_t' was not declared in this scope 47 | ((uint32_t*)fn)[0] = 0x58000040 | 9;\ | ^~~~~~~~ /builddir/build/BUILD/skupper-router/tests/cpp-stub/cpp_stub.h:248:13: note: in expansion of macro 'REPLACE_FAR' 248 | REPLACE_FAR(this,...

I am using `void Stub::set` to install my stub. The program crashes when compiled in GCC with Thread Sanitizer. ``` ThreadSanitizer:DEADLYSIGNAL ==4759==ERROR: ThreadSanitizer: SEGV on unknown address 0x000000001297 (pc 0x7f5971a10868...

feature

I am using amd64 architecture. I enabled AddressSanitizer and UndefinedBehavior sanitizer in GCC. My tests produce the following undefined behavior error: ``` cpp_stub.h:244:13: runtime error: store to misaligned address 0x0000004bc2e1...

bug

#### What happened: segfault #### What you expected to happen: 🦄 #### How to reproduce it (as minimally and precisely as possible): Follow the steps as described in https://github.com/openshift/microshift/blob/main/docs/devenv_rhel8.md#running-microshift, except...

* reopen of https://github.com/openshift/microshift/issues/629 ``` W0810 12:42:19.144863 1 fs.go:588] stat failed on /dev/mapper/luks-63cca6c4-98e1-467a-b8ee-acfac51b19ca with error: no such file or directory E0810 12:42:19.144874 1 kubelet.go:1389] "Failed to start ContainerManager" err="failed to...

# Pyre Bug **Bug description** This is the same problem that mypy just fixed, https://github.com/python/mypy/issues/1422 **Reproduction steps** ```python __all__ = get_all_submodules(__path__) ``` This line produces pyre-check error: ``` dschemas/__init__.py:8:29 Unbound...

## What did you do - How was the cluster created? - `k3d cluster create` - What did you do afterwards? - k3d commands? ``` [jdanek@fedora ~]$ sudo Downloads/k3d-linux-amd64 kubeconfig...

bug

This is the basic ClusterFuzzLite integration for GitHub Actions. To enable the extra features, it is necessary to create a "storage repo", as described at https://google.github.io/clusterfuzzlite/running-clusterfuzzlite/github-actions/#storage-repo. I plan to look...