On 06/30/2010 09:16 AM, Holger Hans Peter Freyther wrote: by 0x804BC75: main (bsc_hack.c:271)
Thank's a lot. So the ingredient I was missing for my test was the failing paging request. I am using code from subscr_get_channel which is not adding a subscr_get/subscr_put... so the callback param points to a deleted subscriber.
I should have fixed the SMS crash and will push it in a second....
==26524== by 0x403D924: bsc_select_main (select.c:119) ==26524== by 0x804BC75: main (bsc_hack.c:271) ==26524==
These two are new as well.... for the last it is either me or harald... doing it wrong. I will poke it a bit.
The flood of Channel Activate NACKs and the Processing Failures (you didn't mention them) are due Harald's latest change in the channel activate, weird enough we still have the same valgrind error in them...
I will debug this issue a bit more..