Killing an application that connects to Firebird by explicit local connection 
causes fb_inet_server.exe to stay in memory.
--------------------------------------------------------------------------------------------------------------------------

                 Key: CORE-4567
                 URL: http://tracker.firebirdsql.org/browse/CORE-4567
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 2.5.2
         Environment: Windows 7 64 bit, Firebird Classic 32bit and 64bit. 
            Reporter: Marcin
            Priority: Critical
         Attachments: FBINET.7z

It is possibile to connect to Firebird (on local machine) by using two 
different connection strings:

1. explicit local connection, for example:

C:\MyDatabase.FDB

2. TCP/IP connection, for example:

localhost:C:\MyDatabase.FDB

Using the first type of connection my cause the underlying fb_inet_server 
process to stay in the memory after the client application has finished. 
As far as I know this behaviour is wrong, fb_inet_server process shouldn't stay 
in memory.


How to reproduce:

1. Setup a connection as described above.

2. Run in client a very long query, for example:
EXECUTE BLOCK
AS
BEGIN
  WHILE (0=0) DO 
  BEGIN
  END
END

3. Kill the application during execution of the query.

fb_inet_server.exe which was created for this application stays in memory. In 
some cases this might end in having hundreds of this processes in system.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to