Bug 1011179
Summary: | g_thread_new doesn't handle EAGAIN properly | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Onuralp SEZER <thunderbirdtr> | ||||||||||||||||||||
Component: | glib2 | Assignee: | Matthias Clasen <mclasen> | ||||||||||||||||||||
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||
Version: | 20 | CC: | brian.murrell, debarshir, mclasen, stefw | ||||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||
Whiteboard: | abrt_hash:75997a8f2e1ab18ef5fa738cf26895690c1c8829 | ||||||||||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||
Last Closed: | 2014-03-03 20:30:12 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
Onuralp SEZER
2013-09-23 17:43:14 UTC
Created attachment 801818 [details]
File: backtrace
Created attachment 801819 [details]
File: cgroup
Created attachment 801820 [details]
File: core_backtrace
Created attachment 801821 [details]
File: dso_list
Created attachment 801822 [details]
File: environ
Created attachment 801823 [details]
File: limits
Created attachment 801824 [details]
File: maps
Created attachment 801825 [details]
File: open_fds
Created attachment 801826 [details]
File: proc_pid_status
This crash happened in: #2 0x000000354d86f0b8 in g_thread_new (name=name@entry=0x354d8ba50d "gmain", func=func@entry=0x354d849750 <glib_worker_main>, data=data@entry=0x0) at gthread.c:840 It is caused by a g_error() in g_thread_new(). msg = 0x1800950 "creating thread 'gmain': Error creating thread: Resource temporarily unavailable" It seems that g_thread_new() should handle EAGAIN intelligently. *** Bug 1068741 has been marked as a duplicate of this bug. *** g_thread_new behaves as documented here: * If the thread can not be created the program aborts. See * g_thread_try_new() if you want to attempt to deal with failures. If something in the kernel or glibc recently changed to make spurious failures of pthread_create much more common, that needs to be fixed there. *** Bug 1076968 has been marked as a duplicate of this bug. *** *** Bug 1069261 has been marked as a duplicate of this bug. *** |