Bug 767094
Summary: | auth-worker: Error: libgcc_s.so.1 must be installe d for pthread_cancel to work | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jan ONDREJ <ondrejj> |
Component: | dovecot | Assignee: | Michal Hlavinka <mhlavink> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 16 | CC: | mhlavink |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-02-29 14:15:56 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: |
Description
Jan ONDREJ
2011-12-13 08:33:07 UTC
Curious, my other system Fedora 14 is not affected. May be difference is, that F14 is i686 and F16 is x86_64. dovecot-2.0.16-1.fc14.i686 - works dovecot-2.0.16-1.fc16.x86_64 - don't work do you have system fully updated? what libgcc version do you have installed? (rpm -q libgcc) Sure, fully updated fedora 16 stable. Looks like problem is in memory limits. After changing: default_vsz_limit = 512M it works again. It's enough to set to 300M for me. Maybe some libraries are bigger like in previous version of dovecot and does not fit into this limit. vsz limits are also mentioned in dovecot's changelog: * VSZ limits weren't being enforced for any processes. On server with large mailboxes you may now see errors about it if the limits aren't high enough. To fix them, either increase individual service { vsz_limit } values or simply increase the default_vsz_limit setting. I am not sure, how to fix this problem. Setting default limit to any value can lower user setting. :( ok, so bigger default_vsz_limit is required. I'll wait to see how many people it affects and either close it as notabug or change default value. thanks |