https://bugs.kde.org/show_bug.cgi?id=357360

            Bug ID: 357360
           Summary: Kate (15.12) makes huge leak in Xorg
           Product: kate
           Version: 5.0.0
          Platform: Archlinux Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: NOR
         Component: general
          Assignee: kwrite-bugs-n...@kde.org
          Reporter: bvb...@abv.bg

I can't notice who is responsive for this, Kate, itself, KTextEditor or plugin.
Closing Kate not cleaning resources from Xorg. Make simple script
#!/bin/bash
for i in {1..10}
do
    kate &
done
for test purpose :)

Reproducible: Always

Steps to Reproduce:
1. Start script above
2. Xorg ram usage increases a lot
3. Close all Kate instances
4. No resources are clean
5. Start script again, Xorg leaks extremly high

Actual Results:  
Huge leak in Xorg

Expected Results:  
Normal ram usage, cleaning resources at exit

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to