Summary: | Quantarc grows large until quanta crashes - it writes teh same line to the "List of autosaved files" over and over again | ||
---|---|---|---|
Product: | [Unmaintained] quanta | Reporter: | Jared Barneck <jared> |
Component: | general | Assignee: | András Manţia <amantia> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | jens |
Priority: | NOR | ||
Version: | 3.4.2 | ||
Target Milestone: | --- | ||
Platform: | FreeBSD Ports | ||
OS: | FreeBSD | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jared Barneck
2005-08-19 02:16:59 UTC
One note: It doesn't start out crashing - it starts our causing momentary lags and hanging. Then it will crash Quanta. If quanta is closed before it crashes, it may never reopen until quantarc is deleted or the sections are cleared. Another note: Problem may be narrowed down to an untitled document. It should have been obvious to me that I had a second untitled document open and it was the untitled document, not the php document that appears to have been caused the issue. I tried to find this bug, but no luck. I don't have FreeBSD here and on Linux neither 3.4.1 nor 3.5 does show this bug. One more question: was the untitled file empty or did you change it so that the icon changed to a floppy disk? If it was just a new empty file the backup code should not create any backup at all and you should not see entries in quantarc. Maybe a workaround could be to have no untitled documents open. Sorry to take so long to respond. The untitle file had a mysql string in it. To test out if the text mattered I left an empty notepad document open. It did NOT have this issue. I typed in "asdfasdfasdf" into the document. Issue started occurring started happening. It actually occurrs anytime a file has unsaved data, whether it is an Untitled document or an open decument. Here is a list created after waiting through a few autosaves. List of autosaved files=$HOME/.kde/share/apps/quanta/backups/classtest.php.6223P50435,$HOME/.kde/share/apps/quanta/ backups/classtest.php.6223P50435,$HOME/.kde/share/apps/quanta/backups/classtest.php.6223P50435,$HOME/.kde/share/app s/quanta/backups/classtest.php.6223P50435,$HOME/.kde/share/apps/quanta/backups/classtest.php.6223P50435,$HOME/.kde/ share/apps/quanta/backups/classtest.php.6223P50435,$HOME/.kde/share/apps/quanta/backups/classtest.php.6223P50435 List of backedup files=$HOME/Desktop/BSD Certification/web/Adminsite/classtest.php.50435,$HOME/Desktop/BSD Certific ation/web/Adminsite/classtest.php.50435,$HOME/Desktop/BSD Certification/web/Adminsite/classtest.php.50435,$HOME/Des ktop/BSD Certification/web/Adminsite/classtest.php.50435,$HOME/Desktop/BSD Certification/web/Adminsite/classtest.ph p.50435,$HOME/Desktop/BSD Certification/web/Adminsite/classtest.php.50435,$HOME/Desktop/BSD Certification/web/Admin site/classtest.php.50435 Only since I save often, it isn't seen as much. But if I leave text unsaved for long amounts of time, quanta crashes. SVN commit 579846 by amantia: Fix a long-standing bug that I could finally somewhat reproduce, which caused growing of quantarc until it was too large to handle, caused by the automatic backup system. Fix also other bugs in the auto-backup. Change symlink handling, so paths are resolved after reading from config files. Hopefully it doesn't introduce new bugs. CCBUG: 111049 M +15 -10 ChangeLog M +1 -1 components/debugger/gubed/quantadebuggergubed.cpp M +38 -37 dialogs/dtepeditdlg.cpp M +1 -1 plugins/quantaplugininterface.cpp M +9 -9 project/project.cpp M +16 -16 project/projectprivate.cpp M +24 -11 quanta.kdevelop M +41 -49 src/document.cpp M +4 -7 src/document.h M +1 -1 src/dtds.cpp M +8 -8 src/quanta.h M +161 -126 src/quanta_init.cpp M +4 -4 src/quanta_init.h M +3 -3 treeviews/basetreeview.cpp M +2 -2 treeviews/filestreeview.cpp M +28 -0 utility/quantacommon.cpp M +18 -1 utility/quantacommon.h Close this as it's fixed. |