Summary: | Press Enter to modify a file implies crash | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-ktexteditor | Reporter: | contact |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | Keywords: | drkonqi |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
contact
2016-01-11 13:06:40 UTC
See frame in crashing thread: #15 0x00007fd0c2c59079 in KateScript::load (this=0x159fa10) at /home/mzimmer/kdesrc/ktexteditor/src/script/katescript.cpp:167 => KTextEditor issue I'd even go as far as saying that this is a Qt issue, or setup/environment issue. @matthieu: What kind of system are you running on? AMD/Intel x86? Or something more esoteric? Also, could you check whether it runs out of memory? Afaik that function should only reserve space via mmap, but won't commit it. Still, check that (i.e. do you see anything in dmesg?). You are totally right Milian, the problem was coming from my ulimit configuration (-v -m). Thanks a lot you helped me twice today. |