Summary: | kate crashes when printing | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | RJVB <rjvbertin> |
Component: | part | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED UPSTREAM | ||
Severity: | crash | CC: | christoph |
Priority: | NOR | ||
Version: | Git | ||
Target Milestone: | --- | ||
Platform: | MacPorts | ||
OS: | macOS | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | File provoking the crash when printing |
Description
RJVB
2014-11-26 18:34:40 UTC
Created attachment 89735 [details]
File provoking the crash when printing
It appears that the offending lines are reinplace "s|prefix = /usr|prefix = ${prefix}|g" ${worksrcpath}/Makefile ${worksrcpath}/src/qtchooser/Makefile reinplace "s|\$(MAKE)|\$(MAKE) \"CXXFLAGS=${configure.cflags}\"|g" ${worksrcpath}/Makefile I suspect this crash is caused by QMacPrintEngine, somehow failing to handle the callback from CGPatternDelegateDrawPattern. In other words, I ought to be reporting this upstream according to you? (I only did it here because the crash isn't systematic and from what I've seen occurs only with Kate/part.) Yes, please report that to Qt, it is no KTextEditor bug. |