aleksander

Results 5 issues of aleksander

This code: ``` Rust fn main() { use std::io::{BufRead, BufReader}; let buf = vec![0u8; 10]; let reader = BufReader::new(&buf[..]); } ``` segfaults at: ``` 0x0000000000204763 in core::ptr::write (dst=0x215000 , src=0)...

bug
upstream

This commit replaces C++11 raw string literal `R"_mrb_( ... )_mrb_"` by C array. Main reason for this is possibility to compile with clang instead of gcc.

Arch Linux / AMDGPU-Pro 16.30 At start SilentArmy memory consumption is about 40 Mb. After 20 hours of mining SilentArmy memory consumption is about 4 Gb. Clang static analyzer found...

Ubuntu Linux x86, xfce4. If window.set_capture_cursor(true) is called then there are no MouseCursorEvent or MouseRelativeEvent events generated in event loop and cursor stays visible. No such issue with sdl2_window. Possibly...

bug

### Describe the bug I tried to `waydroid sesion start` and got this error. I'm guessing the problem is this: ``` [55109.469466] libprocessgroup: Failed to mount blkio cgroup: Operation not...