https://bugs.freedesktop.org/show_bug.cgi?id=80084
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Julien Nabet <[email protected]> --- Just for information, trying to understand a crash concerning closing LO after having opened queries (Firebird DB) on MacOs with master sources + debug, I noticed that resultset didn't use WeakRef but just a ref (see http://opengrok.libreoffice.org/xref/core/connectivity/source/drivers/firebird/StatementCommonBase.hxx#58) I tried to use WeakRef but got errors I didn't know how to deal with, trying to change all the dependencies. Also it seems too that multiple resultsets isn't implemented on Firebird LO driver (see opengrok.libreoffice.org/xref/core/connectivity/source/drivers/firebird/PreparedStatement.cxx#295) -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
