Re: [Dbmail-dev] Next Problem: dbmail-util -py

2006-10-31 Thread Matthew O'Connor
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

Re: [Dbmail-dev] Next Problem: dbmail-util -py

2006-10-30 Thread Paul J Stevens
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 >

Re: [Dbmail-dev] Next Problem: dbmail-util -py

2006-10-30 Thread Matthew O'Connor
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

Re: [Dbmail-dev] Next Problem: dbmail-util -py

2006-10-30 Thread Paul J Stevens
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

Re: [Dbmail-dev] Next Problem: dbmail-util -py

2006-10-30 Thread Matthew O'Connor
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

Re: [Dbmail-dev] Next Problem: dbmail-util -py

2006-10-30 Thread Paul J Stevens
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

Re: [Dbmail-dev] Next Problem: dbmail-util -py

2006-10-30 Thread Paul J Stevens
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

Re: [Dbmail-dev] Next Problem: dbmail-util -py

2006-10-30 Thread Matthew T. O'Connor
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