Subject | Re: [IBO] Exploding Application |
---|---|
Author | Jason Wharton |
Post date | 2001-01-30T00:49:07Z |
Paul,
This suggests to me that there is either an uninitialized variable or that
something has performed an invalid write to memory and trashed some of it. I
am in favor of the thought that something is getting trashed somehow.
What I need is a reproducible test case that duplicates this problem and
then I can look at it.
I have been somewhat buried in things lately so I am not certain when I
could have the problem resolved. I suspect in your efforts to isolate this
you will hopefully solve it while you are at it.
Keep us posted on your progress and in the meantime I will keep in the back
of my mind what could be causing this.
Thanks,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
This suggests to me that there is either an uninitialized variable or that
something has performed an invalid write to memory and trashed some of it. I
am in favor of the thought that something is getting trashed somehow.
What I need is a reproducible test case that duplicates this problem and
then I can look at it.
I have been somewhat buried in things lately so I am not certain when I
could have the problem resolved. I suspect in your efforts to isolate this
you will hopefully solve it while you are at it.
Keep us posted on your progress and in the meantime I will keep in the back
of my mind what could be causing this.
Thanks,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "Paul Schmidt" <paul@...>
To: <IBObjects@yahoogroups.com>
Sent: Monday, January 29, 2001 1:51 PM
Subject: [IBO] Exploding Application
> have an MDI application, it has been behaving itself nicely, today
> without changes it decided to explode on impact, just like a rear-
> ended '73 Pinto, once the smoke settled, I had the following:
>
> Access violation at 00475413, Read of address FFFFFFFF.
>
> This occurs in TIBTransaction.SysAdjustCachedUpdatePendingCount at
> the line reading
>
> Inc(FCachedUpdatePendingCount, Adj) the two variables have these
> values:
>
> FCacheUpdatePendingCount = 7341101
> Adj = -268387670
>
> I am currently using IBO 3.6.Cd, Firebird 0.9.4 and Delphi 2
>
>
>
>
>
>
> Paul Schmidt,
> Tricat Technologies
> Email: paul@...
> Website: www.tricattechnologies.com
>
>
>
>