octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

crash in mshm_refine


From: c.
Subject: crash in mshm_refine
Date: Sat, 6 Jul 2013 09:48:11 +0200

Hi Marco,

try the following:

  msh = msh3m_structured_mesh (1:80,1:80,1:80,1,1:6);
  msh = mshm_refine (msh, 1);

on my system this crashes Octave.

Even though this problem could actually be too large to handle,
the crash should not happen, I think you should check the validity
of your pointers before writing the output mesh.

c.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]