* bug#69106: SBCL enomem on 686 @ 2024-02-13 16:22 Christopher Howard [not found] ` <handler.69106.B.170784140214837.ack@debbugs.gnu.org> 0 siblings, 1 reply; 4+ messages in thread From: Christopher Howard @ 2024-02-13 16:22 UTC (permalink / raw) To: 69106 Hi, I was trying to run SBCL on an older 32-bit laptop, using guix on foreign distro. When I launch SBCL, the REPL dies immediately with this error: ``` os_alloc_gc_space(1,0x9000000,3221225472) failed with ENOMEM fatal error encountered in SBCL pid 4657 tid 4657: Can't allocate 0xc0000000 bytes for space 1 ``` However, the program does work if I pass in a --dynamic-space-size argument when I launch sbcl. E.g. ``` sbcl --dynamic-space-size 2000 ``` So, it seems like some allocation value or define is not being set correctly in the build for 686. SBCL manual only says: ``` ‘--dynamic-space-size MEGABYTES’ Size of the dynamic space reserved on startup in megabytes. Default value is platform dependent. ``` My system information: ``` christopher@q4os-desktop ------------------------ OS: Debian GNU/Linux 10 (buster) i686 Host: CF-30CTQAZBM 001 Kernel: 4.19.0-26-686-pae Uptime: 21 hours, 54 mins Packages: 2357 (dpkg), 4 (guix-user) Shell: bash 5.1.16 Resolution: 1024x768 Terminal: /dev/pts/1 CPU: Genuine Intel L2400 (2) @ 1.667GHz GPU: Intel Mobile 945GM/GMS, 943/940GML Express Memory: 219MiB / 3020MiB ``` ``` $ guix describe Generation 2 Feb 12 2024 12:22:05 (current) guix bb92a4d repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: bb92a4d7bc71197a51eea9075387c5313f299085 ``` -- 📛 Christopher Howard 🚀 gemini://gem.librehacker.com 🌐 http://gem.librehacker.com בראשית ברא אלהים את השמים ואת הארץ ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <handler.69106.B.170784140214837.ack@debbugs.gnu.org>]
* bug#69106: SBCL enomem on 686 [not found] ` <handler.69106.B.170784140214837.ack@debbugs.gnu.org> @ 2024-02-13 18:28 ` Christopher Howard 2024-02-13 20:48 ` Christopher Howard 0 siblings, 1 reply; 4+ messages in thread From: Christopher Howard @ 2024-02-13 18:28 UTC (permalink / raw) To: 69106 Just noticed, poking around in the debian sid package, that Debian had to explicitly set ``` export SBCL_ARCH=x86 ``` For their i386 build. Wonder if that might be relevant here. -- Christopher Howard ^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#69106: SBCL enomem on 686 2024-02-13 18:28 ` Christopher Howard @ 2024-02-13 20:48 ` Christopher Howard 2024-08-22 8:06 ` Guillaume Le Vaillant 0 siblings, 1 reply; 4+ messages in thread From: Christopher Howard @ 2024-02-13 20:48 UTC (permalink / raw) To: 69106 Hi, the problem is with these lines: ``` ,@(if (target-ppc32?) ;; 3072 is too much for this architecture. `("--dynamic-space-size=2048") `("--dynamic-space-size=3072")) ``` Package definition simply assumes that all non-ppc32 architectures can handle the larger dynamic space, but apparently not x86. Through experiment, I see the largest dynamic space that works on my old laptop is 2810, but 2048 seems like a more sensible number. -- Christopher Howard ^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#69106: SBCL enomem on 686 2024-02-13 20:48 ` Christopher Howard @ 2024-08-22 8:06 ` Guillaume Le Vaillant 0 siblings, 0 replies; 4+ messages in thread From: Guillaume Le Vaillant @ 2024-08-22 8:06 UTC (permalink / raw) To: Christopher Howard; +Cc: 69106-done [-- Attachment #1: Type: text/plain, Size: 670 bytes --] Christopher Howard <christopher@librehacker.com> skribis: > Hi, the problem is with these lines: > > ``` > ,@(if (target-ppc32?) > ;; 3072 is too much for this architecture. > `("--dynamic-space-size=2048") > `("--dynamic-space-size=3072")) > ``` > > Package definition simply assumes that all non-ppc32 architectures can handle the larger dynamic space, but apparently not x86. Through experiment, I see the largest dynamic space that works on my old laptop is 2810, but 2048 seems like a more sensible number. Fixed in 803f9d3038d3c3048079c63d51b7b40bff09f17a. Closing. [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 247 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-08-22 8:08 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-02-13 16:22 bug#69106: SBCL enomem on 686 Christopher Howard [not found] ` <handler.69106.B.170784140214837.ack@debbugs.gnu.org> 2024-02-13 18:28 ` Christopher Howard 2024-02-13 20:48 ` Christopher Howard 2024-08-22 8:06 ` Guillaume Le Vaillant
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/guix.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.