Summary: | KDevelop with PHP plugin crashes after refreshing the page | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Jan Buchar <Teyras> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jan Buchar
2010-04-10 22:35:47 UTC
Are you working on a remote project, or is the PHP application you are refreshing in the browser working locally and you have that open in KDevelop? otherwise I would need some way to debug this issue, it's apparantly another case of invalidated model... Did you reload some files manually at the same time? Or are files/folders created and deleted afterwards in short timeframes while your app is running? The application is running locally. It's based on Nette Framework (http://nettephp.com), which recreates cached files (templates, autoloader's list of classes...) on every refresh when working in a development environment. I only finished coding and refreshed the page. is your application open source or closed source? if you could provide me with it, I could try to debug it (if it's not too hard to setup on a local apache). otherwise I'll create some script that creates, deletes, touches files in a project file by random ;-) maybe that will work for now. (In reply to comment #3) > is your application open source or closed source? if you could provide me with > it, I could try to debug it (if it's not too hard to setup on a local apache). > > otherwise I'll create some script that creates, deletes, touches files in a > project file by random ;-) maybe that will work for now. Open source, I mailed it to you... SVN commit 1116992 by mwolff: add PHP script that goes berserk in a folder of your choice and renames files and folders in it, I hoped I could find some crashes that way, but couldn't so far... CCBUG: 233990 A test (directory) AM test/stresstest.php WebSVN link: http://websvn.kde.org/?view=rev&revision=1116992 I'm almost sure this problem is related to refreshing the template cache - It occurs after changing the template file. It could be probably avoided by excluding the temp/ directory from the project... is this still an issue with KDevelop 4.0.2 or even KDevelop 4.1 Beta 1? It seems to be working right now, thanks. (4.1 beta 1) |