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

Lionel Elie Mamane <lio...@mamane.lu> changed:

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

--- Comment #4 from Lionel Elie Mamane <lio...@mamane.lu> 2012-08-06 11:03:32 
UTC ---
Program received signal SIGABRT, Aborted.
0x00007ffff6d7c475 in *__GI_raise (sig=<optimized out>) at
../nptl/sysdeps/unix/sysv/linux/raise.c:64
64    ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) up 20
#20 0x00007fffea2ff880 in bridges::cpp_uno::shared::freeUnoInterfaceProxy
(pEnv=0x1b8d0d0, pProxy=0x265fd30)
    at
/home/master/src/libreoffice/workdirs/libreoffice-3.6/bridges/source/cpp_uno/shared/unointerfaceproxy.cxx:53
53        pThis->pCppI->release();
(gdb) list
48            OSL_ASSERT(false);
49        }
50    
51        (*pThis->pBridge->getCppEnv()->revokeInterface)(
52            pThis->pBridge->getCppEnv(), pThis->pCppI );
53        pThis->pCppI->release();
54        ::typelib_typedescription_release(
55            (typelib_TypeDescription *)pThis->pTypeDescr );
56        pThis->pBridge->release();
57    
(gdb) print pThis->pCppI
$138 = (com::sun::star::uno::XInterface *) 0x24f3890
(gdb) show print object 
Printing of object's derived type based on vtable info is on.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- 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