Subject | Access a virtual address without privilege |
---|---|
Author | kokok_kokok |
Post date | 2004-05-26T08:42:36Z |
I use Firebird 1.5, everything works ok excepts when I use select
sentences for certain views. These views does not use UDF, are 100%
pure SQL language.
The "select " sentence shutdowns the Fibird server. In the
firebird.log, I get:
------
NETVISTA (Server) Wed May 26 10:18:26 2004
Access violation.
The code attempted to access a virtual
address without privilege to do so.
This exception will cause the Firebird server
to terminate abnormally.
------
Some times I get other logs:
------------
NETVISTA (Client) Wed May 26 10:18:27 2004
C:\Archivos de programa\Firebird\Firebird_1_5
\bin\fbserver.exe: terminated abnormally (4294967295)
------------
I have no idea that it means. I can reproduce this problem in several
computers and OS. As I said, everything works ok but if I do "select
* from view1" while my program is running executing certain process
(inserts, updates, ...), the above error appear always.
Of course, my program can have a bug, but my program should not be
able to shutdown the Firebird server, and less if I execute my
program in a remote computer.
Please, any help will be welcome. I am desperate, this error is
mortifying me, I have spent a lot of days in this problem.
Thanks in advanced
sentences for certain views. These views does not use UDF, are 100%
pure SQL language.
The "select " sentence shutdowns the Fibird server. In the
firebird.log, I get:
------
NETVISTA (Server) Wed May 26 10:18:26 2004
Access violation.
The code attempted to access a virtual
address without privilege to do so.
This exception will cause the Firebird server
to terminate abnormally.
------
Some times I get other logs:
------------
NETVISTA (Client) Wed May 26 10:18:27 2004
C:\Archivos de programa\Firebird\Firebird_1_5
\bin\fbserver.exe: terminated abnormally (4294967295)
------------
I have no idea that it means. I can reproduce this problem in several
computers and OS. As I said, everything works ok but if I do "select
* from view1" while my program is running executing certain process
(inserts, updates, ...), the above error appear always.
Of course, my program can have a bug, but my program should not be
able to shutdown the Firebird server, and less if I execute my
program in a remote computer.
Please, any help will be welcome. I am desperate, this error is
mortifying me, I have spent a lot of days in this problem.
Thanks in advanced