[Bug 166637] Crash when clicking a dot in the control pane of a built-in dialog

2025-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=166637

Mike Kaganski  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |mikekagan...@hotmail.com
   |desktop.org |

--- Comment #4 from Mike Kaganski  ---
https://gerrit.libreoffice.org/c/core/+/185506

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 166637] Crash when clicking a dot in the control pane of a built-in dialog

2025-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=166637

Xisco FaulĂ­  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org

--- Comment #1 from Xisco FaulĂ­  ---
Hi nobu,
Would it be possible to have a screencast showing how to reproduce the issue ?
I tried to follow the steps but I was not able to reproduce the crash

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 166637] Crash when clicking a dot in the control pane of a built-in dialog

2025-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=166637

--- Comment #3 from Mike Kaganski  ---
Regression after 62dd6274c71bc840f5c5abcd4b1fa536238aa25d.

Call stack in nullptr dereference:

> sfxlo.dll!com::sun::star::uno::Reference::operator->()
>  Line 387 C++
> sfxlo.dll!`anonymous namespace'::GetSelectedShapeOfView(const 
> com::sun::star::uno::Reference & 
> xController) Line 2827 C++
> sfxlo.dll!SfxViewShell::GetSignPDFCertificate() Line 2873 C++
> svxcorelo.dll!SdrDragView::BegDragObj(const Point & rPnt, OutputDevice * 
> pOut, SdrHdl * pHdl, short nMinMov, SdrDragMethod * _pForcedMeth) Line 418   
> C++
> basctllo.dll!basctl::DlgEdFuncSelect::MouseButtonDown(const MouseEvent & 
> rMEvt) Line 452  C++
> basctllo.dll!basctl::DlgEditor::MouseButtonDown(const MouseEvent & rMEvt) 
> Line 435C++
> basctllo.dll!basctl::DialogWindow::MouseButtonDown(const MouseEvent & rMEvt) 
> Line 135 C++
> vcllo.dll!ImplHandleMouseEvent(const VclPtr & xWindow, 
> NotifyEventType nSVEvent, bool bMouseLeave, __int64 nX, __int64 nY, unsigned 
> __int64 nMsgTime, unsigned short nCode, MouseEventModifiers nMode) Line 706  
> C++
> vcllo.dll!ImplHandleSalMouseButtonDown(vcl::Window * pWindow, const 
> SalMouseEvent * pEvent) Line 2338 C++
> vcllo.dll!ImplWindowFrameProc(vcl::Window * _pWindow, SalEvent nEvent, const 
> void * pEvent) Line 2683 C++
> vcllo.dll!SalFrame::CallCallback(SalEvent nEvent, const void * pEvent) Line 
> 310   C++
> vclplug_winlo.dll!ImplHandleMouseMsg(HWND__ * hWnd, unsigned int nMsg, 
> unsigned __int64 wParam, __int64 lParam) Line 3306 C++
> vclplug_winlo.dll!SalFrameWndProc(HWND__ * hWnd, unsigned int nMsg, unsigned 
> __int64 wParam, __int64 lParam, bool & rDef) Line 5794   C++
> vclplug_winlo.dll!SalFrameWndProcW(HWND__ * hWnd, unsigned int nMsg, unsigned 
> __int64 wParam, __int64 lParam) Line 6130   C++
> user32.dll!UserCallWinProcCheckWow(struct _ACTIVATION_CONTEXT *,__int64 
> (*)(struct tagWND *,unsigned int,unsigned __int64,__int64),struct HWND__ 
> *,enum _WM_VALUE,unsigned __int64,__int64,void *,int)Unknown
> user32.dll!DispatchMessageWorker()Unknown
> vclplug_winlo.dll!ImplSalDispatchMessage(const tagMSG * pMsg) Line 442
> C++
> vclplug_winlo.dll!ImplSalYield(bool bWait, bool bHandleAllCurrentEvents) Line 
> 511 C++
> vclplug_winlo.dll!WinSalInstance::DoYield(bool bWait, bool 
> bHandleAllCurrentEvents) Line 548  C++
> vcllo.dll!ImplYield(bool i_bWait, bool i_bAllEvents) Line 385 C++
> vcllo.dll!Application::Yield() Line 488   C++
> vcllo.dll!Application::Execute() Line 361 C++
> sofficeapp.dll!desktop::Desktop::Main() Line 1680 C++
> vcllo.dll!ImplSVMain() Line 231   C++
> vcllo.dll!SVMain() Line 250   C++
> sofficeapp.dll!soffice_main() Line 122C++
> soffice.bin!sal_main() Line 51C
> soffice.bin!main(int argc, char * * argv) Line 49 C

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 166637] Crash when clicking a dot in the control pane of a built-in dialog

2025-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=166637

Mike Kaganski  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #2 from Mike Kaganski  ---
Repro in debug build.

-- 
You are receiving this mail because:
You are the assignee for the bug.