Re: Very long-running buildworld process
bob prohaska <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jun 12, 2025 at 01:28:27PM -0700, Mark Millard wrote: > > So I'm confused by what you report. My report was wrong. The host suffering the loop has neither gdb nor lldb installed; I must have been looking at the wrong terminal window. > > This area probably needs to be figured out > first and possibly have devel/gdb installed. That promises to be more work than expected. Since armv7 is Tier 2, I'll have to compile the port and learn to set up a package server. This particular host hasn't the disk capacity to host a ports tree. > Are you more familiar with lldb? gdb? I've > used gdb more and not frequently. > Neither one. I'll start with gdb. > > For now I suggest figuring out the lldb and gdb context > and then attaching one of those to the existing process. > After that, figuring out how to look around. Agreed, I'll begin by trying to get gdb working. > > attaching will likely report on what symbols or debug > information is found for the process attached to --vs. > if no such is found. Stopping and restarting the buildworld process seems to have either delayed or avoided the loop; the machine is now up to the point of: ... Building /usr/obj/usr/src/arm.armv7/lib/clang/libclang/Sema/SemaExpr.pico Building /usr/obj/usr/src/arm.armv7/lib/clang/libclang/Sema/SemaExprCXX.pico Building /usr/obj/usr/src/arm.armv7/lib/clang/libclang/Sema/SemaExprMember.pico At this point it looks doubtful the loop is repeatable. Thanks for your guidance and apologies for the goose chase! bob prohaska