Segfault when closing attachment to database
--------------------------------------------

                 Key: CORE-3732
                 URL: http://tracker.firebirdsql.org/browse/CORE-3732
             Project: Firebird Core
          Issue Type: Bug
    Affects Versions: 2.5.1
            Reporter: Alexander Peshkov


The following script causes segfault on exit:

create role REPL_ADMIN;
create user repl password '12345';
grant repl_admin to repl;
revoke all on all from repl;
drop user repl;
exit;


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

        

------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to