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

--- Comment #4 from Lionel Elie Mamane <[email protected]> ---
(gdb) up
#1  0x00007fdb6bdbd6a0 in
com::sun::star::uno::Reference<com::sun::star::document::XEventListener>::iquery
(
    pInterface=pInterface@entry=0x2eb4178)
    at
/home/master/src/libreoffice/workdirs/libreoffice-3.6/solver/unxlngx6/inc/com/sun/star/uno/Reference.hxx:67
67        return BaseReference::iquery(pInterface,
interface_type::static_type());
(gdb) up
#2  0x00007fdb6c092dd1 in
com::sun::star::uno::Reference<com::sun::star::document::XEventListener>::Reference
(this=
    0x7fdb5a540610, pInterface=0x2eb4178)
    at
/home/master/src/libreoffice/workdirs/libreoffice-3.6/solver/unxlngx6/inc/com/sun/star/uno/Reference.hxx:163
163        _pInterface = iquery( pInterface );
(gdb) up
#3  0x00007fdb6c0a8da3 in
cppu::OInterfaceContainerHelper::forEach<com::sun::star::document::XEventListener,
cppu::OInterfaceContainerHelper::NotifySingleListener<com::sun::star::document::XEventListener,
com::sun::star::document::EventObject> > (
    this=this@entry=0x278ae70, func=...)
    at
/home/master/src/libreoffice/workdirs/libreoffice-3.6/solver/unxlngx6/inc/cppuhelper/interfacecontainer.h:283
283                iter.next(), ::com::sun::star::uno::UNO_QUERY );
(gdb) print iter
$18 = {
  rCont = @0x278ae70, 
  bIsList = 1 '\001', 
  aData = {
    pAsSequence = 0x2eb1830, 
    pAsInterface = 0x2eb1830
  }, 
  nRemain = 1
}
(gdb) print *iter.aData.pAsSequence
$19 = uno::Sequence of length 2 = {uno::Reference to {
  _vptr.XInterface = 0x7fdb5909f8c8
}, uno::Reference to {
  _vptr.XInterface = 0x51
}}

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

Reply via email to