On Mon, 2005-09-26 at 23:16 -0700, Roger Binns wrote:
> I am seeing a process go down.  The issue is happening if
> sqlite3_result_error is called from within the implementation
> of an aggregate function during a step.  The stack trace looks like this
> (against 3.2.7 code):
> 

You should not call sqlite3_result_* from within the step
function of an aggregate.  Those routines may be called from
within the finalizer function only.
-- 
D. Richard Hipp <[EMAIL PROTECTED]>

Reply via email to