kukuruzka165 / materialgram

Telegram Desktop fork with material icons and some improvements
https://kukuruzka165.github.io/materialgram/
Other
484 stars 10 forks source link

failed to allocate memory - Unsupported system page size #35

Open jotenakis2 opened 2 months ago

jotenakis2 commented 2 months ago

Steps to reproduce

Hello just launched app with flatpak run fp run io.github.kukuruzka165.materialgram it crashes with `

: Unsupported system page size : Unsupported system page size : Unsupported system page size ../glib/gprintf.c:349: failed to allocate memory ` I am running Fedora Asahi Remix (kernel 6.10.6-401.asahi.fc40.aarch64+16k) on a Macbook Pro which gas a 16k system page size. It seems materialgram is only 4k page size compliant. Same with telegram release. Please support 16k system page size. ### Expected behaviour App should start. ### Actual behaviour Crashes. ### Operating system Fedora Asahi Remix ### Version of Telegram Desktop 5.4.1.1 ### Installation source Flatpak ### Crash ID _No response_ ### Logs ```shell : Unsupported system page size : Unsupported system page size : Unsupported system page size ../glib/gprintf.c:349: failed to allocate memory ```
jotenakis2 commented 2 months ago

https://github.com/telegramdesktop/tdesktop/issues/24564

angeld-jr2 commented 1 month ago

Exactly same problem. Materialgram crashes.

Operating system

Debian Trixie

arch

aarch64

affected kernel

linux-image-6.10.9-arm64-16k linux-image-6.10.11-arm64-16k linux-image-6.11-rc5-arm64-16k linux-image-*-16k

Materialgram version

5.5.4.1 from flatpak

Logs

$ flatpak run io.github.kukuruzka165.materialgram 
<jemalloc>: Unsupported system page size
<jemalloc>: Unsupported system page size
<jemalloc>: Unsupported system page size
../glib/gprintf.c:349: failed to allocate memory

Notes

telegram-desktop 4.14.9+ds-1.1+b1 from Debian Trixie repo works OK in the same system.