Enrico Fraccaroli

Results 6 issues of Enrico Fraccaroli

This is a question/idea concerning the xtensor/python wrapping. I was wondering if the following way I'm currently interfacing `xt::xarray` to numpy arrays in python is somehow valid and not an...

The file has these statistics: ``` Size : 86020 N. Blocks : 176 Access : (33261/rwxr-xr-x ) Uid: (1000, None) Gid: (1000, None) Access : 2024-03-08 17:21:50 (1709918510) Modify :...

The ownership of the files under `/` is not correct. Ideally, here is what we should see: - Everything inside `\`, should be owned by `uid=0`; - Everything inside the...

The function `__kmem_cache_alloc_slab` is currently causing a crash during boot. The problem seems to be related to managing the `slab_freelist`. The full backtrace for the bug is: ```gdb #0 list_head_pop...

bug

**Description:** The MentOS shell or input driver currently limits interactive command input to 62 characters. Input lines longer than this are silently truncated or prematurely submitted, preventing the use of...

bug

## fgets() returns prematurely in non-canonical input mode **Description:** When `fgets()` is used with `STDIN_FILENO` and the process has `ICANON` disabled in its `termios` configuration, the function may return immediately...

bug