[Bug 289714] audio/ardour: does not start on Rel. 14.3

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 28 Jan 2026 08:36:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289714

--- Comment #11 from Peter Much <pmc@citylink.dinoex.sub.org> ---
(In reply to Stellan Alm from comment #5)
You wrote: "a lot of values in both config and session files gets a default
value="inf. 

I started debugging my endless loop on startup. It became clear that the
_umtx_op(2) are not the problem. They are just part of normal talk to the jack
server.

The loop is in another thread that is building the GUI. That thread sets an
initial value, but the debugger shows that value then as NaN (which is the same
as "inf"). 

There is a problem with float variables.

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