Re: [Tinycc-devel] Valgrind Inconsistency detected by ld.so: rtld.c:

2014-04-01 Thread Domingo Alvarez Duarte
Hello Daniel ! Just in case do you want to look at it too, I discovered other issue with sqlite3 compiled with tcc on arm, running the query bellow on sqlite3-gcc takes 1 second but doing the same on sqlite3-tcc takes for ever, if we remove the call to datetime and use only the field mtime the

Re: [Tinycc-devel] Valgrind Inconsistency detected by ld.so: rtld.c:

2014-04-01 Thread Thomas Preudhomme
Le 2014-04-01 19:53, Domingo Alvarez Duarte a écrit : Hello Daniel ! Hi Domingo, Just in case do you want to look at it too, I discovered other issue with sqlite3 compiled with tcc on arm, running the query bellow on sqlite3-gcc takes 1 second but doing the same on sqlite3-tcc takes for

Re: [Tinycc-devel] Valgrind Inconsistency detected by ld.so: rtld.c:

2014-03-31 Thread Domingo Alvarez Duarte
Hello Daniel ! I'm still looking at why fossil-scm compiled by tcc do not work properly and found that now the problem is with the sqlite3 sources compiled with tcc, in a place where we have a fossil repository database I run this: - #include stdio.h #include stdarg.h #include src/sqlite3.h

Re: [Tinycc-devel] Valgrind Inconsistency detected by ld.so: rtld.c:

2014-03-29 Thread Daniel Glöckner
On Fri, Mar 28, 2014 at 12:27:39PM +, Domingo Alvarez Duarte wrote: For arm experts, it gets a segfault on translate.c:98 Please try again with current mob. I fixed a bug that might be the cause for your segfault. Best regards, Daniel P.S.: I wonder if a better fix would be to use

Re: [Tinycc-devel] Valgrind Inconsistency detected by ld.so: rtld.c:

2014-03-29 Thread Domingo Alvarez Duarte
Hello Daniel ! With your commit tcc can compile and run the server but it's not all functional, like the timeline shows nothing. I'll further invetigate why and send you more details about what can be now. Thanks so much ! On Sat, Mar 29, 2014 at 5:20 PM, Daniel Glöckner daniel...@gmx.net

Re: [Tinycc-devel] Valgrind Inconsistency detected by ld.so: rtld.c:

2014-03-28 Thread Domingo Alvarez Duarte
And also on ubuntu 13.10 arm for the fossil-scm compiled with tcc: ==16261== Nulgrind, the minimal Valgrind tool ==16261== Copyright (C) 2002-2012, and GNU GPL'd, by Nicholas Nethercote. ==16261== Using Valgrind-3.8.1 and LibVEX; rerun with -h for copyright info ==16261== Command: bld/translate