FB-3 craches with coredump when attempting to trace activity on database that 
have db-level trigger
---------------------------------------------------------------------------------------------------

                 Key: CORE-4225
                 URL: http://tracker.firebirdsql.org/browse/CORE-4225
             Project: Firebird Core
          Issue Type: Bug
          Components: TRACEMGR
    Affects Versions: 3.0 Alpha 1
            Reporter: Pavel Zotov
         Attachments: gdb-firebird.130918_170533.2.zip

The following db-level trigger fires each time when I connect to .fdb and FB 
craches if trace session is active in that moment.

SQL> set blob all;
SQL> show trigger trg_connect;
There is no trigger TRG_CONNECT in this database
SQL> show trigger trg_logon;
TRG_LOGON, Sequence: 0, Type: ON CONNECT, Active
as
begin
  if ( current_user = 'CALIBRATOR' )
  then
    execute procedure SYS_CONNECT_CALIBRATE;
end
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


SQL> show version;
ISQL Version: WI-V2.5.3.26682 Firebird 2.5
Server version:
Firebird/linux AMD64 (access method), version "LI-T3.0.0.30653 Firebird 3.0 
Alpha 1"
Firebird/linux AMD64 (remote server), version "LI-T3.0.0.30653 Firebird 3.0 
Alpha 1/tcp (vmoel63.loc
al)/P12"
Firebird/x86/Windows NT (remote interface), version "WI-V2.5.3.26682 Firebird 
2.5/tcp (CSMIRROR)/P12
"
on disk structure version 12.0

Please see attch with result of stack trace for coredump.

PS. There is *no* such effect in FB 2.5.x (neither in current nor in old 
versions of ~octomeb...-december 2012).

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

        

------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to