------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=119304 Summary: crashes when files modified externally Product: kdevelop Version: unspecified Platform: SuSE RPMs OS/Version: Linux Status: NEW Severity: crash Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: christian.nitschkowski kdemail net Version: (using KDE KDE 3.5.0) Installed from: SuSE RPMs Compiler: gcc (GCC) 4.0.2 20050901 (prerelease) (SUSE Linux) When a file, I've open in KDevelop was modified externally, KDevelop will crash as soon as I try to save any modification I made to any file I made in KDevelop. This doesn't happen everytime, but very often. If it didn't crash when saving the first time after being notified about external changes to a file, it will crash some time later when I press save in the same or some other file. It doesn't help closing the externally modified file. Here's a testcase that often works: 1. Open a file in KDevelop 2. Modify it 3. Modify the same file in some other application and save it 4. Switch back to KDevelop and see the conflict message that appeared. 5. Save the modifications you made in KDevelop. => crash