[Freeswitch-users] Getting core dump from last night's build
Nik Middleton
nik.middleton at noblesolutions.co.uk
Thu Sep 10 09:11:45 PDT 2009
Hi Guys,
I'm getting a core dump when running an lua script that's been fine for
months
In Freeswitch_lua.cpp line 92 is being called, but it's not clear what
exactly this is doing
lua_State *Session::getLUA()
{
if (!L) {
switch_log_printf(SWITCH_CHANNEL_LOG,
SWITCH_LOG_ERROR, "Doh!\n");
}
return L;
}
Anyone shed a light on this?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090910/ad6abff3/attachment-0002.html
More information about the FreeSWITCH-users
mailing list