AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Sprachen und Entwicklungsumgebungen Die Delphi-IDE Debuggen nicht mehr möglich - bordbk105N.dll
Thema durchsuchen
Ansicht
Themen-Optionen

Debuggen nicht mehr möglich - bordbk105N.dll

Ein Thema von Tyrael Y. · begonnen am 22. Feb 2008 · letzter Beitrag vom 7. Apr 2008
Antwort Antwort
Tyrael Y.

Registriert seit: 28. Jul 2003
Ort: Stuttgart
1.093 Beiträge
 
Delphi 2007 Professional
 
#1

Debuggen nicht mehr möglich - bordbk105N.dll

  Alt 22. Feb 2008, 07:27
Hallo zusammen,

ich hatte gerade eben in folgendem Thread dazu schon was geschrieben,
habe mich aber mal entschlossen einen eigenen Thread dazu aufzumachen.

Hier vorher gepostet


Ich kann seit gestern Abend nicht mehr debuggen.

Ich verbinde mich mit einem laufendem Prozess und möchte diesen debuggen,
was bisher ohne Probleme ging.

Jetzt bekomme ich beim Debuggen eine Schutzverletzung in der bordbk105N.dll.

Hier die Fehlerdetails
Zitat:
[17AAA494]{bordbk105N.dll} Unknown function at POSTEDHOOKPROC + $1A38
[2015EAC5]{vcl100.bpl } Forms.TraverseClients (Line 5965, "Forms.pas" + 2) + $3
[2003FC55]{rtl100.bpl } Classes.TComponent.UpdateAction (Line 10761, "common\Classes.pas" + 1) + $6
[2015EAC5]{vcl100.bpl } Forms.TraverseClients (Line 5965, "Forms.pas" + 2) + $3
[2003FC55]{rtl100.bpl } Classes.TComponent.UpdateAction (Line 10761, "common\Classes.pas" + 1) + $6
[2015EAC5]{vcl100.bpl } Forms.TraverseClients (Line 5965, "Forms.pas" + 2) + $3
[2015EB0D]{vcl100.bpl } Forms.TraverseClients (Line 5968, "Forms.pas" + 5) + $2D
[2003FC55]{rtl100.bpl } Classes.TComponent.UpdateAction (Line 10761, "common\Classes.pas" + 1) + $6
[2015EAC5]{vcl100.bpl } Forms.TraverseClients (Line 5965, "Forms.pas" + 2) + $3
[2003FC55]{rtl100.bpl } Classes.TComponent.UpdateAction (Line 10761, "common\Classes.pas" + 1) + $6
[2015EAC5]{vcl100.bpl } Forms.TraverseClients (Line 5965, "Forms.pas" + 2) + $3
[2015EB0D]{vcl100.bpl } Forms.TraverseClients (Line 5968, "Forms.pas" + 5) + $2D
[2003FC55]{rtl100.bpl } Classes.TComponent.UpdateAction (Line 10761, "common\Classes.pas" + 1) + $6
[2015EA96]{vcl100.bpl } Forms.ProcessUpdate (Line 5955, "Forms.pas" + 1) + $13
[2015EAFE]{vcl100.bpl } Forms.TraverseClients (Line 5968, "Forms.pas" + 5) + $1E
[2015EB0D]{vcl100.bpl } Forms.TraverseClients (Line 5968, "Forms.pas" + 5) + $2D
[2015EB62]{vcl100.bpl } Forms.TCustomForm.CMActionUpdate (Line 5981, "Forms.pas" + 3) + $21
[2013C527]{vcl100.bpl } Controls.TControl.WndProc (Line 5146, "Controls.pas" + 83) + $6
[201406A7]{vcl100.bpl } Controls.TWinControl.WndProc (Line 7304, "Controls.pas" + 111) + $6
[20159E7F]{vcl100.bpl } Forms.TCustomForm.WndProc (Line 3512, "Forms.pas" + 136) + $5
[20D1972A]{designide100.bpl} DeskUtil.SetFocusHook (Line 435, "DeskUtil.pas" + 4) + $C
[2013C1B4]{vcl100.bpl } Controls.TControl.Perform (Line 5021, "Controls.pas" + 5) + $C
[201406A7]{vcl100.bpl } Controls.TWinControl.WndProc (Line 7304, "Controls.pas" + 111) + $6
[20006936]{rtl100.bpl } System.@IsClass (Line 9077, "sys\system.pas" + 1) + $8
[201640E8]{vcl100.bpl } Forms.TApplication.DispatchAction (Line 9020, "Forms.pas" + 6) + $F
[20159E7F]{vcl100.bpl } Forms.TCustomForm.WndProc (Line 3512, "Forms.pas" + 136) + $5
[20D1972A]{designide100.bpl} DeskUtil.SetFocusHook (Line 435, "DeskUtil.pas" + 4) + $C
[2013C1B4]{vcl100.bpl } Controls.TControl.Perform (Line 5021, "Controls.pas" + 5) + $C
[2016410D]{vcl100.bpl } Forms.TApplication.DispatchAction (Line 9023, "Forms.pas" + 9) + $A
[20161B8F]{vcl100.bpl } Forms.TApplication.WndProc (Line 7769, "Forms.pas" + 82) + $E
[20040E4C]{rtl100.bpl } Classes.StdWndProc (Line 11583, "common\Classes.pas" + 8) + $0
[20885499]{dbkdebugide100.bpl} Debug.TDebugger.DBKWndProc (Line 11455, "Debug.pas" + 3) + $1F
[20040E4C]{rtl100.bpl } Classes.StdWndProc (Line 11583, "common\Classes.pas" + 8) + $0
[201625F0]{vcl100.bpl } Forms.TApplication.ProcessMessage (Line 8105, "Forms.pas" + 23) + $1
[2016262A]{vcl100.bpl } Forms.TApplication.HandleMessage (Line 8124, "Forms.pas" + 1) + $4
[2016291F]{vcl100.bpl } Forms.TApplication.Run (Line 8223, "Forms.pas" + 20) + $3
[0042297A]{bds.exe } bds.bds (Line 195, "" + 7) + $7

Die Reperaturfunktion von Delphi hat keine Besserung gebracht.

Weiss einer Rat?

Grüße Tyrael.
Levent Yildirim
Erzeugung von Icons aus Bildern:IconLev
  Mit Zitat antworten Zitat
Tyrael Y.

Registriert seit: 28. Jul 2003
Ort: Stuttgart
1.093 Beiträge
 
Delphi 2007 Professional
 
#2

Re: Debuggen nicht mehr möglich - bordbk105N.dll

  Alt 7. Apr 2008, 12:44
Ich bin grad über meinen eigenen Thread gestolpert.

Den schuldigen für mein Debuggerverhalten habe ich mittlerweile ermittelt.
Ich schreib dies mal hierhin, damit falls jemand ein ähnliches Problem hat, schon mal einen Ansatz zum Suchen hat.

Bei mir war der Schuldige der Realtime-Scanner von TrendMicro.

Ich gehe im Moment so vor, daß ich morgens einmal scannen lasse und danach mach ich den Realtime-Scanner einfach aus.
Seitdem habe ich keine Probleme mehr.
Levent Yildirim
Erzeugung von Icons aus Bildern:IconLev
  Mit Zitat antworten Zitat
Antwort Antwort


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 11:18 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz