https://bugs.freedesktop.org/show_bug.cgi?id=58451

Julien Nabet <serval2...@yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #16 from Julien Nabet <serval2...@yahoo.fr> ---
in a gdb session, I've got this:
Breakpoint 2, dbtools::showError (_rInfo=..., _xParent=
    uno::Reference to {<com::sun::star::lang::XComponent> =
{<com::sun::star::uno::XInterface> = {_vptr.XInterface = 0x7f5ecc5b5f10}, <No
data fields>}, <No data fields>}, 
    _rxContext=uno::Reference to {<com::sun::star::uno::XInterface> =
{_vptr.XInterface = 0x7f5ece853b30}, <No data fields>})
    at
/home/julien/compile-libreoffice/libo/connectivity/source/commontools/dbtools.cxx:1485
1485        if (_rInfo.isValid())
(gdb) n
1489                Reference< XExecutableDialog > xErrorDialog =
ErrorMessageDialog::create( _rxContext, "", _xParent, _rInfo.get() );
(gdb) p _rxContext
$2 = uno::Reference to {<com::sun::star::uno::XInterface> = {_vptr.XInterface =
0x7f5ece853b30}, <No data fields>}
(gdb) p _xParent
$3 = uno::Reference to {<com::sun::star::lang::XComponent> =
{<com::sun::star::uno::XInterface> = {_vptr.XInterface = 0x7f5ecc5b5f10}, <No
data fields>}, <No data fields>}
(gdb) p _rInfo.get()
$4 = 
  uno::Any {<com::sun::star::sdbc::SQLWarning> =
{<com::sun::star::sdbc::SQLException> = {<com::sun::star::uno::Exception> =
{Message = "The report can not be executed unless it is bound to content.",
Context = empty uno::Reference}, SQLState = "", ErrorCode = 0, NextException =
empty uno::Any}, <No data fields>}, Details = ""}
(gdb) n

Program received signal SIGSEGV, Segmentation fault.
0x0000000001a89580 in ?? ()

I wonder if it could be due to: 19854e653be1dc01f5b655fca851a6e3a651a940 
fdo#46808, Adapt sdb::ErrorMessageDialog UNO service to new style

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to