| Summary: | KDevelop exits while saving a large docbook file leaving the file truncated | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Joachim Eibl <joachim.eibl> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Joachim Eibl
2006-01-29 20:55:29 UTC
Yesterday the bug didn't occur in kwrite, but today I encountered quite the same behaviour in kwrite. I was editing a file via kwrite (started from the console). Then when I was trying to save for the second or third time (after some small change) kwrite exited with: kio (KDirWatch): WARNING: KDirWatch::removeDir can't handle '/daten/home/joachim/kdiff3-0.9.89/debug/doc' *** glibc detected *** corrupted double-linked list: 0x083f9770 *** [3]- Der Wecker klingelt kwrite index.html -------------- Why is removeDir called in the when I try to save a file? Could there be a problem that on my system /home is a symbolic link pointing to /daten/home? When I then list the directory, you can again see that the file is truncated in comparison to the backup. l index.html* -rw-r--r-- 1 joachim users 65591 2006-01-30 13:02 index.html -rw-r--r-- 1 joachim users 126924 2006-01-30 13:01 index.html~ Hope this helps. It doesn't seem to be kdevelop but the kwrite-part. Joachim One more update: Now I noticed that the following line also appears on successful saves: kio (KDirWatch): WARNING: KDirWatch::removeDir can't handle '/daten/home/joachim/kdiff3-0.9.89/debug/doc' If the error also occurs in kwrite, it's undoubtedly a katepart issue. Reassigning. |