Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jul 2023 23:48:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 272277] www/firefox: about:support (Troubleshooting Information) is almost completely without information
Message-ID:  <bug-272277-21738-X33oyIPqxX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272277-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-272277-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272277

--- Comment #7 from Jan Beich <jbeich@FreeBSD.org> ---
ProcInfo_bsd.cpp is OpenBSD-only per
https://searchfox.org/mozilla-central/rev/d35b3fe3d8230a255b988afb0ebda1176=
fc2f50b/toolkit/components/processtools/moz.build#42-43
- OpenBSD KERN_PROC_SHOW_THREADS is DragonFly KERN_PROC_FLAG_LWP, NetBSD
KERN_LWP and not necessary on FreeBSD
- OpenBSD p_tid (kinfo_proc) is DragonFly kl_tid (kinfo_lwp), FreeBSD ki_tid
(kinfo_proc), NetBSD l_lid (kinfo_lwp)
- NetBSD/OpeNBSD mib[4] (size of kinfo_proc) + mib[5] (number of kinfo_proc)
are not supported on DragonFly/FreeBSD

If someone wants to work on this they'd need:
- Create VM for each BSD
- Extract Firefox code into a standalone easily testable program
- Fill the missing support, wrap with ifdefs and reduce superfluous differe=
nce
- Copy the modified code back to Firefox
- Adjust moz.build

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-272277-21738-X33oyIPqxX>