Re: FreeBSD is receiving traps on os/FileJournal.cc:1036

2015-12-16 Thread Willem Jan Withagen
On 16-12-2015 13:51, Xinze Chi (信泽) wrote: > Would you mind create an issue in http://tracker.ceph.com/ and tell me > how to reproduce the bug? http://tracker.ceph.com/issues/14095 Not sure if the description is enough to actually to reproduce the assert. --WjW > > Thanks. > > 2015-12-16 18:2

Re: FreeBSD is receiving traps on os/FileJournal.cc:1036

2015-12-16 Thread Willem Jan Withagen
On 16-12-2015 13:51, Xinze Chi (信泽) wrote: Would you mind create an issue in http://tracker.ceph.com/ and tell me how to reproduce the bug? You are aware that that requires running FreeBSD? I will enter a ticket into the tracker. --WjW Thanks. 2015-12-16 18:26 GMT+08:00 Willem Jan Withage

Re: FreeBSD is receiving traps on os/FileJournal.cc:1036

2015-12-16 Thread 信泽
Would you mind create an issue in http://tracker.ceph.com/ and tell me how to reproduce the bug? Thanks. 2015-12-16 18:26 GMT+08:00 Willem Jan Withagen : > On 16-12-2015 10:40, Xinze Chi (信泽) wrote: >> >> Because we use the new strategy for filejournal in master branch. the >> write entry submit

Re: FreeBSD is receiving traps on os/FileJournal.cc:1036

2015-12-16 Thread Willem Jan Withagen
On 16-12-2015 10:40, Xinze Chi (信泽) wrote: Because we use the new strategy for filejournal in master branch. the write entry submit to writeq is aligned already. So if assert at this line, this strategy should have bug. I do not know why you have some heads #include, Maybe you modify the logic i

Re: FreeBSD is receiving traps on os/FileJournal.cc:1036

2015-12-16 Thread 信泽
Because we use the new strategy for filejournal in master branch. the write entry submit to writeq is aligned already. So if assert at this line, this strategy should have bug. I do not know why you have some heads #include, Maybe you modify the logic in filejournal? 2015-12-16 17:20 GMT+08:00 Wi

Re: FreeBSD is receiving traps on os/FileJournal.cc:1036

2015-12-16 Thread Willem Jan Withagen
On 16-12-2015 02:57, Xinze Chi (信泽) wrote: > You mean your ceph assert(0 == "bl should be align"), right? > > But in master branch, the 1036 line is not assert(0 == "bl should be align"). Yes you are correct. I think I have some heade #includes why this moves down in my file. None the less I sti

Re: FreeBSD is receiving traps on os/FileJournal.cc:1036

2015-12-15 Thread 信泽
You mean your ceph assert(0 == "bl should be align"), right? But in master branch, the 1036 line is not assert(0 == "bl should be align"). 2015-12-16 7:56 GMT+08:00 Willem Jan Withagen : > Hi, > > I'm receiving traps when running the tests going with 'gmake check' > and on one of the tests it tra

FreeBSD is receiving traps on os/FileJournal.cc:1036

2015-12-15 Thread Willem Jan Withagen
Hi, I'm receiving traps when running the tests going with 'gmake check' and on one of the tests it traps on: os/FileJournal.cc:1036 void FileJournal::align_bl(off64_t pos, bufferlist& bl) { // make sure list segments are page aligned if (directio && (!bl.is_aligned(block_size) ||