Board index » delphi » PASDBK16 gets GPF in Delphi 1.0
dick...@ix.netcom.com (Richard MacDonald)
![]() Delphi Developer |
Mon, 09 Nov 1998 03:00:00 GMT
|
dick...@ix.netcom.com (Richard MacDonald)
![]() Delphi Developer |
Mon, 09 Nov 1998 03:00:00 GMT
PASDBK16 gets GPF in Delphi 1.0One application under development now gets a GPF in PASDBK16.DLL at 0004:10EB dick MacDonald |
Stefan Meus
![]() Delphi Developer |
Sat, 14 Nov 1998 03:00:00 GMT
Re:PASDBK16 gets GPF in Delphi 1.0QuoteIn article <31a4a406.1087...@nntp.ix.netcom.com>{*word*106}...@ix.netcom.com (Richard MacDonald) writes: But it only happens if I start Delphi1.02 and try to run the program without compiling anything. If I click on Compile project this error does not happen. It went away (hopefully) after removing Delphi2.0 and Delphi1.0, installing Delphi1.02 prior to Delphi2.0. ciao |
Richard MacDona
![]() Delphi Developer |
Sat, 14 Nov 1998 03:00:00 GMT
Re:PASDBK16 gets GPF in Delphi 1.0On 28 May 1996 11:01:35 +0200, meu...@opala1.physik.uni-bonn.de (Stefan Meuser) Quote>In article <31a4a406.1087...@nntp.ix.netcom.com>{*word*106}...@ix.netcom.com (Richard MacDonald) writes: can't have anything to do with version 2 since I don't have it yet. I think this project is something liek 25000 lines also. It's probably something being overwritten during initialization although the program runs fine by itself outside the IDE. It is only when I try to set a breakpoint and run it from the IDE that it fails! Thanks,{*word*106} |
Richard MacDona
![]() Delphi Developer |
Mon, 16 Nov 1998 03:00:00 GMT
Re:PASDBK16 gets GPF in Delphi 1.0On Tue, 28 May 1996 09:53:10 -0600,{*word*106}...@ix.netcom.com (Richard MacDonald) Quote>On 28 May 1996 11:01:35 +0200, meu...@opala1.physik.uni-bonn.de (Stefan Meuser) way to solve this, I'm going to start again from scratch (actually saving a great deal of the code) and rebuild it to see if and when it happens. That seems to be the only way other than to eliminate things one at a time until it goes away if it does. Thanks anyway, Stefan. {*word*106} MacDonald |
Brien Ki
![]() Delphi Developer |
Mon, 16 Nov 1998 03:00:00 GMT
Re:PASDBK16 gets GPF in Delphi 1.0On Thu, 30 May 1996 11:19:46 -0600,{*word*106}...@ix.netcom.com (Richard QuoteMacDonald) wrote: was intercepting windows messages and processing them myself. My only solution was to buy Turbo De{*word*81} (Part of the RAD pack or Turbo Assembler) and use that to debug my application. Brien King |
Richard MacDona
![]() Delphi Developer |
Tue, 17 Nov 1998 03:00:00 GMT
Re:PASDBK16 gets GPF in Delphi 1.0On 30 May 1996 17:03:01 -0700, bk...@primenet.com (Brien King) wrote: Quote>On Thu, 30 May 1996 11:19:46 -0600,{*word*106}...@ix.netcom.com (Richard happen before the code reaches anything that I have (intentionally) written since the GPF occurs as soon as I activate the Trace Into option. It never gets to the first statement in my code. The code, although large, is rather straightforward and worked until recently. Unfortunately I cannot track what happened to cause the error. dick MacDonald |
B. Eikl
![]() Delphi Developer |
Tue, 17 Nov 1998 03:00:00 GMT
Re:PASDBK16 gets GPF in Delphi 1.0Quotedick...@ix.netcom.com (Richard MacDonald) wrote: In a programm I'm asked to check(haven't had the time to dig into the code yet) there is exactly the same problem. If I try to step the creation of the mainform the exception is generated at the first line of code and I have to shut down Delphi. Since nothing is yet created in the other forms, is it possible there The program uses the following nonstandard components/dlls: Sockv2 B. Eiklid |
Bob Richards
![]() Delphi Developer |
Wed, 18 Nov 1998 03:00:00 GMT
Re:PASDBK16 gets GPF in Delphi 1.0In article <31af1944.88370...@nntp.ix.netcom.com>,{*word*106}...@ix.netcom.com Quote
"Exception EGPFault in module PASDBK16.DLL at 000F:1156" I'm running Delphi 1.01 from Win 95. I have about 30 units in about 33,000 lines of coding. I can always recreate I put a breakpoint in my program, or, more typically, I highlight my desired Instead, hit F8. As expected, the tracer will now put you at the first line When I get the PASDBK16 GPF, I must totally reboot in order to run Delphi What's going on. Has anyone else had this problem. Is Delphi {*word*89} on the |
Roy Salisbur
![]() Delphi Developer |
Sun, 22 Nov 1998 03:00:00 GMT
Re:PASDBK16 gets GPF in Delphi 1.0I have seen this happen before, and a bug report was filed with Borland on Regards, |
Richard MacDona
![]() Delphi Developer |
Sun, 22 Nov 1998 03:00:00 GMT
Re:PASDBK16 gets GPF in Delphi 1.0On Wed, 5 Jun 1996 00:45:25 -0600, "Roy Salisbury" <rsal...@exprsutil.com> Quote>I have seen this happen before, and a bug report was filed with Borland on Many thanks, friend! And it doesn't even matter if you are stepping. Somehow Since it does not matter on normal execution (outside the IDE) but only when Again, many thanks and I hope Borland solves the problem. Best to all who tried to help. All suggestions were tested when possible. dick MacDonald |
hl..
![]() Delphi Developer |
Mon, 23 Nov 1998 03:00:00 GMT
Re:PASDBK16 gets GPF in Delphi 1.0Quotedick...@ix.netcom.com (Richard MacDonald) wrote: Windows internal error(15)". It is strange that when I run the application outside the IDE, everything seems to be OK. The compiled exe file is over 700k. I noticed that this does not occur to my other smaller programs below 680k. May be this is the limit for D1. |