zoukankan      html  css  js  c++  java
  • First chance exception at $008E331C. Exception class $C0000005

    First chance exception at $008E331C. Exception class $C0000005 with message 'access violation at 0x008e331c:

    read of address 0x00000008'. Process KSQL.exe (18380)

    d:program files (x86)embarcaderostudio21.0source tlcommonSystem.Classes.pas

    class procedure TLinkObserversHelper.IteratorLinkUpdateControlComponent(const AObservers: TObservers; AControl: TComponent);
    var
      LList: IInterfaceList;
      LIteratorLinkObserver: IIteratorLinkObserver;
      I: Integer;
    begin
      LList := AObservers.GetMultiCastObserver(TObserverMapping.IteratorLinkID);
      for I := 0 to LList.Count - 1 do
      begin
        if Supports(LList[I], IIteratorLinkObserver, LIteratorLinkObserver) then
          LIteratorLinkObserver.UpdateControlComponent(AControl);
      end;
    end;


    First chance exception at $006C1074. Exception class $C0000005 with message 'access violation at 0x006c1074: read of address 0x00000008'. Process KSQL2.exe (16104)

    System.Generics.Collections.pas

    function TThreadList<T>.LockList: TList<T>;
    begin
      TMonitor.Enter(FLock);
      Result := FList;
    end;

    没办法,工程重建好了

    最后发现是cb的功能里添加了dpubunit.pas文件,移除就好了.

  • 相关阅读:
    Remote API(RAPI)之 文件管理
    vue前端框架

    托马斯彩色回旋
    VUE?
    cookie与session
    ajax前后端分离
    djangoIII
    Django少年
    django三板斧
  • 原文地址:https://www.cnblogs.com/cb168/p/15108860.html
Copyright © 2011-2022 走看看