Date: prev next · Thread: first prev next last
2017 Archives by date, by thread · List index


2017-01-05 22:11 GMT+01:00 Miklos Vajna <vmiklos@collabora.co.uk>:

Hi,

On Thu, Jan 05, 2017 at 11:11:31AM +0100, Tomáš Chvátal <
tomas.chvatal@gmail.com> wrote:
It always reports the same prior the crash, see the attached file.
Everytime I trigger it the result is the same.

I meant something like this:

diff --git a/postprocess/qa/services.cxx b/postprocess/qa/services.cxx
index 6e95c64..ea451c0 100644
--- a/postprocess/qa/services.cxx
+++ b/postprocess/qa/services.cxx
@@ -260,6 +260,9 @@ void Test::test() {
             == blacklist.end())
         {
             if (i.second.constructors.empty()) {
+                std::cout
+                    << "trying to instantiate implementation \""
+                    << i.first << "\"\n";
                 if (i.second.accumulationBased) {
                     createInstance(
                         i.first, false, i.first, i.second.serviceNames,
&comps);

I'm afraid your log only contains what is the last service that's not
instantiated before the crash, but that may be irrelevant.


Ah now i get it. Well it happens always on the same test:

[  649s] trying to instantiate implementation
"com.sun.star.wizards.agenda.CallWizard"
[  649s] unknown:0:(anonymous namespace)::Test::test
[  649s] uncaught exception of type std::bad_alloc
[  649s] - std::bad_alloc

Cheers

Tom

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.