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

David Edmundson <k...@davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WAITINGFORINFO
             Status|REPORTED                    |NEEDSINFO

--- Comment #1 from David Edmundson <k...@davidedmundson.co.uk> ---
from the code:

```
    result = mmap(result, bytes, protection, flags, fd, 0);
    if (result == MAP_FAILED) {
            CRASH();   <--- and we are here
    }
```


which is pretty clear.

If mmap fails, it implies we have a memory issue rather than an issue actually
in this bit of code.

Can you watch plasmashell in ksysguard/plasma-systemmonitor and see if the
memory slowly climbs over time?

If so can you see if removing any particular widgets makes that go away

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

Reply via email to