Discussion:
Fatal Exception error in executable
(too old to reply)
Amy Harris
2012-10-17 15:33:15 UTC
Permalink
Hi all,

I'm running a program on a 64-bit server. I have multiple instances of the same program, running on the same data set. In two instances of the program, I get fatal exception errors, in one instance every time, in the other occasionally. The others work fine.

However, I'm unable to get an error when I run the program in Foxpro itself. I'm pulling my hair out - surely it can't be a problem with the code or the data, or it'd happen in the other instances too. I don't know where to start! Any help?
Chaim Caron
2012-10-28 01:18:19 UTC
Permalink
Would need more information to diagnose this definitively, but here's one
possibility: the first instance accesses the data in Exclusive mode,
therefore all subsequent instances fail when they attempt to access the
data. This explanation is consistent with your observation that the program
runs fine in Foxpro itself (I assume you mean under the development
product), assuming that no other instance is running at the same time.

Do you have source code?



"Amy Harris" <***@googlemail.com> wrote in message news:1220b0fa-41cb-481d-b351-***@googlegroups.com...
Hi all,

I'm running a program on a 64-bit server. I have multiple instances of the
same program, running on the same data set. In two instances of the program,
I get fatal exception errors, in one instance every time, in the other
occasionally. The others work fine.

However, I'm unable to get an error when I run the program in Foxpro itself.
I'm pulling my hair out - surely it can't be a problem with the code or the
data, or it'd happen in the other instances too. I don't know where to
start! Any help?

Loading...