<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2017-01-05 22:11 GMT+01:00 Miklos Vajna <span dir="ltr"><<a href="mailto:vmiklos@collabora.co.uk" target="_blank">vmiklos@collabora.co.uk</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<span class="gmail-"><br>
On Thu, Jan 05, 2017 at 11:11:31AM +0100, Tomáš Chvátal <<a href="mailto:tomas.chvatal@gmail.com">tomas.chvatal@gmail.com</a>> wrote:<br>
> It always reports the same prior the crash, see the attached file.<br>
> Everytime I trigger it the result is the same.<br>
<br>
</span>I meant something like this:<br>
<br>
diff --git a/postprocess/qa/services.cxx b/postprocess/qa/services.cxx<br>
index 6e95c64..ea451c0 100644<br>
--- a/postprocess/qa/services.cxx<br>
+++ b/postprocess/qa/services.cxx<br>
@@ -260,6 +260,9 @@ void Test::test() {<br>
             == blacklist.end())<br>
         {<br>
             if (i.second.constructors.empty()<wbr>) {<br>
+                std::cout<br>
+                    << "trying to instantiate implementation \""<br>
+                    << i.first << "\"\n";<br>
                 if (i.second.accumulationBased) {<br>
                     createInstance(<br>
                         i.first, false, i.first, i.second.serviceNames, &comps);<br>
<br>
I'm afraid your log only contains what is the last service that's not<br>
instantiated before the crash, but that may be irrelevant.<br><br></blockquote><div><br></div><div>Ah now i get it. Well it happens always on the same test:</div><div><br></div><div>[  649s] trying to instantiate implementation "com.sun.star.wizards.agenda.CallWizard"</div><div>[  649s] unknown:0:(anonymous namespace)::Test::test</div><div>[  649s] uncaught exception of type std::bad_alloc</div><div>[  649s] - std::bad_alloc</div><div><br></div><div>Cheers</div><div><br></div><div>Tom </div></div><br></div></div>