Summary: | Kdevelop4 crashes while programming PHP | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Rian Orie <rian.orie> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED UPSTREAM | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Rian Orie
2009-07-08 21:54:11 UTC
Do _not_ use the raster paintengine with Qt4.5.0 its completely broken in that version. So either upgrade to at least 4.5.1 (better 4.5.2) or stick with the native graphics system. Why do you think this is a crash due to raster? I mean it crashes somewhere deep inside the PHP parser, nothing gets painted there? I'm assuming that the crash in php is just a consequence of unclean shutdown of the application. Look at thread one, the XIO error handler is called, which only happens when X11 notices some error, that handler then tries to exit the application and that supposedly crashes php. So the cause of this crash is definetly the raster engine and its also not uncommon for an exit from the xio-handler to break things related to global statics (there's been some discussion about that on kde-core-devel some time ago). Makes sense, thanks for the clarification! |