Bug#1031520: maxima: triggers kernel error about memory allocation glitch

2023-02-18 Thread Jörg-Volker Peetz
Thank you for looking into this and the explanations. Meanwhile I found the kernel commit which introduced this warning: https://lkml.kernel.org/lkml/ceefb6c0-fbed-447f-791f-c48d3a4c4...@huawei.com/t/ Maybe then, the kernel people are to blame and the bug could be closed. Regards, Jörg. Camm M

Bug#1031520: maxima: triggers kernel error about memory allocation glitch

2023-02-18 Thread Camm Maguire
Greetings, and thanks for your report! GCL based applications probe brk at runtime to determine an upper bound for its permissible heap. Running under strace -f is usually helpful to see if your kernel messages are correlated with this loop. To my understanding, if brk triggers a 'no enough memo

Bug#1031520: maxima: triggers kernel error about memory allocation glitch

2023-02-17 Thread Jörg-Volker Peetz
Package: maxima Version: 5.46.0-11 Severity: normal Dear Camm Maguire, calling maxima generates a kernel message: kernel: __vm_enough_memory: 1 callbacks suppressed kernel: __vm_enough_memory: pid: 13721, comm: maxima, no enough memory for the allocation The second line appears 10 times. I'm u