https://bugs.kde.org/show_bug.cgi?id=449838

--- Comment #3 from Mark Wielaard <m...@klomp.org> ---
(In reply to Daniele from comment #2)
> isolate bug need time, but can try
> 
> --trace-syscalls=yes
> LOG
> [...]
> SYSCALL[7498,1](425) sys_io_uring_setup ( 0x1000, 137422177456 )[sync] -->
> Success(0x3) --7498-- VALGRIND INTERNAL ERROR: Valgrind received a signal 11
> (SIGSEGV) - exiting
> --7498-- si_code=1;  Faulting address: 0x1000;  sp: 0x1002c8dc38

Thanks. That looks like it is in POST(sys_io_uring_setup) where we do:

      if (VG_(clo_track_fds))
         ML_(record_fd_open_with_given_name)(tid, RES, (HChar*)(Addr)ARG1);

If it is, then using --track-fds=no should make the crash disappear.
Could you try that?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to