Crash on unexpected client disconnection with opened transaction
----------------------------------------------------------------

                 Key: CORE-4676
                 URL: http://tracker.firebirdsql.org/browse/CORE-4676
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 2.5.4
            Reporter: Artyom Smirnov


Reproducing:

Run isql and execute:
create database 'a';
create table a(id int);
insert into a values('1');

Do not commit anything. Then do:
killall -9 isql

Server will crash.

Bug probably introduced with commit 11366: This should fix CORE-4558: 
SuperServer dies when client is disconnected abnormally during the index 
navigational scan.
Commit slightly changed attachment release order so now all attachment requests 
released before dsql_dbb instance destroying which have pointers to already 
destroyed requests. On second releasing of requests server crashing.


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

        

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to