| Summary: | kate crash when closing large text file | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Raf <rafneq> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | crash | CC: | cfeck, christoph |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Raf
2016-05-20 06:55:30 UTC
If this is reproducible, could you try running Kate from console, and add the output right before the error occurs? It is reproducible only with big (~600 MB) files. Output from the terminal before the crash: Qt has caught an exception thrown from an event handler. Throwing exceptions from an event handler is not supported in Qt. You must reimplement QApplication::notify() and catch all exceptions there. terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc KCrash: Application 'kate' crashing... KCrash: Attempting to start /usr/lib64/kde4/libexec/drkonqi from kdeinit This is OOM, sorry, we can't handle that. I see no easy way to improve the memory usage of KTextEditor for large files ATM :/ Ok, I understand. Frankly it is very rare when I use kate for such large files - in most cases console scripts for sting search or insert do the work. Anyway, thank you for the reply and clarification. |