<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=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jul 18, 2017, at 5:14 PM, Max <<a href="mailto:abonnements@revolwear.com" class="">abonnements@revolwear.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">On 2017년 07월 18일 16:22, Dan Wilcox wrote:<br class=""><blockquote type="cite" class=""><blockquote type="cite" class="">On Jul 18, 2017, at 3:56 PM, Max <<a href="mailto:abonnements@revolwear.com" class="">abonnements@revolwear.com</a> On 2017년 07월 18일 15:04, Dan Wilcox wrote:<br class="">i did another make and surprise! it doesn't run any more.<br class=""><br class="">./pd<br class="">Segmentation fault<br class=""><br class="">do i need to do a make clean or something before a new attempt?<br class=""></blockquote>Possibly, depending on if things have changed in the configuration, etc it doesn't hurt to clean & make again.<br class=""></blockquote><br class="">I just deleted the whole folder and downloaded it again<br class=""></div></div></blockquote><div><br class=""></div><div>No need to do that. Running "make clean" clears out the build.</div><br class=""><blockquote type="cite" class=""><div class=""><div class="">./autogen.sh<br class="">./configure --enable-jack<br class="">make<br class="">cd bin<br class="">./pd<br class="">Segmentation fault<br class=""></div></div></blockquote><div><br class=""></div><div>I would do a rebuild with debug enabled and then run it through gdb to see where the crash is happening:</div><div><br class=""></div><div>make clean</div><div>./configure --enable-debug --enable-jack</div><div>make</div><div>cd bin</div><div>gdb ./pd</div><div><br class=""></div><div>Basic instructions are here: <a href="http://unknownroad.com/rtfm/gdbtut/gdbsegfault.html" class="">http://unknownroad.com/rtfm/gdbtut/gdbsegfault.html</a></div><div><br class=""></div><div>What we need is the stack trace to see which functions are begin called before the crash.</div></div><br class=""><div class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">--------</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">Dan Wilcox</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"><a href="http://twitter.com/danomatika" class="">@danomatika</a></div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"><a href="http://danomatika.com" class="">danomatika.com</a></div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"><a href="http://robotcowboy.com" class="">robotcowboy.com</a></div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class=""><br class=""></div><br class="Apple-interchange-newline">
</div>
<br class=""></body></html>