Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Nov : faulting module kernel32.dll
| Subject: | faulting module kernel32.dll |
| Posted by: | "mustafa korkmaz" (hkod..@hotmail.com) |
| Date: | 19 Nov 2006 08:53:47 |
My server program is written on Delphi5. It is runnig on Win 2003 server.
Some times my program is being closed by win 2003 automatically.
And I saw this exception in Event Viewer Application log: Faulting application 6782.exe, version 0.0.0.0, faulting module kernel32.dll, version 5.2.3790.2756, fault address 0x00015e02.
This application is multi user online game server.It does not use extra component.Only use Indy components.And I use interbase components for database.(Ibdatabase,Ibquery,..)
And my database is on the other computer which is in the same network.
what about kernel32.dll?
Socket? database? pointer? operating system?