Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] recompile with gdb

Goto page 1, 2  Next
 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
brian at freeswitch.org
Guest





PostPosted: Mon Sep 21, 2009 6:27 pm    Post subject: [Freeswitch-users] recompile with gdb Reply with quote

This looks like gcc is segfaulting can you provide me a complete backtrace of the core file that dumps from FreeSWITCH?

http://wiki.freeswitch.org/wiki/Reporting_Bugs


It sounds like you might have bad ram or bad hardware... gcc crashing is usually a sign something is really wrong with your machine.


/b

On Sep 21, 2009, at 5:46 PM, Tihomir Culjaga wrote:
Quote:
but without luck...

ode1:/opt/freeswitch-trunk#
node1:/opt/freeswitch-trunk# sudo make
make[1]: Entering directory `/opt/freeswitch-trunk/libs/pcre'
make all-am
make[2]: Entering directory `/opt/freeswitch-trunk/libs/pcre'
g++ -DHAVE_CONFIG_H -I. -O2 -MT pcrecpp_unittest.o -MD -MP -MF .deps/pcrecpp_unittest.Tpo -c -o pcrecpp_unittest.o pcrecpp_unittest.cc
g++: Internal error: Segmentation fault (program cc1plus)
Please submit a full bug report.
See <file:///usr/share/doc/gcc-4.3/README.Bugs> for instructions.
make[2]: *** [pcrecpp_unittest.o] Error 1
make[2]: Leaving directory `/opt/freeswitch-trunk/libs/pcre'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/opt/freeswitch-trunk/libs/pcre'
make: *** [libs/pcre/libpcre.la] Error 2
node1:/opt/freeswitch-trunk#
node1:/opt/freeswitch-trunk#


Of course I'm using the latest trunk...

Can anyone help?
Back to top
tculjaga at gmail.com
Guest





PostPosted: Tue Sep 22, 2009 7:41 am    Post subject: [Freeswitch-users] recompile with gdb Reply with quote

hi Brian,

well, there is no coredump at all... and when i start FS with gdb it doesn't crash Razz
I need to do some more testing and will come back to you.

T.

On Tue, Sep 22, 2009 at 1:22 AM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
Quote:
This looks like gcc is segfaulting can you provide me a complete backtrace of the core file that dumps from FreeSWITCH? 

http://wiki.freeswitch.org/wiki/Reporting_Bugs


It sounds like you might have bad ram or bad hardware... gcc crashing is usually a sign something is really wrong with your machine.  


/b

On Sep 21, 2009, at 5:46 PM, Tihomir Culjaga wrote:

Quote:
but without luck...

ode1:/opt/freeswitch-trunk# 
node1:/opt/freeswitch-trunk# sudo make
make[1]: Entering directory `/opt/freeswitch-trunk/libs/pcre'
make  all-am
make[2]: Entering directory `/opt/freeswitch-trunk/libs/pcre'
g++ -DHAVE_CONFIG_H -I.     -O2 -MT pcrecpp_unittest.o -MD -MP -MF .deps/pcrecpp_unittest.Tpo -c -o pcrecpp_unittest.o pcrecpp_unittest.cc
g++: Internal error: Segmentation fault (program cc1plus)
Please submit a full bug report.
See <file:///usr/share/doc/gcc-4.3/README.Bugs> for instructions.
make[2]: *** [pcrecpp_unittest.o] Error 1
make[2]: Leaving directory `/opt/freeswitch-trunk/libs/pcre'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/opt/freeswitch-trunk/libs/pcre'
make: *** [libs/pcre/libpcre.la] Error 2
node1:/opt/freeswitch-trunk# 
node1:/opt/freeswitch-trunk# 


Of course I'm using the latest trunk...

Can anyone help?






_______________________________________________
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

Back to top
brian at freeswitch.org
Guest





PostPosted: Tue Sep 22, 2009 10:42 am    Post subject: [Freeswitch-users] recompile with gdb Reply with quote

FreeSWITCH compiles with debug symbols by default but you showed an
output where GCC was segfaulting so you have bad ram or bad hardware
and I suspect that is your problem.

/b

On Sep 22, 2009, at 7:36 AM, Tihomir Culjaga wrote:

Quote:
hi Brian,

well, there is no coredump at all... and when i start FS with gdb it
doesn't crash Razz
I need to do some more testing and will come back to you.

T.


_______________________________________________
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





PostPosted: Tue Sep 22, 2009 10:54 am    Post subject: [Freeswitch-users] recompile with gdb Reply with quote

see this from your own log?

make[2]: Entering directory `/opt/freeswitch-trunk/libs/pcre'
g++ -DHAVE_CONFIG_H -I.     -O2 -MT pcrecpp_unittest.o -MD -MP -MF .deps/pcrecpp_unittest.Tpo -c -o pcrecpp_unittest.o pcrecpp_unittest.cc
g++: Internal error: Segmentation fault (program cc1plus)
Please submit a full bug report.
See <file:///usr/share/doc/gcc-4.3/README.Bugs> for instructions.
make[2]: *** [pcrecpp_unittest.o] Error 1
make[2]: Leaving directory `/opt/freeswitch-trunk/libs/pcre'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/opt/freeswitch-trunk/libs/pcre'
make: *** [libs/pcre/libpcre.la] Error 2


This is a FATAL error to have on your machine.
It's failing during the build.  This is your compiler crashing while trying to build the software.
This is very bad.
You most likely have a hardware failure and need to replace the machine or at the very least all of the memory chips.




On Tue, Sep 22, 2009 at 7:36 AM, Tihomir Culjaga <tculjaga@gmail.com (tculjaga@gmail.com)> wrote:
Quote:
hi Brian,

well, there is no coredump at all... and when i start FS with gdb it doesn't crash Razz
I need to do some more testing and will come back to you.

T.


On Tue, Sep 22, 2009 at 1:22 AM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:


Quote:

This looks like gcc is segfaulting can you provide me a complete backtrace of the core file that dumps from FreeSWITCH? 

http://wiki.freeswitch.org/wiki/Reporting_Bugs


It sounds like you might have bad ram or bad hardware... gcc crashing is usually a sign something is really wrong with your machine.  


/b

On Sep 21, 2009, at 5:46 PM, Tihomir Culjaga wrote:

Quote:
but without luck...

ode1:/opt/freeswitch-trunk# 
node1:/opt/freeswitch-trunk# sudo make
make[1]: Entering directory `/opt/freeswitch-trunk/libs/pcre'
make  all-am
make[2]: Entering directory `/opt/freeswitch-trunk/libs/pcre'
g++ -DHAVE_CONFIG_H -I.     -O2 -MT pcrecpp_unittest.o -MD -MP -MF .deps/pcrecpp_unittest.Tpo -c -o pcrecpp_unittest.o pcrecpp_unittest.cc
g++: Internal error: Segmentation fault (program cc1plus)
Please submit a full bug report.
See <file:///usr/share/doc/gcc-4.3/README.Bugs> for instructions.
make[2]: *** [pcrecpp_unittest.o] Error 1
make[2]: Leaving directory `/opt/freeswitch-trunk/libs/pcre'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/opt/freeswitch-trunk/libs/pcre'
make: *** [libs/pcre/libpcre.la] Error 2
node1:/opt/freeswitch-trunk# 
node1:/opt/freeswitch-trunk# 


Of course I'm using the latest trunk...

Can anyone help?








_______________________________________________
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




--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

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
tculjaga at gmail.com
Guest





PostPosted: Tue Sep 22, 2009 11:40 am    Post subject: [Freeswitch-users] recompile with gdb Reply with quote

Hi Anthony,

it is not the machine ... and yep there was some memory related issue ... but this was caused by my module ....

So, to summarize.. i had two issues:

  1. FS crashing without any notice (at 5 CPS)
  2. Unable to recompile FS with gdb support


The first issue was actually related to "-hp" switch i was using in my startup script. With it, FS was crashing without any notice (even on low traffic) and regardless if i load my custom modules or not.
The second issue was related to many FS crashes having my module loaded... I found it later and fixed that.


So, after the machine cleanup I rebuild FS with gdb support without any issues.
Of course i sow this log .. but i didn't realize for a while... and after that i was fighting with crashes caused by "-hp" ... also, it was quite late as well ended up at 3 AM Razz



Anyhow, the poit is; FS works well with my custom module. It just finished 2 mil. calls (with media) at 100 CPS having ~1600 simultaneous calls... well, thats something Razz.



T.


On Tue, Sep 22, 2009 at 4:35 PM, Anthony Minessale <anthony.minessale@gmail.com (anthony.minessale@gmail.com)> wrote:
Quote:
see this from your own log?

make[2]: Entering directory `/opt/freeswitch-trunk/libs/
pcre'
g++ -DHAVE_CONFIG_H -I.     -O2 -MT pcrecpp_unittest.o -MD -MP -MF .deps/pcrecpp_unittest.Tpo -c -o pcrecpp_unittest.o pcrecpp_unittest.cc
g++: Internal error: Segmentation fault (program cc1plus)
Please submit a full bug report.
See <file:///usr/share/doc/gcc-4.3/README.Bugs> for instructions.
make[2]: *** [pcrecpp_unittest.o] Error 1
make[2]: Leaving directory `/opt/freeswitch-trunk/libs/pcre'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/opt/freeswitch-trunk/libs/pcre'
make: *** [libs/pcre/libpcre.la] Error 2



This is a FATAL error to have on your machine.
It's failing during the build.  This is your compiler crashing while trying to build the software.
This is very bad.
You most likely have a hardware failure and need to replace the machine or at the very least all of the memory chips.





On Tue, Sep 22, 2009 at 7:36 AM, Tihomir Culjaga <tculjaga@gmail.com (tculjaga@gmail.com)> wrote:
Quote:
hi Brian,

well, there is no coredump at all... and when i start FS with gdb it doesn't crash Razz
I need to do some more testing and will come back to you.

T.


On Tue, Sep 22, 2009 at 1:22 AM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:


Quote:

This looks like gcc is segfaulting can you provide me a complete backtrace of the core file that dumps from FreeSWITCH? 

http://wiki.freeswitch.org/wiki/Reporting_Bugs


It sounds like you might have bad ram or bad hardware... gcc crashing is usually a sign something is really wrong with your machine.  


/b

On Sep 21, 2009, at 5:46 PM, Tihomir Culjaga wrote:

Quote:
but without luck...

ode1:/opt/freeswitch-trunk# 
node1:/opt/freeswitch-trunk# sudo make
make[1]: Entering directory `/opt/freeswitch-trunk/libs/pcre'
make  all-am
make[2]: Entering directory `/opt/freeswitch-trunk/libs/pcre'
g++ -DHAVE_CONFIG_H -I.     -O2 -MT pcrecpp_unittest.o -MD -MP -MF .deps/pcrecpp_unittest.Tpo -c -o pcrecpp_unittest.o pcrecpp_unittest.cc
g++: Internal error: Segmentation fault (program cc1plus)
Please submit a full bug report.
See <file:///usr/share/doc/gcc-4.3/README.Bugs> for instructions.
make[2]: *** [pcrecpp_unittest.o] Error 1
make[2]: Leaving directory `/opt/freeswitch-trunk/libs/pcre'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/opt/freeswitch-trunk/libs/pcre'
make: *** [libs/pcre/libpcre.la] Error 2
node1:/opt/freeswitch-trunk# 
node1:/opt/freeswitch-trunk# 


Of course I'm using the latest trunk...

Can anyone help?








_______________________________________________
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






--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

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

_______________________________________________
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

Back to top
brian at freeswitch.org
Guest





PostPosted: Tue Sep 22, 2009 11:53 am    Post subject: [Freeswitch-users] recompile with gdb Reply with quote

The issue is you clearly show GCC crashing trying to compile
freeswitch which is BAD that indicates a larger problem with the
hardware or memory. Its physical issues not logical ones.

/b

On Sep 22, 2009, at 11:29 AM, Tihomir Culjaga wrote:

Quote:
Hi Anthony,

it is not the machine ... and yep there was some memory related
issue ... but this was caused by my module ....


_______________________________________________
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
diego.viola at gmail.com
Guest





PostPosted: Tue Sep 22, 2009 12:24 pm    Post subject: [Freeswitch-users] recompile with gdb Reply with quote

Why don't you try to do the same on another machine to see if you get the same results?

I think it's hardware related as Anthony and Brian pointed out.

Diego

On Tue, Sep 22, 2009 at 4:29 PM, Tihomir Culjaga <tculjaga@gmail.com (tculjaga@gmail.com)> wrote:
Quote:
Hi Anthony,

it is not the machine ... and yep there was some memory related issue ... but this was caused by my module ....

So, to summarize.. i had two issues:

  1. FS crashing without any notice (at 5 CPS)
  2. Unable to recompile FS with gdb support


The first issue was actually related to "-hp" switch i was using in my startup script. With it, FS was crashing without any notice (even on low traffic) and regardless if i load my custom modules or not.
The second issue was related to many FS crashes having my module loaded... I found it later and fixed that.


So, after the machine cleanup I rebuild FS with gdb support without any issues.
Of course i sow this log .. but i didn't realize for a while... and after that i was fighting with crashes caused by "-hp" ... also, it was quite late as well ended up at 3 AM Razz



Anyhow, the poit is; FS works well with my custom module. It just finished 2 mil. calls (with media) at 100 CPS having ~1600 simultaneous calls... well, thats something Razz.



T.



On Tue, Sep 22, 2009 at 4:35 PM, Anthony Minessale <anthony.minessale@gmail.com (anthony.minessale@gmail.com)> wrote:
Quote:
see this from your own log?

make[2]: Entering directory `/opt/freeswitch-trunk/libs/
pcre'
g++ -DHAVE_CONFIG_H -I.     -O2 -MT pcrecpp_unittest.o -MD -MP -MF .deps/pcrecpp_unittest.Tpo -c -o pcrecpp_unittest.o pcrecpp_unittest.cc
g++: Internal error: Segmentation fault (program cc1plus)
Please submit a full bug report.
See <file:///usr/share/doc/gcc-4.3/README.Bugs> for instructions.
make[2]: *** [pcrecpp_unittest.o] Error 1
make[2]: Leaving directory `/opt/freeswitch-trunk/libs/pcre'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/opt/freeswitch-trunk/libs/pcre'
make: *** [libs/pcre/libpcre.la] Error 2



This is a FATAL error to have on your machine.
It's failing during the build.  This is your compiler crashing while trying to build the software.
This is very bad.
You most likely have a hardware failure and need to replace the machine or at the very least all of the memory chips.





On Tue, Sep 22, 2009 at 7:36 AM, Tihomir Culjaga <tculjaga@gmail.com (tculjaga@gmail.com)> wrote:
Quote:
hi Brian,

well, there is no coredump at all... and when i start FS with gdb it doesn't crash Razz
I need to do some more testing and will come back to you.

T.


On Tue, Sep 22, 2009 at 1:22 AM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:


Quote:

This looks like gcc is segfaulting can you provide me a complete backtrace of the core file that dumps from FreeSWITCH? 

http://wiki.freeswitch.org/wiki/Reporting_Bugs


It sounds like you might have bad ram or bad hardware... gcc crashing is usually a sign something is really wrong with your machine.  


/b

On Sep 21, 2009, at 5:46 PM, Tihomir Culjaga wrote:

Quote:
but without luck...

ode1:/opt/freeswitch-trunk# 
node1:/opt/freeswitch-trunk# sudo make
make[1]: Entering directory `/opt/freeswitch-trunk/libs/pcre'
make  all-am
make[2]: Entering directory `/opt/freeswitch-trunk/libs/pcre'
g++ -DHAVE_CONFIG_H -I.     -O2 -MT pcrecpp_unittest.o -MD -MP -MF .deps/pcrecpp_unittest.Tpo -c -o pcrecpp_unittest.o pcrecpp_unittest.cc
g++: Internal error: Segmentation fault (program cc1plus)
Please submit a full bug report.
See <file:///usr/share/doc/gcc-4.3/README.Bugs> for instructions.
make[2]: *** [pcrecpp_unittest.o] Error 1
make[2]: Leaving directory `/opt/freeswitch-trunk/libs/pcre'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/opt/freeswitch-trunk/libs/pcre'
make: *** [libs/pcre/libpcre.la] Error 2
node1:/opt/freeswitch-trunk# 
node1:/opt/freeswitch-trunk# 


Of course I'm using the latest trunk...

Can anyone help?








_______________________________________________
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






--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

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

_______________________________________________
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

Back to top
tculjaga at gmail.com
Guest





PostPosted: Tue Sep 22, 2009 1:01 pm    Post subject: [Freeswitch-users] recompile with gdb Reply with quote

hmmm, how to track that down?
this is gonna be tricky...


i have another machine but quite different i can try on that as well and we will see....

T.

On Tue, Sep 22, 2009 at 6:41 PM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
Quote:
The issue is you clearly show GCC crashing trying to compile
freeswitch which is BAD that indicates a larger problem with the
hardware or memory.  Its physical issues not logical ones.

/b

On Sep 22, 2009, at 11:29 AM, Tihomir Culjaga wrote:

Quote:
Hi Anthony,

it is not the machine ... and yep there was some memory related
issue ... but this was caused by my module ....




_______________________________________________
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


Back to top
diego.viola at gmail.com
Guest





PostPosted: Tue Sep 22, 2009 1:29 pm    Post subject: [Freeswitch-users] recompile with gdb Reply with quote

Why don't you try changing RAM? Or run memtest86 or try another machine? Or...

On Tue, Sep 22, 2009 at 5:46 PM, Tihomir Culjaga <tculjaga@gmail.com (tculjaga@gmail.com)> wrote:
Quote:
hmmm, how to track that down?
this is gonna be tricky...


i have another machine but quite different i can try on that as well and we will see....

T.


On Tue, Sep 22, 2009 at 6:41 PM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
Quote:
The issue is you clearly show GCC crashing trying to compile
freeswitch which is BAD that indicates a larger problem with the
hardware or memory.  Its physical issues not logical ones.

/b

On Sep 22, 2009, at 11:29 AM, Tihomir Culjaga wrote:

Quote:
Hi Anthony,

it is not the machine ... and yep there was some memory related
issue ... but this was caused by my module ....




_______________________________________________
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

Back to top
anthony.minessale at g...
Guest





PostPosted: Tue Sep 22, 2009 1:53 pm    Post subject: [Freeswitch-users] recompile with gdb Reply with quote

One of the things that -hp does is call "memlockall" which disables swapping which uses more memory which makes hitting a land mine in your ram chip much more likely.

On the other hand:

Since you are talking about "with" and "without" gcc support I am going to guess you are on Solaris which you probably should have mentioned before.
it's possible that some of the more aggressive things activated by -hp is not possible on that platform.  If so we either have to identify that and disable it or disable hp completely for Solaris.

Either way, gcc randomly crashing is never ok and is a symptom of a pretty serious issue.

Are you using 2 separate fresh checkouts for both suncc and gcc builds because it's not possible to switch the same source tree once it's already configured for one of them.


On Tue, Sep 22, 2009 at 11:29 AM, Tihomir Culjaga <tculjaga@gmail.com (tculjaga@gmail.com)> wrote:
Quote:
Hi Anthony,

it is not the machine ... and yep there was some memory related issue ... but this was caused by my module ....

So, to summarize.. i had two issues:

  1. FS crashing without any notice (at 5 CPS)
  2. Unable to recompile FS with gdb support


The first issue was actually related to "-hp" switch i was using in my startup script. With it, FS was crashing without any notice (even on low traffic) and regardless if i load my custom modules or not.
The second issue was related to many FS crashes having my module loaded... I found it later and fixed that.


So, after the machine cleanup I rebuild FS with gdb support without any issues.
Of course i sow this log .. but i didn't realize for a while... and after that i was fighting with crashes caused by "-hp" ... also, it was quite late as well ended up at 3 AM Razz



Anyhow, the poit is; FS works well with my custom module. It just finished 2 mil. calls (with media) at 100 CPS having ~1600 simultaneous calls... well, thats something Razz.



T.



On Tue, Sep 22, 2009 at 4:35 PM, Anthony Minessale <anthony.minessale@gmail.com (anthony.minessale@gmail.com)> wrote:
Quote:
see this from your own log?

make[2]: Entering directory `/opt/freeswitch-trunk/libs/
pcre'
g++ -DHAVE_CONFIG_H -I.     -O2 -MT pcrecpp_unittest.o -MD -MP -MF .deps/pcrecpp_unittest.Tpo -c -o pcrecpp_unittest.o pcrecpp_unittest.cc
g++: Internal error: Segmentation fault (program cc1plus)
Please submit a full bug report.
See <file:///usr/share/doc/gcc-4.3/README.Bugs> for instructions.
make[2]: *** [pcrecpp_unittest.o] Error 1
make[2]: Leaving directory `/opt/freeswitch-trunk/libs/pcre'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/opt/freeswitch-trunk/libs/pcre'
make: *** [libs/pcre/libpcre.la] Error 2



This is a FATAL error to have on your machine.
It's failing during the build.  This is your compiler crashing while trying to build the software.
This is very bad.
You most likely have a hardware failure and need to replace the machine or at the very least all of the memory chips.





On Tue, Sep 22, 2009 at 7:36 AM, Tihomir Culjaga <tculjaga@gmail.com (tculjaga@gmail.com)> wrote:
Quote:
hi Brian,

well, there is no coredump at all... and when i start FS with gdb it doesn't crash Razz
I need to do some more testing and will come back to you.

T.


On Tue, Sep 22, 2009 at 1:22 AM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:


Quote:

This looks like gcc is segfaulting can you provide me a complete backtrace of the core file that dumps from FreeSWITCH? 

http://wiki.freeswitch.org/wiki/Reporting_Bugs


It sounds like you might have bad ram or bad hardware... gcc crashing is usually a sign something is really wrong with your machine.  


/b

On Sep 21, 2009, at 5:46 PM, Tihomir Culjaga wrote:

Quote:
but without luck...

ode1:/opt/freeswitch-trunk# 
node1:/opt/freeswitch-trunk# sudo make
make[1]: Entering directory `/opt/freeswitch-trunk/libs/pcre'
make  all-am
make[2]: Entering directory `/opt/freeswitch-trunk/libs/pcre'
g++ -DHAVE_CONFIG_H -I.     -O2 -MT pcrecpp_unittest.o -MD -MP -MF .deps/pcrecpp_unittest.Tpo -c -o pcrecpp_unittest.o pcrecpp_unittest.cc
g++: Internal error: Segmentation fault (program cc1plus)
Please submit a full bug report.
See <file:///usr/share/doc/gcc-4.3/README.Bugs> for instructions.
make[2]: *** [pcrecpp_unittest.o] Error 1
make[2]: Leaving directory `/opt/freeswitch-trunk/libs/pcre'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/opt/freeswitch-trunk/libs/pcre'
make: *** [libs/pcre/libpcre.la] Error 2
node1:/opt/freeswitch-trunk# 
node1:/opt/freeswitch-trunk# 


Of course I'm using the latest trunk...

Can anyone help?








_______________________________________________
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






--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

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

_______________________________________________
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




--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

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
tculjaga at gmail.com
Guest





PostPosted: Tue Sep 22, 2009 2:15 pm    Post subject: [Freeswitch-users] recompile with gdb Reply with quote

Hi,

Nope, I'm still on Debian 5.0... in transit to CentOS 5.3 but it needs to wait a bit.
i was talking about gdb, not gcc and was trying to recompile FS with debug symbols on: CFLAGS="-g -ggdb" MOD_CFLAGS="-g -ggdb".

yes, I understand that gcc segfault most probably means only one thing... HW isues. This is sometihng that I'm going to check tomorrow.... running memtest to see what i get. Also, I will repeat the same test with a new block of RAM.


Maybe i didn't explain myself well... apologize.

T.



On Tue, Sep 22, 2009 at 8:42 PM, Anthony Minessale <anthony.minessale@gmail.com (anthony.minessale@gmail.com)> wrote:
Quote:
One of the things that -hp does is call "memlockall" which disables swapping which uses more memory which makes hitting a land mine in your ram chip much more likely.

On the other hand:

Since you are talking about "with" and "without" gcc support I am going to guess you are on Solaris which you probably should have mentioned before.
it's possible that some of the more aggressive things activated by -hp is not possible on that platform.  If so we either have to identify that and disable it or disable hp completely for Solaris.

Either way, gcc randomly crashing is never ok and is a symptom of a pretty serious issue.

Are you using 2 separate fresh checkouts for both suncc and gcc builds because it's not possible to switch the same source tree once it's already configured for one of them.



On Tue, Sep 22, 2009 at 11:29 AM, Tihomir Culjaga <tculjaga@gmail.com (tculjaga@gmail.com)> wrote:
Quote:
Hi Anthony,

it is not the machine ... and yep there was some memory related issue ... but this was caused by my module ....

So, to summarize.. i had two issues:

  1. FS crashing without any notice (at 5 CPS)
  2. Unable to recompile FS with gdb support


The first issue was actually related to "-hp" switch i was using in my startup script. With it, FS was crashing without any notice (even on low traffic) and regardless if i load my custom modules or not.
The second issue was related to many FS crashes having my module loaded... I found it later and fixed that.


So, after the machine cleanup I rebuild FS with gdb support without any issues.
Of course i sow this log .. but i didn't realize for a while... and after that i was fighting with crashes caused by "-hp" ... also, it was quite late as well ended up at 3 AM Razz



Anyhow, the poit is; FS works well with my custom module. It just finished 2 mil. calls (with media) at 100 CPS having ~1600 simultaneous calls... well, thats something Razz.



T.



On Tue, Sep 22, 2009 at 4:35 PM, Anthony Minessale <anthony.minessale@gmail.com (anthony.minessale@gmail.com)> wrote:
Quote:
see this from your own log?

make[2]: Entering directory `/opt/freeswitch-trunk/libs/
pcre'
g++ -DHAVE_CONFIG_H -I.     -O2 -MT pcrecpp_unittest.o -MD -MP -MF .deps/pcrecpp_unittest.Tpo -c -o pcrecpp_unittest.o pcrecpp_unittest.cc
g++: Internal error: Segmentation fault (program cc1plus)
Please submit a full bug report.
See <file:///usr/share/doc/gcc-4.3/README.Bugs> for instructions.
make[2]: *** [pcrecpp_unittest.o] Error 1
make[2]: Leaving directory `/opt/freeswitch-trunk/libs/pcre'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/opt/freeswitch-trunk/libs/pcre'
make: *** [libs/pcre/libpcre.la] Error 2



This is a FATAL error to have on your machine.
It's failing during the build.  This is your compiler crashing while trying to build the software.
This is very bad.
You most likely have a hardware failure and need to replace the machine or at the very least all of the memory chips.





On Tue, Sep 22, 2009 at 7:36 AM, Tihomir Culjaga <tculjaga@gmail.com (tculjaga@gmail.com)> wrote:
Quote:
hi Brian,

well, there is no coredump at all... and when i start FS with gdb it doesn't crash Razz
I need to do some more testing and will come back to you.

T.


On Tue, Sep 22, 2009 at 1:22 AM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:


Quote:

This looks like gcc is segfaulting can you provide me a complete backtrace of the core file that dumps from FreeSWITCH? 

http://wiki.freeswitch.org/wiki/Reporting_Bugs


It sounds like you might have bad ram or bad hardware... gcc crashing is usually a sign something is really wrong with your machine.  


/b

On Sep 21, 2009, at 5:46 PM, Tihomir Culjaga wrote:

Quote:
but without luck...

ode1:/opt/freeswitch-trunk# 
node1:/opt/freeswitch-trunk# sudo make
make[1]: Entering directory `/opt/freeswitch-trunk/libs/pcre'
make  all-am
make[2]: Entering directory `/opt/freeswitch-trunk/libs/pcre'
g++ -DHAVE_CONFIG_H -I.     -O2 -MT pcrecpp_unittest.o -MD -MP -MF .deps/pcrecpp_unittest.Tpo -c -o pcrecpp_unittest.o pcrecpp_unittest.cc
g++: Internal error: Segmentation fault (program cc1plus)
Please submit a full bug report.
See <file:///usr/share/doc/gcc-4.3/README.Bugs> for instructions.
make[2]: *** [pcrecpp_unittest.o] Error 1
make[2]: Leaving directory `/opt/freeswitch-trunk/libs/pcre'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/opt/freeswitch-trunk/libs/pcre'
make: *** [libs/pcre/libpcre.la] Error 2
node1:/opt/freeswitch-trunk# 
node1:/opt/freeswitch-trunk# 


Of course I'm using the latest trunk...

Can anyone help?








_______________________________________________
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






--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

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

_______________________________________________
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




--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

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



_______________________________________________
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

Back to top
diego.viola at gmail.com
Guest





PostPosted: Tue Sep 22, 2009 2:52 pm    Post subject: [Freeswitch-users] recompile with gdb Reply with quote

Doesn't FS already compiles with debug symbols by default?

On Tue, Sep 22, 2009 at 7:04 PM, Tihomir Culjaga <tculjaga@gmail.com (tculjaga@gmail.com)> wrote:
Quote:
Hi,

Nope, I'm still on Debian 5.0... in transit to CentOS 5.3 but it needs to wait a bit.
i was talking about gdb, not gcc and was trying to recompile FS with debug symbols on: CFLAGS="-g -ggdb" MOD_CFLAGS="-g -ggdb".

yes, I understand that gcc segfault most probably means only one thing... HW isues. This is sometihng that I'm going to check tomorrow.... running memtest to see what i get. Also, I will repeat the same test with a new block of RAM.


Maybe i didn't explain myself well... apologize.

T.




On Tue, Sep 22, 2009 at 8:42 PM, Anthony Minessale <anthony.minessale@gmail.com (anthony.minessale@gmail.com)> wrote:
Quote:
One of the things that -hp does is call "memlockall" which disables swapping which uses more memory which makes hitting a land mine in your ram chip much more likely.

On the other hand:

Since you are talking about "with" and "without" gcc support I am going to guess you are on Solaris which you probably should have mentioned before.
it's possible that some of the more aggressive things activated by -hp is not possible on that platform.  If so we either have to identify that and disable it or disable hp completely for Solaris.

Either way, gcc randomly crashing is never ok and is a symptom of a pretty serious issue.

Are you using 2 separate fresh checkouts for both suncc and gcc builds because it's not possible to switch the same source tree once it's already configured for one of them.



On Tue, Sep 22, 2009 at 11:29 AM, Tihomir Culjaga <tculjaga@gmail.com (tculjaga@gmail.com)> wrote:
Quote:
Hi Anthony,

it is not the machine ... and yep there was some memory related issue ... but this was caused by my module ....

So, to summarize.. i had two issues:

  1. FS crashing without any notice (at 5 CPS)
  2. Unable to recompile FS with gdb support


The first issue was actually related to "-hp" switch i was using in my startup script. With it, FS was crashing without any notice (even on low traffic) and regardless if i load my custom modules or not.
The second issue was related to many FS crashes having my module loaded... I found it later and fixed that.


So, after the machine cleanup I rebuild FS with gdb support without any issues.
Of course i sow this log .. but i didn't realize for a while... and after that i was fighting with crashes caused by "-hp" ... also, it was quite late as well ended up at 3 AM Razz



Anyhow, the poit is; FS works well with my custom module. It just finished 2 mil. calls (with media) at 100 CPS having ~1600 simultaneous calls... well, thats something Razz.



T.



On Tue, Sep 22, 2009 at 4:35 PM, Anthony Minessale <anthony.minessale@gmail.com (anthony.minessale@gmail.com)> wrote:
Quote:
see this from your own log?

make[2]: Entering directory `/opt/freeswitch-trunk/libs/
pcre'
g++ -DHAVE_CONFIG_H -I.     -O2 -MT pcrecpp_unittest.o -MD -MP -MF .deps/pcrecpp_unittest.Tpo -c -o pcrecpp_unittest.o pcrecpp_unittest.cc
g++: Internal error: Segmentation fault (program cc1plus)
Please submit a full bug report.
See <file:///usr/share/doc/gcc-4.3/README.Bugs> for instructions.
make[2]: *** [pcrecpp_unittest.o] Error 1
make[2]: Leaving directory `/opt/freeswitch-trunk/libs/pcre'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/opt/freeswitch-trunk/libs/pcre'
make: *** [libs/pcre/libpcre.la] Error 2



This is a FATAL error to have on your machine.
It's failing during the build.  This is your compiler crashing while trying to build the software.
This is very bad.
You most likely have a hardware failure and need to replace the machine or at the very least all of the memory chips.





On Tue, Sep 22, 2009 at 7:36 AM, Tihomir Culjaga <tculjaga@gmail.com (tculjaga@gmail.com)> wrote:
Quote:
hi Brian,

well, there is no coredump at all... and when i start FS with gdb it doesn't crash Razz
I need to do some more testing and will come back to you.

T.


On Tue, Sep 22, 2009 at 1:22 AM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:


Quote:

This looks like gcc is segfaulting can you provide me a complete backtrace of the core file that dumps from FreeSWITCH? 

http://wiki.freeswitch.org/wiki/Reporting_Bugs


It sounds like you might have bad ram or bad hardware... gcc crashing is usually a sign something is really wrong with your machine.  


/b

On Sep 21, 2009, at 5:46 PM, Tihomir Culjaga wrote:

Quote:
but without luck...

ode1:/opt/freeswitch-trunk# 
node1:/opt/freeswitch-trunk# sudo make
make[1]: Entering directory `/opt/freeswitch-trunk/libs/pcre'
make  all-am
make[2]: Entering directory `/opt/freeswitch-trunk/libs/pcre'
g++ -DHAVE_CONFIG_H -I.     -O2 -MT pcrecpp_unittest.o -MD -MP -MF .deps/pcrecpp_unittest.Tpo -c -o pcrecpp_unittest.o pcrecpp_unittest.cc
g++: Internal error: Segmentation fault (program cc1plus)
Please submit a full bug report.
See <file:///usr/share/doc/gcc-4.3/README.Bugs> for instructions.
make[2]: *** [pcrecpp_unittest.o] Error 1
make[2]: Leaving directory `/opt/freeswitch-trunk/libs/pcre'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/opt/freeswitch-trunk/libs/pcre'
make: *** [libs/pcre/libpcre.la] Error 2
node1:/opt/freeswitch-trunk# 
node1:/opt/freeswitch-trunk# 


Of course I'm using the latest trunk...

Can anyone help?








_______________________________________________
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






--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

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

_______________________________________________
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




--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

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



_______________________________________________
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

Back to top
brian at freeswitch.org
Guest





PostPosted: Tue Sep 22, 2009 3:22 pm    Post subject: [Freeswitch-users] recompile with gdb Reply with quote

yes

On Sep 22, 2009, at 2:32 PM, Diego Viola wrote:

Quote:
Doesn't FS already compiles with debug symbols by default?


_______________________________________________
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
diego.viola at gmail.com
Guest





PostPosted: Tue Sep 22, 2009 3:22 pm    Post subject: [Freeswitch-users] recompile with gdb Reply with quote

He's doing an extra effort... just compile it as you would normally and you will have the debug symbols.

On Tue, Sep 22, 2009 at 8:11 PM, Diego Viola <diego.viola@gmail.com (diego.viola@gmail.com)> wrote:
Quote:
Then why is Tihomir trying to compile with debug symbols?


On Tue, Sep 22, 2009 at 8:00 PM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
Quote:
yes

On Sep 22, 2009, at 2:32 PM, Diego Viola wrote:

Quote:
Doesn't FS already compiles with debug symbols by default?




_______________________________________________
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






Back to top
diego.viola at gmail.com
Guest





PostPosted: Tue Sep 22, 2009 3:29 pm    Post subject: [Freeswitch-users] recompile with gdb Reply with quote

Then why is Tihomir trying to compile with debug symbols?

On Tue, Sep 22, 2009 at 8:00 PM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
Quote:
yes

On Sep 22, 2009, at 2:32 PM, Diego Viola wrote:

Quote:
Doesn't FS already compiles with debug symbols by default?




_______________________________________________
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


Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
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

VoiceMeUp - Corporate & Wholesale VoIP Services