<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt">Well, you're going to need a programmer to fix that one.<br><br>You're also going to need symbols.&nbsp; Make a debug build of your program, and install debug symbols for the packages you're using.&nbsp; Usually they're in packages called "debuginfo" with the prefix of the package that they belong to, e.g. "mingw32-libsox-debuginfo" and "mingw32-wxWidgets-debuginfo".&nbsp; You'll have to enable the "debuginfo" repos, by adding "--enablerepo=\*debuginfo" to your "yum" command line.<br><div><br><span></span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;"><span>But the key lines are here:</span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color:
 transparent; font-style: normal;"><br></div><div class="de2"><span class="re1">#1</span> &nbsp;<span class="re9">0x6e11b520</span> in <span class="re6">_wassert</span> <span class="br0">(</span><span class="br0">)</span> from <span class="re4">C:\Program <span class="re6">Files\FreeDV\bin\libsox-2.dll<br>[...]<br></span></span></div><div class="de1"><span class="re1">#6</span> &nbsp;<span class="re9">0x00632e70</span> in <span class="re6"><span class="re8">wxToolBarBase</span>::AddControl</span> <span class="br0">(</span></div><div class="de2">&nbsp; &nbsp; this=<span class="re9">0x77c40e66</span> &lt;msvcrt!fprintf+<span class="nu0">83</span>&gt;, control=<span class="re9">0x6007</span>, label=...<span class="br0">)</span></div><div class="de1">&nbsp; &nbsp; at <span class="re3">./src/common/tbarbase.cpp</span>:<span class="re5">219<br><br>Apparently, you're adding controls when the program is exiting.&nbsp; That sounds odd in itself.<br><br>Like I
 said, you'll probably need a programmer to sort this out.<br><br></span></div>  <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <hr size="1">  <font face="Arial" size="2"> <b><span style="font-weight:bold;">From:</span></b> Richard Shaw &lt;hobbes1069@gmail.com&gt;<br> <b><span style="font-weight: bold;">To:</span></b>  <br><b><span style="font-weight: bold;">Cc:</span></b> Fedora MinGW (Windows cross-compiler) project &lt;mingw@lists.fedoraproject.org&gt; <br> <b><span style="font-weight: bold;">Sent:</span></b> Monday, May 20, 2013 2:28 PM<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: Error when exiting app with -DNDEBUG but OK with -g<br> </font> </div> <div class="y_msg_container"><br>
<div id="yiv809928545"><div dir="ltr">Ok, getting a little closer... I guess I should have warned you I'm a packager but not a programmer so my knowledge of gdb probably wouldn't qualify as "rudimentary".<div><br></div><div style="">
Here's a link to the full output. I just kept hitting 'n' until it exited..</div><div style=""><br></div><div style="">http://pastebin.com/AZtTtq1s<br></div><div style=""><br>
</div><div style="">Thanks,</div><div style="">Richard</div></div>
</div><br>_______________________________________________<br>mingw mailing list<br><a ymailto="mailto:mingw@lists.fedoraproject.org" href="mailto:mingw@lists.fedoraproject.org">mingw@lists.fedoraproject.org</a><br><a href="https://admin.fedoraproject.org/mailman/listinfo/mingw" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/mingw</a><br><br></div> </div> </div>  </div></body></html>