<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Find me on Skype, I want to get Anthony into one of these systems so we can fix this ASAP.&nbsp;<div><br></div><div>See below for contact details:</div><div><br><div>--<br>Brian West<br><a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a><br><br><span><img height="73" width="240" apple-inline="yes" id="F745BD61-6D89-4B03-8051-4F7A7A499A44" apple-width="yes" apple-height="yes" src="cid:477AC461-E00C-4427-883D-AA04872C09C3@mcalester.net"></span><br><br>Twitter: @FreeSWITCH , @briankwest<br>http://www.freeswitchbook.com<br>http://www.freeswitchcookbook.com<br><br>T: +1.918.420.9001&nbsp; | &nbsp;F: +1.918.420.9002 &nbsp;| &nbsp;M: +1.918.424.WEST<br>iNUM: +883 5100 1420 9001<br>ISN: 410*543<br>Skype:briankwest<br>PGP Key: http://www.bkw.org/key.txt (AB93356707C76CED)<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br></div><br>On Jun 23, 2014, at 10:10 AM, Peter Villeneuve &lt;<a href="mailto:petervnv1@gmail.com">petervnv1@gmail.com</a>&gt; wrote:<br><br><blockquote type="cite">It seems it gets stuck on a futex, which explains why it consumes 95% of the CPU and I eventually have to kill it.<br>I believe others are seeing the same results, so this seems likely to be a bug that was recently introduced to git.<br><br><br>futex(0x7fdb61cf6e6c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x7fdb61cf6e68, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1<br>futex(0x7fdb61cf6ec0, FUTEX_WAKE_PRIVATE, 1) = 1<br>+++ killed by SIGKILL +++<br><br><br>On Mon, Jun 23, 2014 at 3:41 PM, Peter Villeneuve&nbsp;&lt;<a href="mailto:petervnv1@gmail.com">petervnv1@gmail.com</a>&gt;&nbsp;wrote:<br>Weird. Strace shows apparently missing library files.<br>I won't post the full strace log here, but I can send it to whomever wants to look further into this. Did something change recently with the makefile and/or library locations?<br><br>Here's the beginning:<br><br>execve("./freeswitch", ["./freeswitch", "-nonat"], [/* 29 vars */]) = 0<br>brk(0) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0x1519000<br>access("/etc/ld.so.nohwcap", F_OK) &nbsp; &nbsp; &nbsp;= -1 ENOENT (No such file or directory)<br>mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fdb61d7e000<br>access("/etc/ld.so.preload", R_OK) &nbsp; &nbsp; &nbsp;= -1 ENOENT (No such file or directory)<br>open("/usr/local/freeswitch/lib/tls/x86_64/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)<br>stat("/usr/local/freeswitch/lib/tls/x86_64", 0x7fff25c919f0) = -1 ENOENT (No such file or directory)<br>open("/usr/local/freeswitch/lib/tls/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)<br>stat("/usr/local/freeswitch/lib/tls", 0x7fff25c919f0) = -1 ENOENT (No such file or directory)<br>open("/usr/local/freeswitch/lib/x86_64/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)<br>stat("/usr/local/freeswitch/lib/x86_64", 0x7fff25c919f0) = -1 ENOENT (No such file or directory)<br>open("/usr/local/freeswitch/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)<br>stat("/usr/local/freeswitch/lib", {st_mode=S_IFDIR|S_ISGID|0750, st_size=4096, ...}) = 0<br>open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3<br>fstat(3, {st_mode=S_IFREG|0644, st_size=60104, ...}) = 0<br>mmap(NULL, 60104, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fdb61d6f000<br>close(3) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0<br>access("/etc/ld.so.nohwcap", F_OK) &nbsp; &nbsp; &nbsp;= -1 ENOENT (No such file or directory)<br>open("/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3<br>read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\200U\0\0\0\0\0\0"..., 832) = 832<br>fstat(3, {st_mode=S_IFREG|0644, st_size=1059248, ...}) = 0<br><br><br>On Mon, Jun 23, 2014 at 3:34 PM, Peter Villeneuve&nbsp;&lt;petervnv1@gmail.com&gt;&nbsp;wrote:<br>I don't think you're doing anything wrong at all. My installation was working fine until I decided to update.<br>I also am running Debian 7 on Amd64 like you.<br><br>In fact I just did a make current and now I have the same problem you're referring.<br>The freeswitch daemon now consumes around 95% of the CPU when starting and just sits there indefinitely.<br><br>I'm running strace now&nbsp;http://www.cyberciti.biz/tips/linux-strace-command-examples.html&nbsp;to see if I can figure out why the update seems to have broken my freeswitch install.<br><br><br>On Mon, Jun 23, 2014 at 5:39 AM, Craig Stevenson&nbsp;&lt;craig@stevenson.com&gt;&nbsp;wrote:<br><br>Hoping someone can help out a newbie figure out what I'm doing wrong. &nbsp;This is my first attempt at building and I keep running into same issue each time. &nbsp;Any pointers&nbsp;would be greatly appreciated.<br><br>My problem is that FreeSWITHC seems to just get stuck when I try to run the binary. &nbsp;And and if I execute with -ncwait optoin, it keeps spitting out a line saying that it is&nbsp;waiting for background process to be ready<br><br>This is what happens when I try to run the compiled system on a home ESXi server in my internal home network.<br><br># ./freeswitch<br>2014-06-22 21:23:06.011792 [INFO] switch_event.c:670 Activate Eventing Engine.<br>2014-06-22 21:23:06.011947 [WARNING] switch_event.c:652 Create additional event dispatch thread 0<br>&lt;and then just sits there.... &nbsp;&gt;<br><br><br><br>BUILD VERSION:<br>- Debian-7.5.0-amd64-netinst.iso<br>- FreeSWITCH master (git:git clone git://git.freeswitch.org/freeswitch.git)<br><br><br>TEST MACHINE: &nbsp;ESXi 5.1 VM<br>- Debian GNU/Linus 6 (64 bit)<br>- 1 CPU<br>- 1 GB RAM<br>- 16GB Memory<br>- 1 NIC = E1000<br><br><br>INSTALLATION STEPS with output piped through 'tee' to capture logs:<br><br>su<br>(apt-get update 2&gt;&amp;1) | tee ~/apt-get-update.txt<br>(apt-get upgrade 2&gt;&amp;1) | tee ~/apt-get-upgrade.txt<br>(dpkg --get-selections 2&gt;&amp;1) | tee ~/dpkg-get-selections.txt<br><br>(apt-get install autoconf automake devscripts gawk g++ git-core libjpeg-dev libncurses5-dev libtool make python-dev gawk pkg-config libtiff5-dev libperl-dev&nbsp;libgdbm-dev libdb-dev gettext libssl-dev libcurl4-openssl-dev libpcre3-dev libspeex-dev libspeexdsp-dev libsqlite3-dev libedit-dev libldns.dev libpq-dev 2&gt;&amp;1) |&nbsp;tee ~/apt-get.txt<br><br>(dpkg --get-selections 2&gt;&amp;1) | tee ~/dpkg-get-selections-after-apt-get.txt<br>&nbsp;<br>cd /usr/src<br>(git clone git://git.freeswitch.org/freeswitch.git&nbsp;2&gt;&amp;1) | tee ~/git.txt<br>&nbsp;<br>cd /usr/src/freeswitch<br>(./bootstrap.sh 2&gt;&amp;1) | tee ~/bootstrap.txt &nbsp;# same result if I add flag -j<br>(./configure --enable-core-pgsql-support 2&gt;&amp;1) | tee ~/configure.txt<br>(make install 2&gt;&amp;1) | tee ~/make-install.txt<br>(make all cd-sounds-install cd-moh-install 2&gt;&amp;1) | tee ~make-sounds.txt<br><br>cd /usr/local/freeswitch/bin<br>#./freeswitch&nbsp;<br><br><br><br><br>_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br>consulting@freeswitch.org<br>http://www.freeswitchsolutions.com<br><br>FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>http://www.cudatel.com<br><br>Official FreeSWITCH Sites<br>http://www.freeswitch.org<br>http://wiki.freeswitch.org<br>http://www.cluecon.com<br><br>FreeSWITCH-users mailing list<br>FreeSWITCH-users@lists.freeswitch.org<br>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>http://www.freeswitch.org<br><br><br><br><br>_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br>consulting@freeswitch.org<br>http://www.freeswitchsolutions.com<br><br>FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>http://www.cudatel.com<br><br>Official FreeSWITCH Sites<br>http://www.freeswitch.org<br>http://wiki.freeswitch.org<br>http://www.cluecon.com<br><br>FreeSWITCH-users mailing list<br>FreeSWITCH-users@lists.freeswitch.org<br>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>http://www.freeswitch.org<br></blockquote><br></div></body></html>