Re: [Tracker] patch for sigabrt in trackerd

2006-09-14 Thread Jamie McCracken
Samuel Cormier-Iijima wrote: > this causes another sigabrt for me, because the memory isn't being > cleared first and it's trying to free some random block of memory. > (btw, should i be attaching patches or putting them inline? thanks) > thanks have applied to cvs your last 3 patches now you ar

Re: [Tracker] patch for sigabrt in trackerd

2006-09-13 Thread Samuel Cormier-Iijima
this causes another sigabrt for me, because the memory isn't being cleared first and it's trying to free some random block of memory. (btw, should i be attaching patches or putting them inline? thanks) samuel On 9/13/06, Jamie McCracken <[EMAIL PROTECTED]> wrote: Samuel Cormier-Iijima wrote: >

Re: [Tracker] patch for sigabrt in trackerd

2006-09-13 Thread Jamie McCracken
Samuel Cormier-Iijima wrote: > found a problem when trying to get metadata for nonexistant metadata > types, the problem was trying to free g_slice_new-allocated memory > with g_free. patch attached :-) > Thanks good spot but it would be better to call tracker_db_free_field_def instead which ca

[Tracker] patch for sigabrt in trackerd

2006-09-13 Thread Samuel Cormier-Iijima
found a problem when trying to get metadata for nonexistant metadata types, the problem was trying to free g_slice_new-allocated memory with g_free. patch attached :-) Samuel Index: tracker-db-mysql.c === RCS file: /cvs/gnome/tracker