<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font face="Courier New, Courier, monospace">
      <br>
      Hello,<br>
      I get this errors some time, I can not handle this error so I
      don't know why raised.<br>
       <br>
      Project myproject raised exception class 'External: SIGSEGV'.
      -> Ok and continue to run application
    </font>
    <meta name="qrichtext" content="1">
    <!--StartFragment-->
    <meta name="qrichtext" content="1">
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"><!--StartFragment--><font
        face="Courier New, Courier, monospace">Project myproject raised
        exception class 'RunError(216)'. -> Ok and continue to run
        application
      </font></p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"><!--StartFragment--><font
        face="Courier New, Courier, monospace">Project myproject raised
        exception class 'EAccessViolation'. with message: Access
        violation -> Ok and continue to run application
      </font>
      <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
        margin-right:0px; -qt-block-indent:0; text-indent:0px;"><!--StartFragment--><font
          face="Courier New, Courier, monospace">Project myproject
          raised exception class 'External: SIGABRT'. -> Ok and
          continue to run application<br>
        </font></p>
      <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
        margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font
          face="Courier New, Courier, monospace">Application freezing.
          When click to "Reset debugger" button then Application
          terminate.<br>
        </font></p>
      <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
        margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font
          face="Courier New, Courier, monospace"> My system is Kubuntu
          13.10 x64 last svn fpc & lazarus.<br>
        </font></p>
      <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
        margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font
          face="Courier New, Courier, monospace">looked in google,
          "External: SIGSEGV" error about not enough info for me.<br>
        </font></p>
      <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
        margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font
          face="Courier New, Courier, monospace"><br>
          procedure TFRM_.QUE_Upd(QUE_s: Boolean);<br>
          var Unq_id : IntPtr;<br>
          begin<br>
          if not QUE_s then exit;<br>
          try<br>
          if not QUE_1.FieldByName('UNQ_ID').IsNull and
          (QUE_1.FieldByName('UNQ_ID').AsInteger>=0)then<br>
          Unq_id := QUE_1.FieldByName('UNQ_ID').AsInteger<br>
          else Unq_id := -1;<br>
          QUE_1.Close;<br>
          QUE_1.Open;<br>
          if Unq_id<>-1then QUE_1.Locate('UNQ_ID', Unq_id, []);<br>
          <br>
          if not QUE_2.FieldByName('UNQ_ID').IsNull and
          (QUE_2.FieldByName('UNQ_ID').AsInteger>=0)then<br>
          Unq_id := QUE_2.FieldByName('UNQ_ID').AsInteger<br>
          else Unq_id := -1;<br>
          <br>
          QUE_2.Close;<br>
          QUE_2.Open;<br>
          if Unq_id<>-1then QUE_2.Locate('UNQ_ID', Unq_id, []);<br>
          except<br>
          on E: Exception do begin<br>
          Application.MessageBox(PChar('Error raised...' + LineEnding +
          E.Message),<br>
          PChar(Application.Title), MB_OK + MB_ICONERROR);<br>
          end;<br>
          end;<br>
          end; <br>
          <br>
        </font></p>
      <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
        margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font
          face="Courier New, Courier, monospace">I have QUE_3 too. Its
          master detail with QUE_2. <br>
          try-except not handle this error. I tried many different code
          way<font face="Courier New, Courier, monospace">,</font>
          always and <span id="result_box" class="short_text" lang="en"><span
              class="hps">uncertain time error </span></span>raised
          exception<br>
          All 3 queries has a rxgrid. TFRM_.QUE_Upd procedure for,
          update datas on form if other forms or applications changed
          data.<br>
          For testing I remove debug info, and run with out IDE, I can't
          see error but Application freezing and terminate it.<br>
        </font></p>
      <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
        margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font
          face="Courier New, Courier, monospace"><br>
          Has any one idea about this ?<br>
          Regards.<br>
        </font></p>
    </p>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <style type="text/css"></style><font face="Courier New, Courier,
      monospace"><br>
    </font>
    <style type="text/css">
p, li { white-space: pre-wrap; }
</style>
  </body>
</html>