Comment 85 for bug 919659

Revision history for this message
In , Markus Mohrhard (moggi) wrote :

(In reply to comment #40)
> With the help from the ubuntu bug report I think I finally have a point that
> looks wrong.
>
> http://opengrok.libreoffice.org/xref/core/connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx#174
> and following seem to be wrong for the MINIMAL_PROFILEDISCOVER case.
>

Seems like this is the problem. The problem is that we add the absolute profile path to the regPath which creates an invalid path and therefore initializing nss fails.

This problems is only visible in distro builds and maybe MacOSX/Windows builds if they use MINIMAL_PROFILEDISCOVER. (I'm quite sure that our windows builds are affected)

Will post a fix to the ML for review after some more manual testing.