Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assertion failure in find_holes during record #3717

Open
Keno opened this issue Mar 27, 2024 · 1 comment
Open

Assertion failure in find_holes during record #3717

Keno opened this issue Mar 27, 2024 · 1 comment

Comments

@Keno
Copy link
Member

Keno commented Mar 27, 2024

https://buildkite.com/julialang/julia-master/builds/35035#018e807f-e934-4187-a6d1-294631bd1a79

[FATAL src/record_syscall.cc:5763:find_holes() errno: EXDEV]
 (task 808 (rec:808) at time 469522)
 -> Assertion `data > hole' failed to hold. Found data at 4456448 which should be after hole 4456448; file end 7684096, data offset 4456448
[INFO log_pending_events()] SYSCALL: mmap
[INFO log_pending_events()] (none)
[FATAL src/log.cc:444:emergency_debug()] (session doesn't look interactive, aborting emergency debugging)

I'm not sure what the kernel's guarantees on SEEK_HOLE are and whether holes are allowed to be zero size, but that is what the assert seems to be indicating.

@rocallahan
Copy link
Collaborator

Is it possible that something else is writing to the file concurrently with the tracee?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants