[Bug 280115] ports-mgmt/synth: "raised STORAGE_ERROR : s-intman.adb:136 explicit raise" on src/main and src/stable/14

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 03 Jul 2024 21:55:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280115

            Bug ID: 280115
           Summary: ports-mgmt/synth: "raised STORAGE_ERROR :
                    s-intman.adb:136 explicit raise" on src/main and
                    src/stable/14
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: fluffy@FreeBSD.org
          Reporter: Trond.Endrestol@ximalas.info
          Assignee: fluffy@FreeBSD.org
             Flags: maintainer-feedback?(fluffy@FreeBSD.org)

Synth is unable to run on recent src/main and src/stable/14, and bombs out
with:

raised STORAGE_ERROR : s-intman.adb:136 explicit raise

I have confirmed that Synth runs happily with today's ports/main on src/main up
until commit fc3907ce001ec95ff4f32861bfa84f81c268d179, and on src/stable/14 up
until commit 2472e352d80fcf6440fd42fbb16960cc49d05b03.

The error message suggests Synth has run out of stack space, and any changes to
the VM subsystem might be the root cause. Further bisecting is needed.

Neither of src/releng/14.1, src/stable/13, or src/releng/13.3 are affected so
far.

Links to the cited commits:
https://cgit.freebsd.org/src/commit/?id=fc3907ce001ec95ff4f32861bfa84f81c268d179
https://cgit.freebsd.org/src/commit/?h=stable/14&id=2472e352d80fcf6440fd42fbb16960cc49d05b03

BTW, is it possible to raise "ulimit -Hs" as root? /etc/login.conf says
stacksize is unlimited, /etc/login.conf.db is up to date, but "ulimit -s" says
524288, and I haven't found this exact value in any shell related files.

-- 
You are receiving this mail because:
You are the assignee for the bug.