<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 19/02/2015 13:29, FreeMan wrote:<br>
    </div>
    <blockquote cite="mid:54E5E555.2050500@delphiturkiye.com"
      type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
      <meta name="qrichtext" content="1">
      osx yosemite fpc & lazarus svn qt x64<br>
      New project, run application then close application this gdb error
      come allways<br>
      <br>
      While executing the command: <br>
      "TGDBMIDebuggerInstruction: "-file-exec-and-symbols ", "<br>
      gdb reported:<br>
      "&"solib-target.c:326: internal-error: void
      solib_target_free_so(struct so_list *): Assertion
      `so->lm_info->name == NULL' failed.\nA problem internal to
      GDB has been detected,\nfurther debugging may prove unreliable.""<br>
    </blockquote>
    <br>
    This is a bug in gdb. It happens with a number of different
    messages. (I have plans to suppress those errors (during debugger
    shutdown)), but not yet the time)<br>
    <br>
    Please change the "DisableLoadSymbolsForLibraries" option:<br>
<a class="moz-txt-link-freetext" href="http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#internal-error:_clear_dangling_display_expressions">http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#internal-error:_clear_dangling_display_expressions</a><br>
    <br>
    Out of interest, which version of gdb?<br>
    <br>
    <br>
  </body>
</html>