From acb50fbc6f5ea2b97613593c7aea21304f3fb459 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 23 Mar 2025 14:06:34 +0200 Subject: add flags from fdinfo info add other warning about vanished pid --- internal/eventloop.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'internal/eventloop.go') diff --git a/internal/eventloop.go b/internal/eventloop.go index 60ea01a..ae3f887 100644 --- a/internal/eventloop.go +++ b/internal/eventloop.go @@ -171,7 +171,9 @@ func (e *eventLoop) syscallEnter(enterEv event.Event) { // Only, when we have a comm name if _, ok := e.comms[tid]; ok { e.enterEvs[tid] = event.NewPair(enterEv) - // TODO } else { .... what if not? } + } else { + // Probably not an issue. + fmt.Println("WARN: No comm name for", enterEv, "process probably already vanished?") } } } -- cgit v1.2.3