Thanks for your continued help Chris

> As someone else suggest strace might be useful, build your application
> as a binary and run it under strace:
>
>   strace -f -o trace.txt ./name/of/your/thang

I do not seem to have strace on my system. I am running Linux version 
2.4.17_mv_121-malta-mips_fp_le with gcc version 2.95.3. I attempted to 
download and run strace but I couldn't get it to run correctly.

> Can you check which libc you are using and if there is any LD_PRELOAD
> or similar active?

I'm sorry but how do I check this?

> Some code does something like:
>
>    for (fd = 2; fd <= 255; ++fd)
>        fcntl(fd, F_SETFD, FD_CLOEXEC);
>

I attempted to implement this but it did not appear to have any affect. 
Either that or I haven't implemented it correctly.

Can you offer any further help/suggestions?

Thanks Chris 

_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to