From: Loic Dachary <loic@dachary.org>
To: Sebastien Ponce <sebastien.ponce@cern.ch>
Cc: Ceph Development <ceph-devel@vger.kernel.org>
Subject: Re: librados AIO problem diagnostic
Date: Wed, 01 Oct 2014 15:08:27 +0200 [thread overview]
Message-ID: <542BFCCB.4000203@dachary.org> (raw)
In-Reply-To: <1412163429.6822.20.camel@sebmain.cern.ch>
[-- Attachment #1: Type: text/plain, Size: 2845 bytes --]
On 01/10/2014 13:37, Sebastien Ponce wrote:
> I've tried it on the RHEL6 like machine, but no luck. Or should I say I
> was lucky ? Anyway no crash.
>
> Discussing with Dan Van Der Ster, he told me that he had once the case
> where the crash was there or not depending on the libc version. Just in
> case, what are you using ? On the machine I've used this morning, it's
> glibc-2.12-1.107.el6.x86_64
I'm using
ii libc-bin 2.19-0ubuntu3
and I do not have glibc installed. I'm quite sure you can reproduce the problem on a fresh Ubuntu 14.04 with the following
./autogen.sh ; ./configure --disable-static --with-debug CFLAGS="-Wall -g" CXXFLAGS="-Wall -g"
it fails consistently in my container. When I try with ./configure it does not fail. Something is going on when there is -g instead of the default flags. I checked that --disable-static and --with-debug make no difference.
Cheers
>
> Sebastien
>
> On Wed, 2014-10-01 at 10:31 +0200, Loic Dachary wrote:
>> Hi,
>>
>> On 01/10/2014 09:28, Sebastien Ponce wrote:
>>> Thanks for this effort !
>>> I'll look at all that this afternoon (it's mid morning here).
>>
>> Same here : I'm in Paris ;-)
>>
>>> Concerning configure and autogen, I do the standard (naive ?)
>>> "./autogen.sh; ./configure; make" given by the readme.
>>
>> Could you try with
>>
>> ./autogen.sh ; ./configure --disable-static --with-debug CC='ccache gcc' CXX='ccache g++' CFLAGS="-Wall -g" CXXFLAGS="-Wall -g" ; make
>>
>> and let me know if you see a problem when running
>>
>> cd src
>> rm -fr dev out ; mkdir -p dev ; CEPH_NUM_MON=1 CEPH_NUM_OSD=3 ./vstart.sh -d -n -X -l mon osd
>> ./ceph_test_rados_striper_api_aio
>>
>> I'm trying with your "./configure" on my end to check if this changes something.
>>
>> It's going to be a fun one ;-)
>>
>> Cheers
>>
>>>
>>> Sebastien
>>>
>>>
>>> On Wed, 2014-10-01 at 09:01 +0200, Loic Dachary wrote:
>>>> Hi Sebastien,
>>>>
>>>> In the context of http://tracker.ceph.com/issues/9356 I'm trying to collect as much information as I can in an environment that can be reconstructed to avoid interferences. Could you please let me know which ./configure line you are using ? Or which do_autogen.sh command you are using.
>>>>
>>>> Thanks in advance :-)
>>>>
>>>
>>>
>>> --
>>> 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
>>>
>>
>
>
> --
> 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
>
--
Loïc Dachary, Artisan Logiciel Libre
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 263 bytes --]
next prev parent reply other threads:[~2014-10-01 13:08 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-01 7:01 librados AIO problem diagnostic Loic Dachary
2014-10-01 7:28 ` Sebastien Ponce
2014-10-01 8:31 ` Loic Dachary
2014-10-01 11:37 ` Sebastien Ponce
2014-10-01 13:08 ` Loic Dachary [this message]
2014-10-01 13:09 ` Sebastien Ponce
2014-10-02 9:49 ` Sebastien Ponce
2014-10-02 14:31 ` Sebastien Ponce
2014-10-02 14:58 ` Loic Dachary
2014-10-08 7:14 ` Loic Dachary
2014-10-08 8:00 ` Sebastien Ponce
2014-10-09 14:06 ` Sebastien Ponce
2014-10-09 14:24 ` Loic Dachary
2014-10-01 8:33 ` Loic Dachary
2014-10-01 8:50 ` Sebastien Ponce
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=542BFCCB.4000203@dachary.org \
--to=loic@dachary.org \
--cc=ceph-devel@vger.kernel.org \
--cc=sebastien.ponce@cern.ch \
/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.