From: Yehuda Sadeh-Weinraub <yehuda@redhat.com>
To: GuangYang <yguang11@outlook.com>
Cc: ceph-devel@vger.kernel.org, ceph-users@lists.ceph.com
Subject: Re: radosgw crash within libfcgi
Date: Wed, 24 Jun 2015 14:40:25 -0400 (EDT) [thread overview]
Message-ID: <460832233.19349487.1435171225932.JavaMail.zimbra@redhat.com> (raw)
In-Reply-To: <BLU175-W1310E96C473E9ABED62D65DFAF0@phx.gbl>
----- Original Message -----
> From: "GuangYang" <yguang11@outlook.com>
> To: ceph-devel@vger.kernel.org, ceph-users@lists.ceph.com, yehuda@redhat.com
> Sent: Wednesday, June 24, 2015 10:09:58 AM
> Subject: radosgw crash within libfcgi
>
> Hello Cephers,
> Recently we have several radosgw daemon crashes with the same following
> kernel log:
>
> Jun 23 14:17:38 xxx kernel: radosgw[68180]: segfault at f0 ip
> 00007ffa069996f2 sp 00007ff55c432710 error 6 in
> libfcgi.so.0.0.0[7ffa06995000+a000] in libfcgi.so.0.0.0[7ffa06995000+a000]
>
> Looking at the assembly, it seems crashing at this point -
> http://github.com/sknown/fcgi/blob/master/libfcgi/fcgiapp.c#L2035, which
> confused me. I tried to see if there is any other reference holding the
> FCGX_Request which release the handle without any luck.
>
> There are also other observations:
> 1> Several radosgw daemon across different hosts crashed around the same
> time.
> 2> Apache's error log has some fcgi error complaining ##idle timeout##
> during the time.
>
> Does anyone experience similar issue?
>
In the past we've had issues with libfcgi that were related to the number of open fds on the process (> 1024). The issue was a buggy libfcgi that was using select() instead of poll(), so this might be the issue you're noticing.
Yehuda
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2015-06-24 18:40 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-24 17:09 radosgw crash within libfcgi GuangYang
2015-06-24 18:40 ` Yehuda Sadeh-Weinraub [this message]
2015-06-24 20:53 ` GuangYang
2015-06-24 21:04 ` Yehuda Sadeh-Weinraub
2015-06-24 21:12 ` GuangYang
2015-06-24 21:21 ` Yehuda Sadeh-Weinraub
2015-06-24 21:40 ` Yehuda Sadeh-Weinraub
[not found] ` <935875968.19447031.1435180864559.JavaMail.zimbra-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-06-26 17:38 ` GuangYang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=460832233.19349487.1435171225932.JavaMail.zimbra@redhat.com \
--to=yehuda@redhat.com \
--cc=ceph-devel@vger.kernel.org \
--cc=ceph-users@lists.ceph.com \
--cc=yguang11@outlook.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.