Please i need assistance on how to resolve the PETScKrylovSolver's Error below

RuntimeError Traceback (most recent call last)

in <cell line: 8>()
222 # run fenics solver
223 w0.assign(w)
→ 224 it, conv = solver.solve(NLproblem, w.vector())
225 # Extract solution components
226 u, p = w.split()

/content/modelfunctions.py in solve(self, myproblem, x)
347 # iterations
348 if not self.dx.empty(): self.dx.zero()
→ 349 self.krylov_iterations += self.solver.solve(self.dx, self.b);
350
351 # Update solution

RuntimeError:

*** -------------------------------------------------------------------------
*** DOLFIN encountered an error. If you are not able to resolve this issue
*** using the information listed below, you can ask for help at


*** https://fenicsproject.discourse.group/


*** Remember to include the error message listed below and, if possible,
*** include a minimal running example to reproduce the error.


*** -------------------------------------------------------------------------
*** Error: Unable to successfully call PETSc function ‘KSPSolve’.
*** Reason: PETSc error code is: 76 (Error in external library).
*** Where: This error was encountered inside /tmp/dolfin-src/dolfin/la/PETScKrylovSolver.cpp.
*** Process: 0


*** DOLFIN version: 2019.2.0.dev0
*** Git changeset: 1c52e837eb54cc34627f90bde254be4aa8a2ae17
*** -------------------------------------------------------------------------

Read Read before posting: How do I get my question answered? and try again in a new post. Furthermore, give your post a meaningful title. “Please I need assistance on how to resolve” are all words that give very little context, and are likely not what you want to have in your title.