On Fri, Sep 18, 2009 at 7:51 AM, Stephan Wehner <stephanweh...@gmail.com> wrote:
> On Fri, Sep 18, 2009 at 2:35 AM, D. Richard Hipp <d...@hwaci.com> wrote:
>>
>> On Sep 17, 2009, at 10:56 PM, Stephan Wehner wrote:
>>
>>> I downloaded the sqlite3 source ( sqlite-3.6.18.tar.gz ) and managed
>>> to complete "make".
>>>
>>> Now with  "make fulltest", there is no progress for over  almost two
>>> hours. The present output is
>>> misc7-6.1.1... Ok
>>> misc7-6.1.2... Ok
>>>
>>> There is still activity with "top" showing memory/CPU usage for the
>>> "testfixture" process going up and down.
>>> I am guessing the machine is working on misc7-6.1.3.
>>>
>>> Is this a very demanding test? What does it test for?
>>>
>>> How can I run the tests that come next in "fulltest"?
>>>
>>
>> The next test (misc7-7.0) is testing the sqlite3_busy_timeout()
>> function.  It is suppose to use usleep() (or the equivalent, depending
>> on your OS) to sleep for short intervals and retry the connection
>> until 2.0 seconds have elapsed, then it should give up and report an
>> error.  My first guess would be that usleep() is not working quite
>> right on your system.
>
> I see.
>
>>
>> What OS are you running?  What compiler?
>
> This is on a (Dreamhost) virtual server:
>
> $ uname -a
> Linux ps12345 2.6.22.19-grsec2.1.11-vs2.2.0.7 #10 SMP Tue Aug 4
> 14:56:37 PDT 2009 x86_64 GNU/Linux
> $ cc --version
> gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
>
> Thanks!

Would you have a tip how to continue here?

Stephan

>
>
> Stephan
>
>
>> D. Richard Hipp
>> d...@hwaci.com
>>
>> _______________________________________________
>> sqlite-users mailing list
>> sqlite-users@sqlite.org
>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>>
>
>
>
> --
> Stephan Wehner
>
> -> http://stephan.sugarmotor.org (blog and homepage)
> -> http://www.thrackle.org
> -> http://www.buckmaster.ca
> -> http://www.trafficlife.com
> -> http://stephansmap.org -- http://blog.stephansmap.org
>



-- 
Stephan Wehner

-> http://stephan.sugarmotor.org (blog and homepage)
-> http://www.thrackle.org
-> http://www.buckmaster.ca
-> http://www.trafficlife.com
-> http://stephansmap.org -- http://blog.stephansmap.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to