[sqlite] make test fails because fuzzdata1.txt is missing

2015-05-28 Thread Richard Hipp
On 5/28/15, jungle Boogie  wrote:
> Hello All,
>
> Not a huge deal but I ran make test today and this was the error:
>
> ./fuzzershell /home/user/fossil-repos/sqlite3/test/fuzzdata1.txt
> /home/user/fossil-repos/sqlite3/test/fuzzdata2.txt
> ./fuzzershell: cannot open
> /home/user/fossil-repos/sqlite3/test/fuzzdata1.txt for reading
> *** Signal 6

The makefile should have changed to compensate.  Maybe you need to
rerun configure?

>
> Stop.
> make: stopped in /usr/home/user/fossil-repos/sqlite3
>
> This file doesn't exist here:
> https://sqlite.org/src/dir?ci=60a09f17d8b70dbc&name=test
>
> It was deleted but in its own branch:
> https://sqlite.org/src/finfo?name=test/fuzzdata1.txt
>
>
> SQLite version 3.8.11 2015-05-27 19:35:08
>
> --
> ---
> inum: 883510009027723
> sip: jungleboogie at sip2sip.info
> xmpp: jungle-boogie at jit.si
> ___
> sqlite-users mailing list
> sqlite-users at mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>


-- 
D. Richard Hipp
drh at sqlite.org


[sqlite] make test fails because fuzzdata1.txt is missing

2015-05-28 Thread jungle Boogie
On 28 May 2015 at 08:24, Richard Hipp  wrote:
>> Not a huge deal but I ran make test today and this was the error:
>>
>> ./fuzzershell /home/user/fossil-repos/sqlite3/test/fuzzdata1.txt
>> /home/user/fossil-repos/sqlite3/test/fuzzdata2.txt
>> ./fuzzershell: cannot open
>> /home/user/fossil-repos/sqlite3/test/fuzzdata1.txt for reading
>> *** Signal 6
>
> The makefile should have changed to compensate.  Maybe you need to
> rerun configure?


Getting much further!

All memory allocations freed - no leaks
Memory used:  now  0  max 237856  max-size  64000
Allocation count: now  0  max572
Page-cache used:  now  0  max  0  max-size   1176
Page-cache overflow:  now  0  max 158152
Scratch memory used:  now  0  max  0
Scratch overflow: now  0  max   2560  max-size   2560
Maximum memory usage: 237856 bytes
Current memory usage: 0 bytes
Number of malloc()  : -1 calls
*** Error code 1

Stop.
make: stopped in /usr/home/user/fossil-repos/sqlite3

Is that anything to be concerned about?


-- 
---
inum: 883510009027723
sip: jungleboogie at sip2sip.info
xmpp: jungle-boogie at jit.si


[sqlite] make test fails because fuzzdata1.txt is missing

2015-05-28 Thread jungle Boogie
Hello All,

Not a huge deal but I ran make test today and this was the error:

./fuzzershell /home/user/fossil-repos/sqlite3/test/fuzzdata1.txt
/home/user/fossil-repos/sqlite3/test/fuzzdata2.txt
./fuzzershell: cannot open
/home/user/fossil-repos/sqlite3/test/fuzzdata1.txt for reading
*** Signal 6

Stop.
make: stopped in /usr/home/user/fossil-repos/sqlite3

This file doesn't exist here:
https://sqlite.org/src/dir?ci=60a09f17d8b70dbc&name=test

It was deleted but in its own branch:
https://sqlite.org/src/finfo?name=test/fuzzdata1.txt


SQLite version 3.8.11 2015-05-27 19:35:08

-- 
---
inum: 883510009027723
sip: jungleboogie at sip2sip.info
xmpp: jungle-boogie at jit.si