Subject Re: [firebird-support] Access a virtual address without privilege
Author Dan Wilson
On 5/26/2004 at 8:42 AM kokok_kokok wrote:

> 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.
> ------

<snip>

>
> 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.
>

Can you show us the view, the meta data for the table(s) used in the view, and the select statement that causes the crash?

Regards,

Dan.