On 03/15/2013 10:17 AM, Michal Privoznik wrote:
On 15.03.2013 14:56, Gene Czarcinski wrote:
> On 03/15/2013 09:48 AM, Gene Czarcinski wrote:
>> One of the libvirt tests (conftest) has been segfaulting for some time
>> with no indication of a test failure other than a message in syslog.
>> I verified this by building libvirt-1.0.3-1 with mock.
>>
> I went back and looked at my logs more closely. This started with
> libvirt-1.0.3-1.
>
> Gene
>
Do you have a coredump? What does it say?
In a word: no. See the attached excerpt from syslog which may explain why.
I have explored a bit into the problem.
1. It occurs when ./autogen is run an will likely also occur when
./configure is run ... this is something internal to autogen.
To eliminate the rpmbuild, I ran things from a git repository.
2. git checkout v1.0.2-maint does *not* have the problem.
3. git checkout v1.0.3-maint does have the problem
4. So does git checkout v1.0.3-rc1
One approach to identify this may be to do a binary search through the
commits.
Gene