https://bugs.documentfoundation.org/show_bug.cgi?id=91014

--- Comment #5 from Philippe Jung <[email protected]> ---
Could be related:


In calc, insert an image, right click on it and select hyperlink.
Press ESC immediately
LO crashes


Traced down to 


void SvxHyperlinkInternetTp::RefreshMarkWindow()
{
SAL_DEBUG("m_pRbtLinktypInternet: " << m_pRbtLinktypInternet);
    if ( m_pRbtLinktypInternet->IsChecked() && IsMarkWndVisible() )
    {
        EnterWait();


In my case pRbtLinktypInternet.get() == 0

Call stack:

#0  0x00007fffa881f1f2 in RadioButton::IsChecked (this=0x0) at
/home/philippe/src/git-repo/libreoffice/core/include/vcl/button.hxx:365
#1  0x00007fffa881e80a in SvxHyperlinkInternetTp::RefreshMarkWindow
(this=0x1d8e3d0) at
/home/philippe/src/git-repo/libreoffice/core/cui/source/dialogs/hlinettp.cxx:432
#2  0x00007fffa881e48e in SvxHyperlinkInternetTp::LostFocusTargetHdl_Impl
(this=0x1d8e3d0)
    at
/home/philippe/src/git-repo/libreoffice/core/cui/source/dialogs/hlinettp.cxx:400
#3  0x00007fffa881e46f in
SvxHyperlinkInternetTp::LinkStubLostFocusTargetHdl_Impl (instance=0x1d8e3d0,
data=0x1d8f600)
    at
/home/philippe/src/git-repo/libreoffice/core/cui/source/dialogs/hlinettp.cxx:398

Tell me if not related, I will open a new bug

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