On Jan 16, 2009, at 2:24 PM, Nicolas Williams wrote:

> On Fri, Jan 16, 2009 at 02:22:35PM -0500, D. Richard Hipp wrote:
>>
>> On Jan 16, 2009, at 2:07 PM, Nicolas Williams wrote:
>>
>>> On Sat, Jan 17, 2009 at 02:04:47AM +0700, Dan wrote:
>>>>> What do those mean?  Are these errors a problem?
>>>>
>>>> Are you compiling with SQLITE_ENABLE_FTS3 defined?
>>>
>>> Yes.  Would that make a difference?
>>
>> Yes.  FTS3 is not robust against malloc failures.  FTS3 will  
>> sometimes
>> segfault following a malloc failure.  This is a known issue.  We are
>> working on it.
>
> Is that true only when one uses FTS3?
>
> Or is it true if FTS3 is compiled in even if one does not use it?


I think FTS3 only mallocs() if you use it.  But I haven't really  
checked, so I don't know for certain.


D. Richard Hipp
d...@hwaci.com



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to