Subject ibase crash (error on main_port, shuttingdow)
Author hvdmeer@targetteam.nl
Help,

After testing my application at my office I installed it at a
customer site. It ran OK for 2 day's then the problems started.
Intebase crash (stopped working) 2 times.

I looked at the interbase.log file. I looks like that the problems
started with an error on a select:

INET/select_wait: select failed, errno = 10014

the next entry was:

SRVR_multi_thread/receive:
error on main_port, shuttingdown.

I looked up 10014 in the windows headers. 10014 = WSAEFAULT.
I looked up the location in the source. There was a select() that
must be the source of the problem. But as far as I can see there was
no reason for an access violation (= WSAEFAULT).

I'm using interbase 6.01.
I'm using Windos 2000 server sp1.

Does anybody have a clue?
Did anybody have the same problem?

Henk van der Meer.