<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">In this case its yes form the change you made... Open a jira on the original build issue, its a real problem... not the crash. &nbsp;I already messaged it to the owner of that, but he'll need the jira to commit.<div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Mar 22, 2016, at 4:39 PM, Ítalo Rossi &lt;<a href="mailto:italo@freeswitch.org" class="">italo@freeswitch.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Open a JIRA&nbsp;and attach a backtrace there.<br class=""><br class=""><div class="nylas-n1-signature">Ítalo Rossi<div class=""><a href="mailto:italo@freeswitch.org" class="">italo@freeswitch.org</a></div><div class="">IRC <a href="http://chat.freenode.net" class="">chat.freenode.net</a> #freeswitch #freeswitch-dev</div><div class="">Bugs? <a href="https://freeswitch.org/jira" class="">https://freeswitch.org/jira</a></div><div class="">Docs?&nbsp;<a href="https://freeswitch.org/jira" class="">https://freeswitch.org/jira</a></div><div class="">Chat?&nbsp;<a href="https://hipchat.freeswitch.org/gUdAgy0m6" class="">https://hipchat.freeswitch.org/gUdAgy0m6</a></div><div class=""><br class=""></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
  On Mar 22 2016, at 5:16 pm, Ben Hood &lt;<a href="mailto:0x6e6562@gmail.com" class="">0x6e6562@gmail.com</a>&gt; wrote:
  <br class=""><p class="">Hi,</p><p class="">I was wondering if anybody had run into any issues on master on OSX<br class="">where mod_amqp core dumps on boot:</p><p class="">2016-03-22 20:12:40.692203 [NOTICE] mod_amqp.c:67 mod_apqp loading:<br class="">Version 1.7.0+git~20160321T001250Z~35259cf36c~64bit<br class="">2016-03-22 20:12:40.692442 [INFO] mod_amqp_utils.c:93 Loading Config<br class="">2016-03-22 20:12:40.692644 [INFO] mod_amqp_producer.c:233 amqp<br class="">fallback format fields enabled<br class="">2016-03-22 20:12:40.692652 [INFO] mod_amqp_producer.c:252 amqp format<br class="">fields : #FreeSWITCH,FreeSWITCH-Hostname,Event-Name,Event-Subclass,Unique-ID<br class="">2016-03-22 20:12:40.692657 [CRIT] mod_amqp_producer.c:267 Found 4 subscriptions<br class="">2016-03-22 20:12:40.692663 [INFO] mod_amqp_producer.c:288 amqp routing<br class="">key 0 : #FreeSWITCH<br class="">2016-03-22 20:12:40.692665 [INFO] mod_amqp_producer.c:288 amqp routing<br class="">key 1 : FreeSWITCH-Hostname<br class="">2016-03-22 20:12:40.692667 [INFO] mod_amqp_producer.c:288 amqp routing<br class="">key 2 : Event-Name<br class="">2016-03-22 20:12:40.692668 [INFO] mod_amqp_producer.c:288 amqp routing<br class="">key 3 : Event-Subclass<br class="">2016-03-22 20:12:40.692670 [INFO] mod_amqp_producer.c:288 amqp routing<br class="">key 4 : Unique-ID<br class="">[1]    1388 segmentation fault (core dumped)<br class="">DYLD_LIBRARY_PATH=/Users/0x6e6562/Tools/librabbitmq-0.5.2/lib<br class="">./bin/freeswitch</p><p class="">I haven't yet re-compiled Freeswitch to turn debug symbols on - I was<br class="">just wondering if somebody else had come across this before.</p><p class="">I'm also wondering whether it could have anything to do with the tweak<br class="">I put into the header file in order to get the object files to link<br class="">(since without this patch, the linker was complaining that the globals<br class="">struct was duplicated across multiple compile units):</p><p class="">diff --git a/src/mod/event_handlers/mod_amqp/mod_amqp.h<br class="">b/src/mod/event_handlers/mod_amqp/mod_amqp.h<br class="">index 238236a..7bde3ad 100644<br class="">--- a/src/mod/event_handlers/mod_amqp/mod_amqp.h<br class="">+++ b/src/mod/event_handlers/mod_amqp/mod_amqp.h<br class="">@@ -173,7 +173,7 @@ typedef struct {<br class="">&nbsp;&nbsp;&nbsp;switch_memory_pool_t *pool;<br class="">&nbsp;} mod_amqp_logging_profile_t;</p><p class="">-struct {<br class="">+static struct {<br class="">&nbsp;&nbsp;&nbsp;switch_memory_pool_t *pool;</p><p class="">&nbsp;&nbsp;&nbsp;switch_hash_t *producer_hash;</p><p class="">Any pointers appreciated,</p><p class="">Ben</p><p class="">_________________________________________________________________________<br class="">Professional FreeSWITCH Consulting Services: <br class=""><a href="mailto:consulting@freeswitch.org" class="">consulting@freeswitch.org</a><br class=""><a href="http://www.freeswitchsolutions.com/" class="">http://www.freeswitchsolutions.com</a></p><p class="">Official FreeSWITCH Sites<br class=""><a href="http://www.freeswitch.org/" class="">http://www.freeswitch.org</a><br class=""><a href="http://confluence.freeswitch.org/" class="">http://confluence.freeswitch.org</a><br class=""><a href="http://www.cluecon.com/" class="">http://www.cluecon.com</a></p><p class="">FreeSWITCH-users mailing list<br class=""><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" class="">FreeSWITCH-users@lists.freeswitch.org</a><br class=""><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br class="">UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br class=""><a href="http://www.freeswitch.org/" class="">http://www.freeswitch.org</a></p>
</blockquote></div>_________________________________________________________________________<br class="">Professional FreeSWITCH Consulting Services: <br class=""><a href="mailto:consulting@freeswitch.org" class="">consulting@freeswitch.org</a><br class="">http://www.freeswitchsolutions.com<br class=""><br class="">Official FreeSWITCH Sites<br class="">http://www.freeswitch.org<br class="">http://confluence.freeswitch.org<br class="">http://www.cluecon.com<br class=""><br class="">FreeSWITCH-users mailing list<br class="">FreeSWITCH-users@lists.freeswitch.org<br class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br class="">UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br class="">http://www.freeswitch.org</div></blockquote></div><br class=""></div></body></html>