Bug 979099
Summary: | [abrt] kde-workspace-4.10.4-1.fc18: FixedVMPoolAllocator: Process /usr/bin/plasma-desktop was killed by signal 11 (SIGSEGV) | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | René Romero Benavides <rene.romero.b> | ||||||||||||||||||||||
Component: | kde-workspace | Assignee: | Than Ngo <than> | ||||||||||||||||||||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||||
Version: | 18 | CC: | dvratil, jgrulich, jreznik, kevin, ltinkl, mbriza, rdieter, rene.romero.b, rnovacek, than | ||||||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||||
Whiteboard: | abrt_hash:4f9f3c4e7fd3fe437d98061cee737dbf6a45fc1f | ||||||||||||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||||
Last Closed: | 2013-06-27 18:35:09 UTC | Type: | --- | ||||||||||||||||||||||
Regression: | --- | Mount Type: | --- | ||||||||||||||||||||||
Documentation: | --- | CRM: | |||||||||||||||||||||||
Verified Versions: | Category: | --- | |||||||||||||||||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||||||
Embargoed: | |||||||||||||||||||||||||
Attachments: |
|
Description
René Romero Benavides
2013-06-27 15:17:27 UTC
Created attachment 766209 [details]
File: backtrace
Created attachment 766210 [details]
File: cgroup
Created attachment 766211 [details]
File: dso_list
Created attachment 766212 [details]
File: environ
Created attachment 766213 [details]
File: limits
Created attachment 766214 [details]
File: maps
Created attachment 766215 [details]
File: open_fds
Created attachment 766216 [details]
File: proc_pid_status
Created attachment 766217 [details]
File: var_log_messages
Created attachment 766218 [details]
File: xsession_errors
How much RAM/VM do you have? It would appear the Qt JavaScript JIT is failing memory allocations. free -m total used free shared buffers cached Mem: 3755 2980 775 0 96 1456 -/+ buffers/cache: 1427 2328 Swap: 3759 0 3759 vmstat procs -----------memory---------- ---swap-- -----io---- -system-- ----cpu---- r b swpd free buff cache si so bi bo in cs us sy id wa 0 0 0 737444 99324 1501148 0 0 78 20 145 1654 3 2 94 2 I just found the cause, I was tuning a Postgresql server and in the book I'm reading "PostgreSQL High Performace" is adviced to set vm.overcommit=0 for a PostgreSQL server. Reset it to its default value and things are working again. Thanks for your time I'm sorry, the value that wm.overcommit was set to is 2, changed it to 0 *** This bug has been marked as a duplicate of bug 877711 *** |