[Xfce-bugs] [Bug 12264] Crash when renaming single file in folder
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Sat Oct 8 17:36:55 CEST 2016
https://bugzilla.xfce.org/show_bug.cgi?id=12264
--- Comment #134 from Andreas Böhler <spam at aboehler.at> ---
I forgot to mention that I am on an x64 Arch Linux machine (current as of
today). an strace (with patch #6779 applied) gives:
write(4, "\1\0\0\0\0\0\0\0", 8) = 8
recvmsg(5, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily
unavailable)
inotify_rm_watch(14, 5) = 0
futex(0x7fa94ca47a60, FUTEX_WAKE_PRIVATE, 1) = 1
inotify_rm_watch(14, 6) = 0
futex(0x7fa94ca47a60, FUTEX_WAKE_PRIVATE, 1) = 1
lstat("/path/to/directory", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
inotify_add_watch(14, "/path/to/directory",
IN_MODIFY|IN_ATTRIB|IN_CLOSE_WRITE|IN_MOVED_FROM|IN_MOVED_TO|IN_CREATE|IN_DELETE|IN_DELETE_SELF|IN_MOVE_SELF|IN_UNMOUNT|IN_ONLYDIR)
= 18
futex(0x69f4f8, FUTEX_WAIT_PRIVATE, 2, NULL
And there it stops and becomes unresponsive.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Xfce-bugs
mailing list