Description of problem: I active VNC server and crashed. Version-Release number of selected component: seahorse-3.9.91-1.fc20 Additional info: reporter: libreport-2.1.7 backtrace_rating: 4 cmdline: /usr/bin/seahorse --no-window crash_function: g_thread_new executable: /usr/bin/seahorse kernel: 3.11.1-300.fc20.x86_64 runlevel: N 5 type: CCpp uid: 1000 Truncated backtrace: Thread no. 1 (10 frames) #2 g_thread_new at gthread.c:840 #3 g_get_worker_context at gmain.c:5499 #4 _ik_startup at inotify-kernel.c:221 #5 _ip_startup at inotify-path.c:119 #6 _ih_startup at inotify-helper.c:84 #7 try_class at giomodule.c:640 #8 _g_io_module_get_default_type at giomodule.c:734 #9 _g_local_directory_monitor_new at glocaldirectorymonitor.c:244 #10 seahorse_ssh_source_init at seahorse-ssh-source.c:348 #11 g_type_create_instance at gtype.c:1868
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. ***