Re: [Freeswitch-users] lua script causing FreeSwitch to crash?
On Thu, Oct 15, 2009 at 7:56 AM, Lars Zeb wrote: > Thanks, Michael, using “make current” resolved the issue. I will use only > that command in the future. > Excellent! Thanks for the feedback. -MC ___ FreeSWITCH-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
Re: [Freeswitch-users] lua script causing FreeSwitch to crash?
Thanks, Michael, using "make current" resolved the issue. I will use only that command in the future. From: [email protected] [mailto:[email protected]] On Behalf Of Michael Collins Sent: Tuesday, October 13, 2009 1:12 PM To: [email protected] Subject: Re: [Freeswitch-users] lua script causing FreeSwitch to crash? On Tue, Oct 13, 2009 at 12:38 PM, Lars Zeb wrote: http://pastebin.freeswitch.org/10686 I am trying to use a lua script for inbound calls. The caller hears a busy signal. After this call fails to go through, FreeSwitch is no longer in memory - it does not appear in 'ps -ef' output. I don't have a clue what I might be doing incorrectly in the script in order to cause this to happen. There is no indication in the log that FreeSwitch has terminated. But it is not resident in memory. I am using v15134. I had been using this same script without incident as late as v14929. Until I can resolve the issue, I have removed the call to lua from the dialplan and done all I could in it instead. We sent out a notice about a bug in event socket between revs 15119 and 15134. Update to latest trunk. (FYI, the fix was in r15135, so you just barely missed it.) After you update, let us know if the problem persists. -MC ___ FreeSWITCH-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
Re: [Freeswitch-users] lua script causing FreeSwitch to crash?
On Wed, Oct 14, 2009 at 10:09 AM, Lars Zeb wrote: > I did svn up, ./configure, make and make install. > > > > Do you want me to do make current before proceeding, or just try to make it > stop with the current build from the above commands? > > Lars, The "make current" method was designed exactly for the scenario you are in: to upgrade smoothly and cleanly. It help prevents build skew among other things. Please go do "make current" and then run your test again and report back. Thanks! -MC ___ FreeSWITCH-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
Re: [Freeswitch-users] lua script causing FreeSwitch to crash?
I did svn up, ./configure, make and make install. Do you want me to do make current before proceeding, or just try to make it stop with the current build from the above commands? From: [email protected] [mailto:[email protected]] On Behalf Of Anthony Minessale Sent: Wednesday, October 14, 2009 9:02 AM To: [email protected] Subject: Re: [Freeswitch-users] lua script causing FreeSwitch to crash? By which process did you upgrade? Did you use "make current" if so, run freeswitch from the directory you built it from then reporduce the problem and watch for it to crash and type ./support-d/fscore_pb at your shell to upload a crash report to pastebin and tell us the url it generated. On Wed, Oct 14, 2009 at 10:28 AM, Lars Zeb wrote: Michael, I upgraded to v15152. There is no apparent change in the behavior. When I call into a number handled by the lua script, I may get a fast busy signal, or a recording saying the connection cannot be made. But FreeSwitch is removed from memory as a result. I cannot see from the log that the FreeSwitch ended. Is there anything I can try on my side? http://pastebin.freeswitch.org/10707 Lars From: [email protected] [mailto:[email protected]] On Behalf Of Michael Collins Sent: Tuesday, October 13, 2009 1:12 PM To: [email protected] Subject: Re: [Freeswitch-users] lua script causing FreeSwitch to crash? On Tue, Oct 13, 2009 at 12:38 PM, Lars Zeb wrote: http://pastebin.freeswitch.org/10686 I am trying to use a lua script for inbound calls. The caller hears a busy signal. After this call fails to go through, FreeSwitch is no longer in memory - it does not appear in 'ps -ef' output. I don't have a clue what I might be doing incorrectly in the script in order to cause this to happen. There is no indication in the log that FreeSwitch has terminated. But it is not resident in memory. I am using v15134. I had been using this same script without incident as late as v14929. Until I can resolve the issue, I have removed the call to lua from the dialplan and done all I could in it instead. We sent out a notice about a bug in event socket between revs 15119 and 15134. Update to latest trunk. (FYI, the fix was in r15135, so you just barely missed it.) After you update, let us know if the problem persists. -MC ___ FreeSWITCH-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -- Anthony Minessale II FreeSWITCH http://www.freeswitch.org/ ClueCon http://www.cluecon.com/ Twitter: http://twitter.com/FreeSWITCH_wire AIM: anthm MSN:[email protected] <mailto:msn%[email protected]> GTALK/JABBER/PAYPAL:[email protected] <mailto:paypal%[email protected]> IRC: irc.freenode.net #freeswitch FreeSWITCH Developer Conference sip:[email protected] <mailto:sip%[email protected]> iax:[email protected]/888 googletalk:[email protected] <mailto:googletalk%3aconf%[email protected]> pstn:213-799-1400 ___ FreeSWITCH-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
Re: [Freeswitch-users] lua script causing FreeSwitch to crash?
By which process did you upgrade? Did you use "make current" if so, run freeswitch from the directory you built it from then reporduce the problem and watch for it to crash and type ./support-d/fscore_pb at your shell to upload a crash report to pastebin and tell us the url it generated. On Wed, Oct 14, 2009 at 10:28 AM, Lars Zeb wrote: > Michael, > > > > I upgraded to v15152. There is no apparent change in the behavior. When I > call into a number handled by the lua script, I may get a fast busy signal, > or a recording saying the connection cannot be made. > > > > But FreeSwitch is removed from memory as a result. I cannot see from the > log that the FreeSwitch ended. > > > > Is there anything I can try on my side? > > > > http://pastebin.freeswitch.org/10707 > > > > Lars > > > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *Michael > Collins > *Sent:* Tuesday, October 13, 2009 1:12 PM > *To:* [email protected] > *Subject:* Re: [Freeswitch-users] lua script causing FreeSwitch to crash? > > > > > > On Tue, Oct 13, 2009 at 12:38 PM, Lars Zeb wrote: > > http://pastebin.freeswitch.org/10686 > > > > I am trying to use a lua script for inbound calls. The caller hears a busy > signal. After this call fails to go through, FreeSwitch is no longer in > memory – it does not appear in ‘ps –ef’ output. > > > > I don’t have a clue what I might be doing incorrectly in the script in > order to cause this to happen. There is no indication in the log that > FreeSwitch has terminated. But it is not resident in memory. > > > > I am using v15134. I had been using this same script without incident as > late as v14929. Until I can resolve the issue, I have removed the call to > lua from the dialplan and done all I could in it instead. > > We sent out a notice about a bug in event socket between revs 15119 and > 15134. Update to latest trunk. (FYI, the fix was in r15135, so you just > barely missed it.) > > After you update, let us know if the problem persists. > -MC > > > > ___ > FreeSWITCH-users mailing list > [email protected] > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- Anthony Minessale II FreeSWITCH http://www.freeswitch.org/ ClueCon http://www.cluecon.com/ Twitter: http://twitter.com/FreeSWITCH_wire AIM: anthm MSN:[email protected] GTALK/JABBER/PAYPAL:[email protected] IRC: irc.freenode.net #freeswitch FreeSWITCH Developer Conference sip:[email protected] iax:[email protected]/888 googletalk:[email protected] pstn:213-799-1400 ___ FreeSWITCH-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
Re: [Freeswitch-users] lua script causing FreeSwitch to crash?
Michael, I upgraded to v15152. There is no apparent change in the behavior. When I call into a number handled by the lua script, I may get a fast busy signal, or a recording saying the connection cannot be made. But FreeSwitch is removed from memory as a result. I cannot see from the log that the FreeSwitch ended. Is there anything I can try on my side? http://pastebin.freeswitch.org/10707 Lars From: [email protected] [mailto:[email protected]] On Behalf Of Michael Collins Sent: Tuesday, October 13, 2009 1:12 PM To: [email protected] Subject: Re: [Freeswitch-users] lua script causing FreeSwitch to crash? On Tue, Oct 13, 2009 at 12:38 PM, Lars Zeb wrote: http://pastebin.freeswitch.org/10686 I am trying to use a lua script for inbound calls. The caller hears a busy signal. After this call fails to go through, FreeSwitch is no longer in memory - it does not appear in 'ps -ef' output. I don't have a clue what I might be doing incorrectly in the script in order to cause this to happen. There is no indication in the log that FreeSwitch has terminated. But it is not resident in memory. I am using v15134. I had been using this same script without incident as late as v14929. Until I can resolve the issue, I have removed the call to lua from the dialplan and done all I could in it instead. We sent out a notice about a bug in event socket between revs 15119 and 15134. Update to latest trunk. (FYI, the fix was in r15135, so you just barely missed it.) After you update, let us know if the problem persists. -MC ___ FreeSWITCH-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
Re: [Freeswitch-users] lua script causing FreeSwitch to crash?
On Tue, Oct 13, 2009 at 12:38 PM, Lars Zeb wrote: > http://pastebin.freeswitch.org/10686 > > > > I am trying to use a lua script for inbound calls. The caller hears a busy > signal. After this call fails to go through, FreeSwitch is no longer in > memory – it does not appear in ‘ps –ef’ output. > > > > I don’t have a clue what I might be doing incorrectly in the script in > order to cause this to happen. There is no indication in the log that > FreeSwitch has terminated. But it is not resident in memory. > > > > I am using v15134. I had been using this same script without incident as > late as v14929. Until I can resolve the issue, I have removed the call to > lua from the dialplan and done all I could in it instead. > We sent out a notice about a bug in event socket between revs 15119 and 15134. Update to latest trunk. (FYI, the fix was in r15135, so you just barely missed it.) After you update, let us know if the problem persists. -MC ___ FreeSWITCH-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
[Freeswitch-users] lua script causing FreeSwitch to crash?
http://pastebin.freeswitch.org/10686 I am trying to use a lua script for inbound calls. The caller hears a busy signal. After this call fails to go through, FreeSwitch is no longer in memory - it does not appear in 'ps -ef' output. I don't have a clue what I might be doing incorrectly in the script in order to cause this to happen. There is no indication in the log that FreeSwitch has terminated. But it is not resident in memory. I am using v15134. I had been using this same script without incident as late as v14929. Until I can resolve the issue, I have removed the call to lua from the dialplan and done all I could in it instead. I have included the dialplan, the script and the cli log in the pastebin. I would appreciate any help or suggestions. Thanks, Lars ___ FreeSWITCH-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
