VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
peder at networkoblivi... Guest
|
Posted: Thu Dec 18, 2008 9:41 am Post subject: [Freeswitch-users] Core Dump |
|
|
What is the process for capturing and submitting a core dump?
I am messing around with the Cisco 79x1 phones and tcp and multiple reg.
I have a 7961 using tcp and a 7960 using udp both reg'd with the same
number and both showing up as registered. If I call out from the phone
using tcp, it works. If I call out from the phone using udp, I get a
core dump. If I call in, it calls both phones and I am assuming the
call to the phone using udp causes a core dump as well. These are the
only two phones on the system and I am running version 10851 from
yesterday. If I only have the udp phone registered and the tcp phone is
off, it works fine. It is only when I have a mix of a udp reg and a tcp
reg on the same number that I appear to get a core dump.
Peder
_______________________________________________
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: Thu Dec 18, 2008 10:16 am Post subject: [Freeswitch-users] Core Dump |
|
|
Check out this page:
wiki.freeswitch.org/wiki/Debugging_Freeswitch
-MC
Sent from my iPhone
On Dec 18, 2008, at 6:38 AM, "peder@networkoblivion.com" <peder@networkoblivion.com
Quote: | What is the process for capturing and submitting a core dump?
I am messing around with the Cisco 79x1 phones and tcp and multiple
reg.
I have a 7961 using tcp and a 7960 using udp both reg'd with the same
number and both showing up as registered. If I call out from the
phone
using tcp, it works. If I call out from the phone using udp, I get a
core dump. If I call in, it calls both phones and I am assuming the
call to the phone using udp causes a core dump as well. These are the
only two phones on the system and I am running version 10851 from
yesterday. If I only have the udp phone registered and the tcp
phone is
off, it works fine. It is only when I have a mix of a udp reg and a
tcp
reg on the same number that I appear to get a core dump.
Peder
_______________________________________________
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 |
|
|
peder at networkoblivi... Guest
|
Posted: Thu Dec 18, 2008 10:59 am Post subject: [Freeswitch-users] Core Dump |
|
|
If anybody wants to look at the core dump in gdb, here it is (the actual
core is 256Meg):
http://pastebin.freeswitch.org/6476
I know zip about debugging and gdb, but from looking through it, I see a
segmentation fault and it appears to be thread 15094. The last three
items in the bt full for that thread are:
destroy_status = <value optimized out>
fd = (switch_file_t *) 0x80529b0
pool = (switch_memory_pool_t *) 0x80528f0
So I would guess it is trying to access an invalid memory location, but
why, I have no idea....
Any ideas?
Peder
Michael S Collins wrote:
Quote: | Check out this page:
wiki.freeswitch.org/wiki/Debugging_Freeswitch
-MC
Sent from my iPhone
On Dec 18, 2008, at 6:38 AM, "peder@networkoblivion.com" <peder@networkoblivion.com
Quote: | What is the process for capturing and submitting a core dump?
I am messing around with the Cisco 79x1 phones and tcp and multiple
reg.
I have a 7961 using tcp and a 7960 using udp both reg'd with the same
number and both showing up as registered. If I call out from the
phone
using tcp, it works. If I call out from the phone using udp, I get a
core dump. If I call in, it calls both phones and I am assuming the
call to the phone using udp causes a core dump as well. These are the
only two phones on the system and I am running version 10851 from
yesterday. If I only have the udp phone registered and the tcp
phone is
off, it works fine. It is only when I have a mix of a udp reg and a
tcp
reg on the same number that I appear to get a core dump.
Peder
_______________________________________________
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
|
_______________________________________________
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: Thu Dec 18, 2008 11:22 am Post subject: [Freeswitch-users] Core Dump |
|
|
Is this a single occurrence or can you make it happen consistently?
-MC
Sent from my iPhone
On Dec 18, 2008, at 7:36 AM, "peder@networkoblivion.com" <peder@networkoblivion.com
Quote: | If anybody wants to look at the core dump in gdb, here it is (the
actual
core is 256Meg):
http://pastebin.freeswitch.org/6476
I know zip about debugging and gdb, but from looking through it, I
see a
segmentation fault and it appears to be thread 15094. The last three
items in the bt full for that thread are:
destroy_status = <value optimized out>
fd = (switch_file_t *) 0x80529b0
pool = (switch_memory_pool_t *) 0x80528f0
So I would guess it is trying to access an invalid memory location,
but
why, I have no idea....
Any ideas?
Peder
Michael S Collins wrote:
Quote: | Check out this page:
wiki.freeswitch.org/wiki/Debugging_Freeswitch
-MC
Sent from my iPhone
On Dec 18, 2008, at 6:38 AM, "peder@networkoblivion.com" <peder@networkoblivion.com
Quote: | What is the process for capturing and submitting a core dump?
I am messing around with the Cisco 79x1 phones and tcp and multiple
reg.
I have a 7961 using tcp and a 7960 using udp both reg'd with the
same
number and both showing up as registered. If I call out from the
phone
using tcp, it works. If I call out from the phone using udp, I
get a
core dump. If I call in, it calls both phones and I am assuming the
call to the phone using udp causes a core dump as well. These are
the
only two phones on the system and I am running version 10851 from
yesterday. If I only have the udp phone registered and the tcp
phone is
off, it works fine. It is only when I have a mix of a udp reg and a
tcp
reg on the same number that I appear to get a core dump.
Peder
_______________________________________________
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
|
_______________________________________________
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 |
|
|
brian at freeswitch.org Guest
|
Posted: Thu Dec 18, 2008 11:23 am Post subject: [Freeswitch-users] Core Dump |
|
|
Peder,
Can you join us on IRC.
/b
On Dec 18, 2008, at 9:36 AM, peder@networkoblivion.com wrote:
Quote: | If anybody wants to look at the core dump in gdb, here it is (the
actual
core is 256Meg):
http://pastebin.freeswitch.org/6476
I know zip about debugging and gdb, but from looking through it, I
see a
segmentation fault and it appears to be thread 15094. The last three
items in the bt full for that thread are:
destroy_status = <value optimized out>
fd = (switch_file_t *) 0x80529b0
pool = (switch_memory_pool_t *) 0x80528f0
So I would guess it is trying to access an invalid memory location,
but
why, I have no idea....
Any ideas?
Peder
Michael S Collins wrote:
Quote: | Check out this page:
wiki.freeswitch.org/wiki/Debugging_Freeswitch
-MC
Sent from my iPhone
On Dec 18, 2008, at 6:38 AM, "peder@networkoblivion.com" <peder@networkoblivion.com
Quote: | What is the process for capturing and submitting a core dump?
I am messing around with the Cisco 79x1 phones and tcp and multiple
reg.
I have a 7961 using tcp and a 7960 using udp both reg'd with the
same
number and both showing up as registered. If I call out from the
phone
using tcp, it works. If I call out from the phone using udp, I
get a
core dump. If I call in, it calls both phones and I am assuming the
call to the phone using udp causes a core dump as well. These are
the
only two phones on the system and I am running version 10851 from
yesterday. If I only have the udp phone registered and the tcp
phone is
off, it works fine. It is only when I have a mix of a udp reg and a
tcp
reg on the same number that I appear to get a core dump.
Peder
_______________________________________________
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
|
_______________________________________________
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: Thu Dec 18, 2008 2:08 pm Post subject: [Freeswitch-users] Core Dump |
|
|
Can you answer the questions and possibly go online on IRC so we can debug your issue?
On Thu, Dec 18, 2008 at 9:36 AM, peder@networkoblivion.com (peder@networkoblivion.com) <peder@networkoblivion.com (peder@networkoblivion.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 |
|
|
peder at networkoblivi... Guest
|
Posted: Thu Dec 18, 2008 2:41 pm Post subject: [Freeswitch-users] Core Dump |
|
|
I can make it happen on demand. All I have to do is call the shared
number and it crashes. I'll hop on IRC in a bit.
Michael S Collins wrote:
Quote: | Is this a single occurrence or can you make it happen consistently?
-MC
Sent from my iPhone
On Dec 18, 2008, at 7:36 AM, "peder@networkoblivion.com" <peder@networkoblivion.com
Quote: | If anybody wants to look at the core dump in gdb, here it is (the
actual
core is 256Meg):
http://pastebin.freeswitch.org/6476
I know zip about debugging and gdb, but from looking through it, I
see a
segmentation fault and it appears to be thread 15094. The last three
items in the bt full for that thread are:
destroy_status = <value optimized out>
fd = (switch_file_t *) 0x80529b0
pool = (switch_memory_pool_t *) 0x80528f0
So I would guess it is trying to access an invalid memory location,
but
why, I have no idea....
Any ideas?
Peder
Michael S Collins wrote:
Quote: | Check out this page:
wiki.freeswitch.org/wiki/Debugging_Freeswitch
-MC
Sent from my iPhone
On Dec 18, 2008, at 6:38 AM, "peder@networkoblivion.com" <peder@networkoblivion.com
Quote: | wrote:
What is the process for capturing and submitting a core dump?
I am messing around with the Cisco 79x1 phones and tcp and multiple
reg.
I have a 7961 using tcp and a 7960 using udp both reg'd with the
same
number and both showing up as registered. If I call out from the
phone
using tcp, it works. If I call out from the phone using udp, I
get a
core dump. If I call in, it calls both phones and I am assuming the
call to the phone using udp causes a core dump as well. These are
the
only two phones on the system and I am running version 10851 from
yesterday. If I only have the udp phone registered and the tcp
phone is
off, it works fine. It is only when I have a mix of a udp reg and a
tcp
reg on the same number that I appear to get a core dump.
Peder
_______________________________________________
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
| _______________________________________________
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
|
_______________________________________________
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
|