https://bugs.kde.org/show_bug.cgi?id=376432
Bug ID: 376432
Summary: kdevelop is calling utimes() on a C/C++ file
Product: kdevelop
Version: 5.0.80
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Steps to reproduce the issue:
0. Start kdevelop
1. Create or open a kdevelop C/C++ project
2. Open a C/C++ file in the editor
3. Close kdevelop
4. Run "strace -f -o kdevelop.strace kdevelop", open the project if required
5. Close kdevelop
6. Run "grep utimes kdevelop.strace"
$ grep utimes kdevelop.strace
21302 utimes("file.cc", [{tv_sec=1486969933, tv_usec=0}, {tv_sec=1486969933,
tv_usec=0}] <unfinished ...>
21302 <... utimes resumed> ) = 0
See also: man utimes, man strace
Related bugs: #226117
--
You are receiving this mail because:
You are watching all bug changes.