[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH gnumach v3] Implement per task virtual memory limit
From: |
Samuel Thibault |
Subject: |
Re: [PATCH gnumach v3] Implement per task virtual memory limit |
Date: |
Fri, 10 Jan 2025 19:40:05 +0100 |
Hello,
Diego Nieto Cid, le mar. 07 janv. 2025 18:48:49 +0000, a ecrit:
> I've been running gnumach with this patch for some time, doing other
> porting/debugging tasks and suffered from sporadic filesystem corruption.
Probably ext2fs doesn't really cope well with memory allocation
limitation?
Samuel
> I'm afraid this changes could be the cause of the issue. Currently, I switched
> back to the kernel supplied by the Debian package to check whether corruption
> appears again.
>
> If the memory limitation is the culprit, I should probably enter the debugger,
> if present, as soon as an allocation is denied. I got to find out how to do
> that, though. In such way, I hope to find the task that is failing.
>
> Thanks
> --
> Diego