Re: Debugging Microconference at Linux Plumbers Conference?

Serapheim Dimitropoulos <[email protected]> Thu, 9 Apr 2026 10:41:44 -0400
Newsgroups org.kernel.vger.linux-debuggers
Message-ID <[email protected]>
On Wed, Apr 08, 2026 at 12:50:14PM -0700, Omar Sandoval wrote:
> We are gauging interest in hosting another Debugging Microconference at
> Linux Plumbers Conference this year. Topics would focus on common
> challenges people are facing with debugging tooling: collecting and
> analyzing core dumps, doing live analysis, developing more powerful
> debugger features and tools, etc.

I'd be interested in attending and potentially starting a discussion
over a few things that we've been working on at CoreWeave!

Specifically:

(1) Capturing crash dumps with tight memory and space constraints at
    scale

(2) Triaging, deduplicating, and categorizing crash dumps in
    production

(3) We've been experimenting with out-of-band kernel introspection
    (using drgn in a DPU to introspect the host with one-sided RDMA
    ops). Would be cool to see if others have worked on the same or
    similar problems.

Thanks,
Serapheim