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

sync() hangs #2303

Closed
wsldankers opened this issue May 6, 2014 · 2 comments
Closed

sync() hangs #2303

wsldankers opened this issue May 6, 2014 · 2 comments
Milestone

Comments

@wsldankers
Copy link

Running 0.6.2-1precise on kernel 3.11.0-20-generic #34precise1-Ubuntu.

I ran into a situation (after several days of uptime) where every time I'd try to run ‘sync’ it would get stuck in an uninterruptible sleep state (‘D’ in ps aux).

/proc/<pid>/stack for such a process shows:

[<ffffffff811de00b>] sync_inodes_sb+0x9b/0xd0
[<ffffffff811e47cd>] sync_inodes_one_sb+0x1d/0x30
[<ffffffff811b8781>] iterate_supers+0x101/0x110
[<ffffffff811e4935>] sys_sync+0x35/0x90
[<ffffffff8175241d>] system_call_fastpath+0x1a/0x1f
[<ffffffffffffffff>] 0xffffffffffffffff

I have since rebooted the machine and everything is normal again, for now.

cheers,

@ryao
Copy link
Contributor

ryao commented May 6, 2014

This should be fixed in HEAD for the next release by 6f9548c.

@behlendorf behlendorf added this to the 0.6.3 milestone May 6, 2014
@behlendorf behlendorf added the Bug label May 6, 2014
@behlendorf
Copy link
Contributor

Yup, this was already fixed in master so I'm going to close it out. But thanks for filing it.

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

3 participants