Re: [PATCH] Re: Kannel 1.2.1 PANIC when invoking store-status url

2002-12-27 Thread Alexander Malysh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Stipe, all, On Friday 27 December 2002 00:56, Stipe Tolj wrote: Alexander Malysh wrote: this patch shall fix this ... thanks a lot for the patch! I slightly modified it and commited it to cvs. BTW, checking if the Octstr *filename id not

Re: [PATCH] Re: Kannel 1.2.1 PANIC when invoking store-status url

2002-12-27 Thread Stipe Tolj
Unfortunally no... If store_cleanup thread call store_dump you set file = NULL and if in the same moment store_save called , then you check file != NULL and return with 0. But in this case we have store file and we want block on the list (sms_store or ack_store) and you have race condition

[PATCH] Re: Kannel 1.2.1 PANIC when invoking store-status url

2002-12-26 Thread Alexander Malysh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, this patch shall fix this ... On Thursday 26 December 2002 16:38, Stipe Tolj wrote: Hi Mauricio, I'm back again after few months and starting new tests and assessments. great, welcome back :) I'm using Kannel 1.2.1 with external dlr

Re: [PATCH] Re: Kannel 1.2.1 PANIC when invoking store-status url

2002-12-26 Thread Stipe Tolj
Alexander Malysh wrote: this patch shall fix this ... thanks a lot for the patch! I slightly modified it and commited it to cvs. BTW, checking if the Octstr *filename id not NULLed or the FILE *file descriptor is basically the same in this case?! Stipe [EMAIL PROTECTED]