| Summary: | Crash: Right click cell on Data Provider dialog | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | sawakaze <souichirho> |
| Component: | Calc | Assignee: | Julien Nabet <serval2412> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | markus.mohrhard, serval2412, xiscofauli |
| Priority: | medium | Keywords: | haveBacktrace |
| Version: | 6.0.0.0.alpha1+ | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:6.0.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 120219 | ||
| Attachments: | Screencapture | ||
|
Description
sawakaze
2017-11-12 13:28:15 UTC
Created attachment 137690 [details]
Screencapture
Confirm with fresh build off today 14:00h Version: 6.0.0.0.alpha1+ Build ID: 3ca4d1169c1b6d35eecc980251d6d89ff120ee70 CPU threads: 8; OS: Linux 4.9; UI render: default; VCL: kde4; Locale: nl-BE (en_US.UTF-8); Calc: group Reproduced in Version: 6.0.0.0.alpha1+ Build ID: b73c66597884f03443ee8888cb6c204b78bb6cda CPU threads: 4; OS: Linux 4.10; UI render: default; VCL: gtk3; Locale: th-TH (ca_ES.UTF-8); Calc: group Relevant part on bt:
#0 0x00007fffc971096c in Point::X() const (this=0x0) at /home/julien/lo/libreoffice/include/tools/gen.hxx:77
#1 0x00007fffc9c67f92 in Point::getX() const (this=0x0) at /home/julien/lo/libreoffice/include/tools/gen.hxx:98
#2 0x00007fffca04ca9f in ScDataTableView::MouseButtonUp(MouseEvent const&) (this=0x555558afbed0, rMEvt=...)
at /home/julien/lo/libreoffice/sc/source/ui/miscdlgs/datatableview.cxx:242
#3 0x00007fffec27a127 in ImplHandleMouseEvent(VclPtr<vcl::Window> const&, MouseNotifyEvent, bool, long, long, unsigned long, unsigned short, MouseEventModifiers) (xWindow=
..., nSVEvent=MouseNotifyEvent::MOUSEBUTTONUP, bMouseLeave=false, nX=167, nY=115, nMsgTime=31420860, nCode=4, nMode=MouseEventModifiers::NONE)
at /home/julien/lo/libreoffice/vcl/source/window/winproc.cxx:707
#4 0x00007fffec2813fa in ImplHandleSalMouseButtonUp(vcl::Window*, SalMouseEvent const*) (pWindow=0x555558ae2c90, pEvent=0x7fffffff10f0)
at /home/julien/lo/libreoffice/vcl/source/window/winproc.cxx:1997
I submitted patch on gerrit: https://gerrit.libreoffice.org/#/c/44651/ Julien Nabet committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=39ba5cbd8ca491aa322f48569ee5c10248e6e94b tdf#113784: fix crash when right click on data provider dialog It will be available in 6.0.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Markus: I did like ScDataTableView::MouseButtonDown, 190 if (!rMEvt.IsLeft()) 191 return; The result is right click does nothing at all. So the crash is fixed but am not sure if it's the right behavior. |