cgzones

Results 102 comments of cgzones

This requires https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/fs/pidfs.c?h=next-20240223&id=a1a466d5af6c8ed03bfa30305b89cfe8bce1f3f9 (so linux-next for now)

Could you try to disable CPU frequency or CPU temperature and check whether the behavior persists.

@fish98 your observed behavior is probably due to the zswap handling, see https://github.com/htop-dev/htop/commit/71f5a80d9e312375eff28d2fbb7d8add81f6793c and https://github.com/htop-dev/htop/commit/71f2e66126286540ca88d8c36f81008ba5181f89

On FreeBSD `backtrace_symbols_fd(3)` does not work, probably because it is not safe to use in signal handlers (see https://stackoverflow.com/questions/77005/how-to-automatically-generate-a-stacktrace-when-my-program-crashes). Going to test libunwind...

The extended attributes weren't copied in the Btrfs case until recently, see https://github.com/dracut-ng/dracut-ng/commit/3e1d0bc1df6fcc5649e38d1016f05712f634b2f5.

Dropped the change in behavior, and added some additional test cases.

I am currently successfully running the following patch revision: git diff ```diff From bf8092da25f3f5ea484104aa234793c5c6730db6 Mon Sep 17 00:00:00 2001 From: Tavi Date: Sat, 22 Mar 2025 02:54:10 -0400 Subject: [PATCH]...

> why go back to using self functions instead of host? i can't follow, can you explain? > also I did have a revision somewhere above that had musl's assembly...