[Libreoffice-bugs] [Bug 89343] ~SwXMailMerge() goes into endless SwCache::Check()

2022-04-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89343

--- Comment #5 from Mike Kaganski  ---
Commenting out the 'denylist.emplace_back("SwXMailMerge");' in
postprocess/qa/services.cxx, and making CppunitTest_services, crashes for me in
the same destruction, but at a later point in SfxFrame::DoClose, past the
'CancelTransfers' call:

> ucrtbased.dll!_wassert(const wchar_t * expression, const wchar_t * file_name, 
> unsigned int line_number) Line 442  C++
> comphelper.dll!`anonymous namespace'::implLookupClient(const unsigned long 
> nClient, 
> std::_Tree_iterator long const 
> ,comphelper::OInterfaceContainerHelper4
>  * & rPos) Line 139  C++
> comphelper.dll!comphelper::AccessibleEventNotifier::removeEventListener(const 
> unsigned long _nClient, const 
> com::sun::star::uno::Reference
>  & _rxListener) Line 231   C++
> swlo.dll!SwAccessibleContext::removeAccessibleEventListener(const 
> com::sun::star::uno::Reference
>  & xListener) Line 779   C++
> winaccessibility.dll!AccEventListener::RemoveMeFromBroadcaster() Line 235 
> C++
> winaccessibility.dll!AccEventListener::disposing(const 
> com::sun::star::lang::EventObject & __formal) Line 257 C++
> comphelper.dll!comphelper::OInterfaceContainerHelper4::disposeAndClear(std::unique_lock
>  & rGuard, const com::sun::star::lang::EventObject & rEvt) Line 368   C++
> comphelper.dll!comphelper::AccessibleEventNotifier::revokeClientNotifyDisposing(const
>  unsigned long _nClient, const 
> com::sun::star::uno::Reference & 
> _rxEventSource) Line 206C++
> swlo.dll!SwAccessibleContext::Dispose(bool bRecursive, bool 
> bCanSkipInvisible) Line 1098  C++
> swlo.dll!SwAccessibleDocument::Dispose(bool bRecursive, bool 
> bCanSkipInvisible) Line 384  C++
> swlo.dll!SwAccessibleMap::~SwAccessibleMap() Line 1663C++
> swlo.dll!SwAccessibleMap::`scalar deleting destructor'(unsigned int)  C++
> swlo.dll!std::_Destroy_in_place(SwAccessibleMap & _Obj) Line 
> 300 C++
> swlo.dll!std::_Ref_count_obj2::_Destroy() Line 2033  C++
> swlo.dll!std::_Ref_count_base::_Decref() Line 1106C++
> swlo.dll!std::_Ptr_base::_Decref() Line 1332 C++
> swlo.dll!std::shared_ptr::~shared_ptr() 
> Line 1615   C++
> swlo.dll!std::shared_ptr::reset() Line 1659  C++
> swlo.dll!SwViewShellImp::~SwViewShellImp() Line 105   C++
> swlo.dll!SwViewShellImp::`scalar deleting destructor'(unsigned int)   C++
> swlo.dll!std::default_delete::operator()(SwViewShellImp * 
> _Ptr) Line 3125 C++
> swlo.dll!std::unique_ptr>::reset(SwViewShellImp
>  * _Ptr) Line 3270  C++
> swlo.dll!SwViewShell::~SwViewShell() Line 320 C++
> swlo.dll!SwCursorShell::~SwCursorShell() Line 3046C++
> swlo.dll!SwEditShell::~SwEditShell() Line 63  C++
> swlo.dll!SwFEShell::~SwFEShell() Line 683 C++
> swlo.dll!SwWrtShell::~SwWrtShell() Line 1886  C++
> swlo.dll!SwWrtShell::`scalar deleting destructor'(unsigned int)   C++
> swlo.dll!std::default_delete::operator()(SwWrtShell * _Ptr) Line 
> 3125 C++
> swlo.dll!std::unique_ptr>::reset(SwWrtShell
>  * _Ptr) Line 3270  C++
> swlo.dll!SwView::~SwView() Line 1114  C++
> swlo.dll!SwView::`vector deleting destructor'(unsigned int)   C++
> sfxlo.dll!SfxViewFrame::ReleaseObjectShell_Impl() Line 1140   C++
> sfxlo.dll!SfxViewFrame::~SfxViewFrame() Line 1813 C++
> sfxlo.dll!SfxViewFrame::`scalar deleting destructor'(unsigned int)C++
> sfxlo.dll!SfxViewFrame::Close() Line 1192 C++
> sfxlo.dll!SfxFrame::DoClose_Impl() Line 136   C++
> sfxlo.dll!SfxBaseController::dispose() Line 981   C++
> fwklo.dll!`anonymous namespace'::XFrameImpl::setComponent(const 
> com::sun::star::uno::Reference & 
> xComponentWindow, const 
> com::sun::star::uno::Reference & 
> xController) Line 1485C++
> fwklo.dll!`anonymous namespace'::XFrameImpl::close(unsigned char 
> bDeliverOwnership) Line 1696 C++
> sfxlo.dll!SfxFrame::DoClose() Line 100C++
> sfxlo.dll!SfxViewFrame::Notify(SfxBroadcaster & __formal, const SfxHint & 
> rHint) Line 1633C++
> svllo.dll!SfxBroadcaster::Broadcast(const SfxHint & rHint) Line 40C++
> sfxlo.dll!`anonymous namespace'::SfxModelListener_Impl::notifyClosing(const 
> com::sun::star::lang::EventObject & __formal) Line 145C++
> sfxlo.dll!SfxBaseModel::close(unsigned char bDeliverOwnership) Line 1470  
> C++
> swlo.dll!SwXTextDocument::close(unsigned char bDeliverOwnership) Line 555 
> C++
> swlo.dll!CloseModelAndDocSh(const 
> com::sun::star::uno::Reference & rxModel, 
> tools::SvRef & rxDocSh) Line 116   C++
> swlo.dll!SwXMailMerge::~SwXMailMerge() Line 398   C++
> swlo.dll!SwXMailMerge::`scalar deleting destructor'(unsigned int) C++
> cppuhelper3MSC.dll!cppu::OWeakObject::release() Line 230  C++
> swlo.dll!cppu::WeakImplHelper::release()
>  Line 115  C++
> test_services.dll!com::sun::star::uno::Reference::~Reference()
>  Line 114   C++
> test_services.dll!com::sun::star::uno::Reference::`scalar
>  deleting destructor'(unsigned int)C++
> test_services.dll!std::_

[Libreoffice-bugs] [Bug 89343] ~SwXMailMerge() goes into endless SwCache::Check()

2020-04-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89343

--- Comment #4 from QA Administrators  ---
Dear Stephan Bergmann,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89343] ~SwXMailMerge() goes into endless SwCache::Check()

2018-04-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89343

--- Comment #3 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89343] ~SwXMailMerge() goes into endless SwCache::Check()

2017-04-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89343

--- Comment #2 from Caolán McNamara  ---
I think com.sun.star.comp.framework.Desktop has been disposed before the
SwXMailMerge dtor was called, so the underlying SwDLL contents have been
trashed

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89343] ~SwXMailMerge() goes into endless SwCache::Check()

2016-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89343

Jan-Marek Glogowski  changed:

   What|Removed |Added

 Blocks||102998


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102998
[Bug 102998] [META] Mail merge bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89343] ~SwXMailMerge() goes into endless SwCache::Check()

2016-02-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89343

--- Comment #1 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

   Test to see if the bug is still present on a currently supported version of
LibreOffice 
   (5.0.5 or 5.1.0)  https://www.libreoffice.org/download/

   If the bug is present, please leave a comment that includes the version of
LibreOffice and 
   your operating system, and any changes you see in the bug behavior

   If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave 
   a short comment that includes your version of LibreOffice and Operating
System

Please DO NOT

   Update the version field
   Reply via email (please reply directly on the bug tracker)
   Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
   appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so: 1. Download and install oldest version of LibreOffice
(usually 3.3 unless your bug pertains to a feature added after 3.3)

http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug 3. Leave a comment with your results. 4a. If the bug was
present with 3.3 - set version to "inherited from OOo"; 4b. If the bug was not
present in 3.3 - add "regression" to keyword


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for your help!

-- The LibreOffice QA Team This NEW Message was generated on: 2016-02-21

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89343] ~SwXMailMerge() goes into endless SwCache::Check()

2015-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89343

Lionel Elie Mamane  changed:

   What|Removed |Added

 CC||lio...@mamane.lu
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=89
   ||348

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


[Libreoffice-bugs] [Bug 89343] ~SwXMailMerge() goes into endless SwCache::Check()

2015-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89343

Stephan Bergmann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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