Re: [libvirt] Track an error

2014-06-30 Thread David kiarie
Thanks for that debugging tip.

On Mon, Jun 30, 2014 at 12:10 PM, Martin Kletzander  wrote:
> On Sat, Jun 28, 2014 at 08:52:32AM +0300, David kiarie wrote:
>>
>> Hi there,
>>
>> Just a silly question, do we have a simpler way of checking where
>> exactly a test is failing.The tests are failing after hacking stuff
>> around.
>>
>> I have this error
>>
>> ../build-aux/test-driver: line 95: 20128 Segmentation fault  "$@"
>>>
>>> $log_file 2>&1
>>
>>
>> Yes am having a segfault!
>>
>> I don't know how to track it, well, I could review the whole file but
>> is there some other method I am missing.Could you help me interpret
>> the error, what  does 20128 stand for?
>>
>
> I believe that's the pid, best way is changing into the tests
> directory and running "../run gdb ", where  is the test
> that's segfaulting.
>
> Martin

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


Re: [libvirt] Track an error

2014-06-30 Thread Martin Kletzander

On Sat, Jun 28, 2014 at 08:52:32AM +0300, David kiarie wrote:

Hi there,

Just a silly question, do we have a simpler way of checking where
exactly a test is failing.The tests are failing after hacking stuff
around.

I have this error

../build-aux/test-driver: line 95: 20128 Segmentation fault  "$@"

$log_file 2>&1


Yes am having a segfault!

I don't know how to track it, well, I could review the whole file but
is there some other method I am missing.Could you help me interpret
the error, what  does 20128 stand for?



I believe that's the pid, best way is changing into the tests
directory and running "../run gdb ", where  is the test
that's segfaulting.

Martin


signature.asc
Description: Digital signature
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] Track an error

2014-06-27 Thread David kiarie
Hi there,

Just a silly question, do we have a simpler way of checking where
exactly a test is failing.The tests are failing after hacking stuff
around.

I have this error

../build-aux/test-driver: line 95: 20128 Segmentation fault  "$@"
> $log_file 2>&1

Yes am having a segfault!

I don't know how to track it, well, I could review the whole file but
is there some other method I am missing.Could you help me interpret
the error, what  does 20128 stand for?

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list