Paul J Stevens wrote:
Matthew O'Connor wrote:
Paul J Stevens wrote:
Matt,
Could plz you run this through valgrind? I'll look into this later today
if i can.
hmm... I can try, I don't have valgrind setup at the moment. BTW, I
fixed the gdb backtrace problem (I had a ulimit set for core files
Matthew O'Connor wrote:
> Paul J Stevens wrote:
>> Matt,
>>
>> Could plz you run this through valgrind? I'll look into this later today
>> if i can.
>
> hmm... I can try, I don't have valgrind setup at the moment. BTW, I
> fixed the gdb backtrace problem (I had a ulimit set for core files, so
>
Paul J Stevens wrote:
Matt,
Could plz you run this through valgrind? I'll look into this later today
if i can.
hmm... I can try, I don't have valgrind setup at the moment. BTW, I
fixed the gdb backtrace problem (I had a ulimit set for core files, so
the previous core file wasn't valid.) I
Matt,
Could plz you run this through valgrind? I'll look into this later today
if i can.
Matthew O'Connor wrote:
> Paul J Stevens wrote:
>> Matt,
>>
>> I've reverted the change that introduced this.
>
>
> Paul, thank you again for the quick response. I have updated to latest
> SVN and this pr
Paul J Stevens wrote:
Matt,
I've reverted the change that introduced this.
Paul, thank you again for the quick response. I have updated to latest
SVN and this problem is indeed fixed. Now, moving right along to the
next problem:
I'm trying to upgrade to latest 2.2 SVN from a much older
Matt,
I've reverted the change that introduced this.
Matthew T. O'Connor wrote:
> Matthew T. O'Connor wrote:
>> It appears that this block of code is the problem:
>>
>>/* delete each message */
>>for (i = 0; i < *affected_rows; i++) {
>>message_id = db_get_resul
Matthew T. O'Connor wrote:
> Matthew T. O'Connor wrote:
>> It appears that this block of code is the problem:
>>
>>/* delete each message */
>>for (i = 0; i < *affected_rows; i++) {
>>message_id = db_get_result_u64(i, 0);
>>if (db_delete_message(messa
Matthew T. O'Connor wrote:
It appears that this block of code is the problem:
/* delete each message */
for (i = 0; i < *affected_rows; i++) {
message_id = db_get_result_u64(i, 0);
if (db_delete_message(message_id) == -1) {
trace