Re: [sqlite] Issue with sqlite3_result_error inside aggregate function

2005-09-27 Thread D. Richard Hipp
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 cal

[sqlite] Issue with sqlite3_result_error inside aggregate function

2005-09-26 Thread Roger Binns
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): ==2378== Conditional jump or move depends on uninitialised value(s) ==2378==at