← Back to team overview

dolfin team mailing list archive

[Bug 702325] [NEW] Empty Matrix causes seg. fault when size is called

 

Public bug reported:


A = Matrix()
A.size(0) 

causes seg. fault.

(version is 0.9.8)

** Affects: dolfin
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of DOLFIN
Team, which is subscribed to DOLFIN.
https://bugs.launchpad.net/bugs/702325

Title:
  Empty Matrix causes seg. fault when size is called

Status in DOLFIN:
  New

Bug description:

  A = Matrix()
  A.size(0) 

  causes seg. fault.

  (version is 0.9.8)





Follow ups

References