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

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 i

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] ---

Re: Kannel 1.2.1 PANIC when invoking store-status url

2002-12-26 Thread Stipe Tolj
Damjan wrote: > > > > > I'm using Kannel 1.2.1 with external dlr (MySQL) and experiencing this error > > when invoking the store-status url. > > > > 2002-12-26 11:57:04 [3] PANIC: gwlib/list.c:287: list_lock: Assertion `list > > != NULL' failed. > > I got this same error, and I solved it by using

[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 exte

Re: Kannel 1.2.1 PANIC when invoking store-status url

2002-12-26 Thread Damjan
> > I'm using Kannel 1.2.1 with external dlr (MySQL) and experiencing this error > when invoking the store-status url. > > 2002-12-26 11:57:04 [3] PANIC: gwlib/list.c:287: list_lock: Assertion `list > != NULL' failed. I got this same error, and I solved it by using store-file -- Damjan Georg

Re: Kannel 1.2.1 PANIC when invoking store-status url

2002-12-26 Thread Stipe Tolj
Mauricio Ramos wrote: > > Well, I'm not able to review C code (what a shy) but will try different > situations like using internal storage as well as an updated CVS version > rather than 1.2.1 to see what happens. ok, at least this is a help ;) Stipe [EMAIL PROTECTED] --

RE: Kannel 1.2.1 PANIC when invoking store-status url

2002-12-26 Thread Mauricio Ramos
inta-feira, 26 de dezembro de 2002 12:38 > To: Mauricio Ramos > Cc: '[EMAIL PROTECTED]' > Subject: Re: Kannel 1.2.1 PANIC when invoking store-status url > > > Hi Mauricio, > > > I'm back again after few months and starting new tests and > assessments

Re: Kannel 1.2.1 PANIC when invoking store-status url

2002-12-26 Thread Stipe Tolj
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 (MySQL) and experiencing this error > when invoking the store-status url. > > 2002-12-26 11:57:04 [3] PANIC: gwlib/list.c:287: list_lock: Asse