[Freeswitch-users] Help debuging core dump

2009-02-23 Thread Nik Middleton
Hi Guys I'm having problems with seg faults about every 10 mins with call loads 200. I've processed the core dump (http://pastebin.freeswitch.org/7436) but I'm unsure what I should be looking for. I don't see the point where the crash occurred. Can someone point me to where I should be

Re: [Freeswitch-users] Help debuging core dump

2009-02-23 Thread Anthony Minessale
It looks like a file rewind operation. does the lua script use the input callback to rewind a file? It maybe be a race in some other thread can you paste a thread apply all bt from the same core to look at the other threads. On Mon, Feb 23, 2009 at 12:58 PM, Nik Middleton