<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Crash in Calc NLP Solver when saving a document in Write."
href="https://bugs.documentfoundation.org/show_bug.cgi?id=143534#c22">Comment # 22</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Crash in Calc NLP Solver when saving a document in Write."
href="https://bugs.documentfoundation.org/show_bug.cgi?id=143534">bug 143534</a>
from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
<pre>(In reply to Stephan Bergmann from <a href="show_bug.cgi?id=143534#c19">comment #19</a>)
<span class="quote">> ...
> That is due to
>
> > java.lang.NullPointerException
> > at net.adaptivebox.deps.behavior.PSGTBehavior.generateBehavior(PSGTBehavior.java:100)
> > at net.adaptivebox.deps.DEPSAgent.generatePoint(DEPSAgent.java:126)
> > at com.sun.star.comp.Calc.NLPSolver.DEPSSolverImpl.solve(DEPSSolverImpl.java:169)
>
> which ultimately gets translated into a C++
> com::sun::star::uno::RuntimeException (via a BridgeRuntimeError thrown from
> Bridge::handle_java_exc, bridges/source/jni_uno/jni_uno2java.cxx, and then
> via the C++ UNO bridge), thrown from within
>
> > xSolver->solve();
>
> in ScOptSolverDlg::CallSolver (sc/source/ui/miscdlgs/optsolver.cxx), which
> remains uncaught.</span >
Thank you! I wonder how you retrieved these info. I put a System.out.println
before and after line 100 of PSGTBehavior.java and I confirm this.
(In reply to Todor Balabanov from <a href="show_bug.cgi?id=143534#c20">comment #20</a>)
<span class="quote">> Stephan, I think that this is a new bug, which we (generally me) have
> introduced last two weeks. Please, take a look at this video:
> <a href="https://youtu.be/HxBAKCE1nwg">https://youtu.be/HxBAKCE1nwg</a>
>
> The result of the steps shown in this video is written in the crash report:
> <a href="https://crashreport.libreoffice.org/stats/crash_details/9f53626a-95d0-4ee1">https://crashreport.libreoffice.org/stats/crash_details/9f53626a-95d0-4ee1</a>-
> 9a25-31480f63b6ea
>
> I will fix the bugs with the Java null pointer exceptions. Please, do not
> waste time with them. The crash shown in the video is something more general
> and it exists in the code base for a longer time.</span >
I may be wrong but I think the crash I got must be first fixed so we're be able
to reproduce yours with full debug.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>