VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
brian at freeswitch.org Guest
|
|
Back to top |
|
|
anthony.minessale at g... Guest
|
|
Back to top |
|
|
ahgindia308 at gmail.com Guest
|
|
Back to top |
|
|
ahgindia308 at gmail.com Guest
|
|
Back to top |
|
|
pmhshz at gmail.com Guest
|
Posted: Mon Jan 12, 2009 8:24 am Post subject: [Freeswitch-users] Freeswitch crashed !!! |
|
|
Hi all,
I am also testing FS release 1.0.2, but I faced strange problem.
When I stop freeswitch (from CLI using ... or shutdown), Freeswitch ends
with showing "Segmentation fault":
Below is the last 15 lines when fault occures. Sometimes this does not
happen and FS shut down normally.
=====================================================================================
2009-01-12 16:52:56 [CONSOLE] switch_loadable_module.c:1244 do_shutdown()
mod_esf unloaded.
2009-01-12 16:52:56 [CONSOLE] switch_core.c:1462 switch_core_destroy()
Closing Event Engine.
2009-01-12 16:52:56 [CONSOLE] switch_event.c:440 switch_event_shutdown()
Stopping event queue 0
2009-01-12 16:52:56 [CONSOLE] switch_event.c:440 switch_event_shutdown()
Stopping event queue 1
2009-01-12 16:52:56 [CONSOLE] switch_event.c:305 switch_event_thread() Event
Thread 0 Ended.
2009-01-12 16:52:56 [CONSOLE] switch_event.c:445 switch_event_shutdown()
Stopping dispatch queue 0
2009-01-12 16:52:56 [CONSOLE] switch_event.c:305 switch_event_thread() Event
Thread 1 Ended.
2009-01-12 16:52:56 [CONSOLE] switch_event.c:247
switch_event_dispatch_thread() Dispatch Thread 0 Ended.
2009-01-12 16:52:56 [CONSOLE] switch_event.c:305 switch_event_thread() Event
Thread 2 Ended.
2009-01-12 16:52:56 [CONSOLE] switch_event.c:414
switch_core_memory_reclaim_events() Returning 23 recycled event(s) 1012
bytes
2009-01-12 16:52:56 [CONSOLE] switch_event.c:416
switch_core_memory_reclaim_events() Returning 331 recycled event header(s)
5296 bytes
2009-01-12 16:52:56 [CONSOLE] switch_core_sqldb.c:539
switch_core_sqldb_stop() Waiting for unfinished SQL transactions
2009-01-12 16:52:56 [NOTICE] switch_core_sqldb.c:199
switch_core_sql_thread() SQL thread ending
2009-01-12 16:52:56 [CONSOLE] switch_scheduler.c:303
switch_scheduler_task_thread_stop() Stopping Task Thread
Segmentation fault (core dumped)
=====================================================================================
What should be the cause of such crash.
ahgindia wrote:
Quote: |
Hi All,
Recently I was testing the new freeswitch release 1.0.2
The system has Fedora 8 with 2 GB RAM with Intel(R) Core(TM)2 Duo CPU
E7200 @ 2.53GHz processor.
But it crashed, when there were 96 active calls in it (as can be seen from
"show calls" on freeswitch cli)
There is a dump file for it, in the folder from where i started the
freeswitch.
Let me know how can we know the cause of the crash.
|
--
View this message in context: http://www.nabble.com/Freeswitch-crashed-%21%21%21-tp21386948p21414332.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
msc at freeswitch.org Guest
|
Posted: Mon Jan 12, 2009 11:00 am Post subject: [Freeswitch-users] Freeswitch crashed !!! |
|
|
Could you please do a backtrace and post it to a pastebin? If in Linux
do this:
gdb /path/to/freeswitch /path/to/corefile
-MC
Sent from my iPhone
On Jan 12, 2009, at 5:23 AM, shehzad p <pmhshz@gmail.com> wrote:
Quote: |
Hi all,
I am also testing FS release 1.0.2, but I faced strange problem.
When I stop freeswitch (from CLI using ... or shutdown), Freeswitch
ends
with showing "Segmentation fault":
Below is the last 15 lines when fault occures. Sometimes this does not
happen and FS shut down normally.
===
===
===
===
===
======================================================================
2009-01-12 16:52:56 [CONSOLE] switch_loadable_module.c:1244
do_shutdown()
mod_esf unloaded.
2009-01-12 16:52:56 [CONSOLE] switch_core.c:1462 switch_core_destroy()
Closing Event Engine.
2009-01-12 16:52:56 [CONSOLE] switch_event.c:440
switch_event_shutdown()
Stopping event queue 0
2009-01-12 16:52:56 [CONSOLE] switch_event.c:440
switch_event_shutdown()
Stopping event queue 1
2009-01-12 16:52:56 [CONSOLE] switch_event.c:305
switch_event_thread() Event
Thread 0 Ended.
2009-01-12 16:52:56 [CONSOLE] switch_event.c:445
switch_event_shutdown()
Stopping dispatch queue 0
2009-01-12 16:52:56 [CONSOLE] switch_event.c:305
switch_event_thread() Event
Thread 1 Ended.
2009-01-12 16:52:56 [CONSOLE] switch_event.c:247
switch_event_dispatch_thread() Dispatch Thread 0 Ended.
2009-01-12 16:52:56 [CONSOLE] switch_event.c:305
switch_event_thread() Event
Thread 2 Ended.
2009-01-12 16:52:56 [CONSOLE] switch_event.c:414
switch_core_memory_reclaim_events() Returning 23 recycled event(s)
1012
bytes
2009-01-12 16:52:56 [CONSOLE] switch_event.c:416
switch_core_memory_reclaim_events() Returning 331 recycled event
header(s)
5296 bytes
2009-01-12 16:52:56 [CONSOLE] switch_core_sqldb.c:539
switch_core_sqldb_stop() Waiting for unfinished SQL transactions
2009-01-12 16:52:56 [NOTICE] switch_core_sqldb.c:199
switch_core_sql_thread() SQL thread ending
2009-01-12 16:52:56 [CONSOLE] switch_scheduler.c:303
switch_scheduler_task_thread_stop() Stopping Task Thread
Segmentation fault (core dumped)
===
===
===
===
===
======================================================================
What should be the cause of such crash.
ahgindia wrote:
Quote: |
Hi All,
Recently I was testing the new freeswitch release 1.0.2
The system has Fedora 8 with 2 GB RAM with Intel(R) Core(TM)2 Duo CPU
E7200 @ 2.53GHz processor.
But it crashed, when there were 96 active calls in it (as can be
seen from
"show calls" on freeswitch cli)
There is a dump file for it, in the folder from where i started the
freeswitch.
Let me know how can we know the cause of the crash.
|
--
View this message in context: http://www.nabble.com/Freeswitch-crashed-%21%21%21-tp21386948p21414332.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
anthony.minessale at g... Guest
|
Posted: Mon Jan 12, 2009 11:25 am Post subject: [Freeswitch-users] Freeswitch crashed !!! |
|
|
please supply the entire javascript code you were executing.
On Mon, Jan 12, 2009 at 1:33 AM, ahgindia <ahgindia308@gmail.com (ahgindia308@gmail.com)> wrote:
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400 |
|
Back to top |
|
|
ahgindia308 at gmail.com Guest
|
Posted: Tue Jan 13, 2009 4:52 am Post subject: [Freeswitch-users] Freeswitch crashed !!! |
|
|
Hi,
I cannot supply whole code for security purpose.
But I can provide some code snippet for the portion you wish.
Here is the overview of the code:
-> When a call reaches to our server, we will authenticate that call based
on originator ip,
-> Then we will call a procedure for route lookup, based on the number
called. So we will find a terminator who can terminate this number.
-> We will send a call to terminator with the number called, and then bridge
the originator with the terminator.
-> Finally, we insert a CDR for the call with all the details of the caller
and terminator and such other things.
So, what portion of code should I provide you?
Thanks for your cooperation.
Anthony Minessale-2 wrote:
Quote: |
please supply the entire javascript code you were executing.
On Mon, Jan 12, 2009 at 1:33 AM, ahgindia <ahgindia308@gmail.com> wrote:
Quote: |
Hello,
Here is the output of backtrace :
http://pastebin.freeswitch.org/6745
Let me know if find any reason for crash in this trace.
Brian West-3 wrote:
Quote: |
What is the output of the backtrace? Can you include that in your
email?
/b
On Jan 10, 2009, at 5:01 AM, ahgindia wrote:
Quote: |
Hi All,
Recently I was testing the new freeswitch release 1.0.2
The system has Fedora 8 with 2 GB RAM with Intel(R) Core(TM)2 Duo
CPU E7200
@ 2.53GHz processor.
But it crashed, when there were 96 active calls in it (as can be
seen from
"show calls" on freeswitch cli)
There is a dump file for it, in the folder from where i started the
freeswitch.
Let me know how can we know the cause of the crash.
--
View this message in context:
|
| http://www.nabble.com/Freeswitch-crashed-%21%21%21-tp21386948p21386948.html
http://lists.freeswitch.org/mailman/options/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
Quote: | http://www.freeswitch.org
|
--
View this message in context:
http://www.nabble.com/Freeswitch-crashed-%21%21%21-tp21386948p21409759.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
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/
AIM: anthm
MSN:anthony_minessale@hotmail.com <MSN%3Aanthony_minessale@hotmail.com>
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com<PAYPAL%3Aanthony.minessale@gmail.com>
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org <sip%3A888@conference.freeswitch.org>
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org<googletalk%3Aconf%2B888@conference.freeswitch.org>
pstn:213-799-1400
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
--
View this message in context: http://www.nabble.com/Freeswitch-crashed-%21%21%21-tp21386948p21432304.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
ahgindia308 at gmail.com Guest
|
Posted: Tue Jan 13, 2009 4:57 am Post subject: [Freeswitch-users] Freeswitch crashed !!! |
|
|
Hi,
I cannot supply whole code for security purpose.
But I can provide some code snippet for the portion you wish.
Here is the overview of the code:
-> When a call reaches to our server, we will authenticate that call based
on originator ip,
-> Then we will call a procedure for route lookup, based on the number
called. So we will find a terminator who can terminate this number.
-> We will send a call to terminator with the number called, and then bridge
the originator with the terminator.
-> Finally, we insert a CDR for the call with all the details of the caller
and terminator and such other things.
So, what portion of code should I provide you?
Thanks for your cooperation.
Anthony Minessale-2 wrote:
Quote: |
please supply the entire javascript code you were executing.
On Mon, Jan 12, 2009 at 1:33 AM, ahgindia <ahgindia308@gmail.com> wrote:
Quote: |
Hello,
Here is the output of backtrace :
http://pastebin.freeswitch.org/6745
Let me know if find any reason for crash in this trace.
Brian West-3 wrote:
Quote: |
What is the output of the backtrace? Can you include that in your
email?
/b
On Jan 10, 2009, at 5:01 AM, ahgindia wrote:
Quote: |
Hi All,
Recently I was testing the new freeswitch release 1.0.2
The system has Fedora 8 with 2 GB RAM with Intel(R) Core(TM)2 Duo
CPU E7200
@ 2.53GHz processor.
But it crashed, when there were 96 active calls in it (as can be
seen from
"show calls" on freeswitch cli)
There is a dump file for it, in the folder from where i started the
freeswitch.
Let me know how can we know the cause of the crash.
--
View this message in context:
|
| http://www.nabble.com/Freeswitch-crashed-%21%21%21-tp21386948p21386948.html
http://lists.freeswitch.org/mailman/options/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
Quote: | http://www.freeswitch.org
|
--
View this message in context:
http://www.nabble.com/Freeswitch-crashed-%21%21%21-tp21386948p21409759.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
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/
AIM: anthm
MSN:anthony_minessale@hotmail.com <MSN%3Aanthony_minessale@hotmail.com>
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com<PAYPAL%3Aanthony.minessale@gmail.com>
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org <sip%3A888@conference.freeswitch.org>
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org<googletalk%3Aconf%2B888@conference.freeswitch.org>
pstn:213-799-1400
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
--
View this message in context: http://www.nabble.com/Freeswitch-crashed-%21%21%21-tp21386948p21432408.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
pmhshz at gmail.com Guest
|
Posted: Tue Jan 13, 2009 5:49 am Post subject: [Freeswitch-users] Freeswitch crashed !!! |
|
|
Please find the output of bt from below pastebin link:
http://pastebin.freeswitch.org/6757
Thanks,
pms
Michael S Collins wrote:
Quote: |
Could you please do a backtrace and post it to a pastebin? If in Linux
do this:
gdb /path/to/freeswitch /path/to/corefile
-MC
Sent from my iPhone
On Jan 12, 2009, at 5:23 AM, shehzad p <pmhshz@gmail.com> wrote:
Quote: |
Hi all,
I am also testing FS release 1.0.2, but I faced strange problem.
When I stop freeswitch (from CLI using ... or shutdown), Freeswitch
ends
with showing "Segmentation fault":
Below is the last 15 lines when fault occures. Sometimes this does not
happen and FS shut down normally.
===
===
===
===
===
======================================================================
2009-01-12 16:52:56 [CONSOLE] switch_loadable_module.c:1244
do_shutdown()
mod_esf unloaded.
2009-01-12 16:52:56 [CONSOLE] switch_core.c:1462 switch_core_destroy()
Closing Event Engine.
2009-01-12 16:52:56 [CONSOLE] switch_event.c:440
switch_event_shutdown()
Stopping event queue 0
2009-01-12 16:52:56 [CONSOLE] switch_event.c:440
switch_event_shutdown()
Stopping event queue 1
2009-01-12 16:52:56 [CONSOLE] switch_event.c:305
switch_event_thread() Event
Thread 0 Ended.
2009-01-12 16:52:56 [CONSOLE] switch_event.c:445
switch_event_shutdown()
Stopping dispatch queue 0
2009-01-12 16:52:56 [CONSOLE] switch_event.c:305
switch_event_thread() Event
Thread 1 Ended.
2009-01-12 16:52:56 [CONSOLE] switch_event.c:247
switch_event_dispatch_thread() Dispatch Thread 0 Ended.
2009-01-12 16:52:56 [CONSOLE] switch_event.c:305
switch_event_thread() Event
Thread 2 Ended.
2009-01-12 16:52:56 [CONSOLE] switch_event.c:414
switch_core_memory_reclaim_events() Returning 23 recycled event(s)
1012
bytes
2009-01-12 16:52:56 [CONSOLE] switch_event.c:416
switch_core_memory_reclaim_events() Returning 331 recycled event
header(s)
5296 bytes
2009-01-12 16:52:56 [CONSOLE] switch_core_sqldb.c:539
switch_core_sqldb_stop() Waiting for unfinished SQL transactions
2009-01-12 16:52:56 [NOTICE] switch_core_sqldb.c:199
switch_core_sql_thread() SQL thread ending
2009-01-12 16:52:56 [CONSOLE] switch_scheduler.c:303
switch_scheduler_task_thread_stop() Stopping Task Thread
Segmentation fault (core dumped)
===
===
===
===
===
======================================================================
What should be the cause of such crash.
ahgindia wrote:
Quote: |
Hi All,
Recently I was testing the new freeswitch release 1.0.2
The system has Fedora 8 with 2 GB RAM with Intel(R) Core(TM)2 Duo CPU
E7200 @ 2.53GHz processor.
But it crashed, when there were 96 active calls in it (as can be
seen from
"show calls" on freeswitch cli)
There is a dump file for it, in the folder from where i started the
freeswitch.
Let me know how can we know the cause of the crash.
|
--
View this message in context:
http://www.nabble.com/Freeswitch-crashed-%21%21%21-tp21386948p21414332.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
--
View this message in context: http://www.nabble.com/Freeswitch-crashed-%21%21%21-tp21386948p21433120.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
anthony.minessale at g... Guest
|
Posted: Tue Jan 13, 2009 9:02 am Post subject: [Freeswitch-users] Freeswitch crashed !!! |
|
|
So I can supply you with 250 thousand lines of C code that make your application possible.
but you are not willing to show me the silly js code that may be the cause of your crash?
What security purposes are you kidding? just rename any sensitive data to something else or stop using js
because without seeing the script code that's all I can tell you as the solution to your problem.
On Tue, Jan 13, 2009 at 3:48 AM, ahgindia <ahgindia308@gmail.com (ahgindia308@gmail.com)> wrote:
Quote: |
Hi,
I cannot supply whole code for security purpose.
But I can provide some code snippet for the portion you wish.
Here is the overview of the code:
-> When a call reaches to our server, we will authenticate that call based
on originator ip,
-> Then we will call a procedure for route lookup, based on the number
called. So we will find a terminator who can terminate this number.
-> We will send a call to terminator with the number called, and then bridge
the originator with the terminator.
-> Finally, we insert a CDR for the call with all the details of the caller
and terminator and such other things.
So, what portion of code should I provide you?
Thanks for your cooperation.
Anthony Minessale-2 wrote:
Quote: | MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email]) <MSN%3Aanthony_minessale@hotmail.com ([email]MSN%253Aanthony_minessale@hotmail.com[/email])>
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])<PAYPAL%3Aanthony.minessale@gmail.com ([email]PAYPAL%253Aanthony.minessale@gmail.com[/email])>
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
|
Quote: | sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email]) <sip%3A888@conference.freeswitch.org ([email]sip%253A888@conference.freeswitch.org[/email])>
iax:guest@conference.freeswitch.org/888
|
--
View this message in context: http://www.nabble.com/Freeswitch-crashed-%21%21%21-tp21386948p21432304.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
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/
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400 |
|
Back to top |
|
|
anthony.minessale at g... Guest
|
Posted: Tue Jan 13, 2009 9:04 am Post subject: [Freeswitch-users] Freeswitch crashed !!! |
|
|
please remove FS src and dest dir from your machine and recompile fresh from scratch.
On Tue, Jan 13, 2009 at 4:48 AM, shehzad p <pmhshz@gmail.com (pmhshz@gmail.com)> wrote:
Quote: |
Please find the output of bt from below pastebin link:
http://pastebin.freeswitch.org/6757
Thanks,
pms
Michael S Collins wrote:
Quote: |
Could you please do a backtrace and post it to a pastebin? If in Linux
do this:
gdb /path/to/freeswitch /path/to/corefile
-MC
Sent from my iPhone
On Jan 12, 2009, at 5:23 AM, shehzad p <pmhshz@gmail.com (pmhshz@gmail.com)> wrote:
Quote: |
Hi all,
I am also testing FS release 1.0.2, but I faced strange problem.
When I stop freeswitch (from CLI using ... or shutdown), Freeswitch
ends
with showing "Segmentation fault":
Below is the last 15 lines when fault occures. Sometimes this does not
happen and FS shut down normally.
===
===
===
===
===
======================================================================
2009-01-12 16:52:56 [CONSOLE] switch_loadable_module.c:1244
do_shutdown()
mod_esf unloaded.
2009-01-12 16:52:56 [CONSOLE] switch_core.c:1462 switch_core_destroy()
Closing Event Engine.
2009-01-12 16:52:56 [CONSOLE] switch_event.c:440
switch_event_shutdown()
Stopping event queue 0
2009-01-12 16:52:56 [CONSOLE] switch_event.c:440
switch_event_shutdown()
Stopping event queue 1
2009-01-12 16:52:56 [CONSOLE] switch_event.c:305
switch_event_thread() Event
Thread 0 Ended.
2009-01-12 16:52:56 [CONSOLE] switch_event.c:445
switch_event_shutdown()
Stopping dispatch queue 0
2009-01-12 16:52:56 [CONSOLE] switch_event.c:305
switch_event_thread() Event
Thread 1 Ended.
2009-01-12 16:52:56 [CONSOLE] switch_event.c:247
switch_event_dispatch_thread() Dispatch Thread 0 Ended.
2009-01-12 16:52:56 [CONSOLE] switch_event.c:305
switch_event_thread() Event
Thread 2 Ended.
2009-01-12 16:52:56 [CONSOLE] switch_event.c:414
switch_core_memory_reclaim_events() Returning 23 recycled event(s)
1012
bytes
2009-01-12 16:52:56 [CONSOLE] switch_event.c:416
switch_core_memory_reclaim_events() Returning 331 recycled event
header(s)
5296 bytes
2009-01-12 16:52:56 [CONSOLE] switch_core_sqldb.c:539
switch_core_sqldb_stop() Waiting for unfinished SQL transactions
2009-01-12 16:52:56 [NOTICE] switch_core_sqldb.c:199
switch_core_sql_thread() SQL thread ending
2009-01-12 16:52:56 [CONSOLE] switch_scheduler.c:303
switch_scheduler_task_thread_stop() Stopping Task Thread
Segmentation fault (core dumped)
===
===
===
===
===
======================================================================
What should be the cause of such crash.
ahgindia wrote:
Quote: |
Hi All,
Recently I was testing the new freeswitch release 1.0.2
The system has Fedora 8 with 2 GB RAM with Intel(R) Core(TM)2 Duo CPU
E7200 @ 2.53GHz processor.
But it crashed, when there were 96 active calls in it (as can be
seen from
"show calls" on freeswitch cli)
There is a dump file for it, in the folder from where i started the
freeswitch.
Let me know how can we know the cause of the crash.
|
--
View this message in context:
http://www.nabble.com/Freeswitch-crashed-%21%21%21-tp21386948p21414332.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
--
View this message in context: http://www.nabble.com/Freeswitch-crashed-%21%21%21-tp21386948p21433120.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
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/
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400 |
|
Back to top |
|
|
anthony.minessale at g... Guest
|
Posted: Tue Jan 13, 2009 9:08 am Post subject: [Freeswitch-users] Freeswitch crashed !!! |
|
|
in the future please start your own thread.
Also do not report bugs to the mailing list, use http://jira.freeswitch.org
On Tue, Jan 13, 2009 at 3:48 AM, ahgindia <ahgindia308@gmail.com (ahgindia308@gmail.com)> wrote:
Quote: |
Hi,
I cannot supply whole code for security purpose.
But I can provide some code snippet for the portion you wish.
Here is the overview of the code:
-> When a call reaches to our server, we will authenticate that call based
on originator ip,
-> Then we will call a procedure for route lookup, based on the number
called. So we will find a terminator who can terminate this number.
-> We will send a call to terminator with the number called, and then bridge
the originator with the terminator.
-> Finally, we insert a CDR for the call with all the details of the caller
and terminator and such other things.
So, what portion of code should I provide you?
Thanks for your cooperation.
Anthony Minessale-2 wrote:
Quote: | MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email]) <MSN%3Aanthony_minessale@hotmail.com ([email]MSN%253Aanthony_minessale@hotmail.com[/email])>
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])<PAYPAL%3Aanthony.minessale@gmail.com ([email]PAYPAL%253Aanthony.minessale@gmail.com[/email])>
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
|
Quote: | sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email]) <sip%3A888@conference.freeswitch.org ([email]sip%253A888@conference.freeswitch.org[/email])>
iax:guest@conference.freeswitch.org/888
|
--
View this message in context: http://www.nabble.com/Freeswitch-crashed-%21%21%21-tp21386948p21432304.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
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/
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400 |
|
Back to top |
|
|
pmhshz at gmail.com Guest
|
Posted: Thu Jan 15, 2009 3:39 am Post subject: [Freeswitch-users] Freeswitch crashed !!! |
|
|
There NO previous version of FS installed before, and FS 1.0.2 is also
freshly installed.
Anthony Minessale-2 wrote:
Quote: |
please remove FS src and dest dir from your machine and recompile fresh
from
scratch.
On Tue, Jan 13, 2009 at 4:48 AM, shehzad p <pmhshz@gmail.com> wrote:
Quote: |
Please find the output of bt from below pastebin link:
http://pastebin.freeswitch.org/6757
Thanks,
pms
Michael S Collins wrote:
Quote: |
Could you please do a backtrace and post it to a pastebin? If in Linux
do this:
gdb /path/to/freeswitch /path/to/corefile
-MC
Sent from my iPhone
On Jan 12, 2009, at 5:23 AM, shehzad p <pmhshz@gmail.com> wrote:
Quote: |
Hi all,
I am also testing FS release 1.0.2, but I faced strange problem.
When I stop freeswitch (from CLI using ... or shutdown), Freeswitch
ends
with showing "Segmentation fault":
Below is the last 15 lines when fault occures. Sometimes this does not
happen and FS shut down normally.
===
===
===
===
===
======================================================================
2009-01-12 16:52:56 [CONSOLE] switch_loadable_module.c:1244
do_shutdown()
mod_esf unloaded.
2009-01-12 16:52:56 [CONSOLE] switch_core.c:1462 switch_core_destroy()
Closing Event Engine.
2009-01-12 16:52:56 [CONSOLE] switch_event.c:440
switch_event_shutdown()
Stopping event queue 0
2009-01-12 16:52:56 [CONSOLE] switch_event.c:440
switch_event_shutdown()
Stopping event queue 1
2009-01-12 16:52:56 [CONSOLE] switch_event.c:305
switch_event_thread() Event
Thread 0 Ended.
2009-01-12 16:52:56 [CONSOLE] switch_event.c:445
switch_event_shutdown()
Stopping dispatch queue 0
2009-01-12 16:52:56 [CONSOLE] switch_event.c:305
switch_event_thread() Event
Thread 1 Ended.
2009-01-12 16:52:56 [CONSOLE] switch_event.c:247
switch_event_dispatch_thread() Dispatch Thread 0 Ended.
2009-01-12 16:52:56 [CONSOLE] switch_event.c:305
switch_event_thread() Event
Thread 2 Ended.
2009-01-12 16:52:56 [CONSOLE] switch_event.c:414
switch_core_memory_reclaim_events() Returning 23 recycled event(s)
1012
bytes
2009-01-12 16:52:56 [CONSOLE] switch_event.c:416
switch_core_memory_reclaim_events() Returning 331 recycled event
header(s)
5296 bytes
2009-01-12 16:52:56 [CONSOLE] switch_core_sqldb.c:539
switch_core_sqldb_stop() Waiting for unfinished SQL transactions
2009-01-12 16:52:56 [NOTICE] switch_core_sqldb.c:199
switch_core_sql_thread() SQL thread ending
2009-01-12 16:52:56 [CONSOLE] switch_scheduler.c:303
switch_scheduler_task_thread_stop() Stopping Task Thread
Segmentation fault (core dumped)
===
===
===
===
===
======================================================================
What should be the cause of such crash.
ahgindia wrote:
Quote: |
Hi All,
Recently I was testing the new freeswitch release 1.0.2
The system has Fedora 8 with 2 GB RAM with Intel(R) Core(TM)2 Duo CPU
E7200 @ 2.53GHz processor.
But it crashed, when there were 96 active calls in it (as can be
seen from
"show calls" on freeswitch cli)
There is a dump file for it, in the folder from where i started the
freeswitch.
Let me know how can we know the cause of the crash.
|
--
View this message in context:
|
| http://www.nabble.com/Freeswitch-crashed-%21%21%21-tp21386948p21414332.html
http://lists.freeswitch.org/mailman/options/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
Quote: | http://www.freeswitch.org
|
--
View this message in context:
http://www.nabble.com/Freeswitch-crashed-%21%21%21-tp21386948p21433120.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
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/
AIM: anthm
MSN:anthony_minessale@hotmail.com <MSN%3Aanthony_minessale@hotmail.com>
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com<PAYPAL%3Aanthony.minessale@gmail.com>
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org <sip%3A888@conference.freeswitch.org>
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org<googletalk%3Aconf%2B888@conference.freeswitch.org>
pstn:213-799-1400
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
--
View this message in context: http://www.nabble.com/Freeswitch-crashed-%21%21%21-tp21386948p21473408.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
miconda at gmail.com Guest
|
Posted: Thu Jan 15, 2009 2:27 pm Post subject: [Freeswitch-users] Freeswitch crashed !!! |
|
|
On 01/13/2009 04:00 PM, Anthony Minessale wrote:
Quote: | So I can supply you with 250 thousand lines of C code that make your
application possible.
but you are not willing to show me the silly js code that may be the
cause of your crash?
What security purposes are you kidding?
| I just need to salute this! I get same silly reasons day by day,
everyone wants their issues fixed in no time without proper (any)
feedback. Maybe we should collect and build a top of such reasons...
Cheers,
Daniel
Quote: | just rename any sensitive data to something else or stop using js
because without seeing the script code that's all I can tell you as
the solution to your problem.
|
--
Daniel-Constantin Mierla
http://www.asipto.com
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|