ARudik / feelpp

Automatically exported from code.google.com/p/feelpp
0 stars 0 forks source link

feelpp_doc_LShape segfaults #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Debian/sid system 
2. execute feelpp_doc_LShape with no options

What is the expected output? What do you see instead?
expected output execution without segfault

Execute LShape<2>
Check failed in file /usr/include/boost/numeric/ublas/storage.hpp at line 195:
i < size_
terminate called after throwing an instance of 
'boost::numeric::ublas::bad_index'
  what():  bad index
*** Aborted at 1354434934 (unix time) try "date -d @1354434934" if you are 
using GNU date ***
PC: @     0x7f7b3f52d475 (unknown)
*** SIGABRT (@0x3e80000423b) received by PID 16955 (TID 0x7f7b27503800) from 
PID 16955; stack trace: ***
    @     0x7f7b43493030 (unknown)
    @     0x7f7b3f52d475 (unknown)
    @     0x7f7b3f5306f0 (unknown)
    @     0x7f7b4448f89d (unknown)
    @     0x7f7b4448d996 (unknown)
    @     0x7f7b4448d9c3 (unknown)
    @     0x7f7b4448dbee (unknown)
    @           0xdb4925 boost::numeric::ublas::bad_index::raise()
    @          0x109c6cb Feel::ExporterEnsight<>::saveNodal<>()
    @          0x109caf2 Feel::ExporterEnsight<>::_F_writeVariableFiles()
    @          0x10bda60 Feel::ExporterEnsight<>::save()
    @          0x1082e79 LShape<>::run()
    @           0xdc63f9 LShape<>::run()
    @     0x7f7b4fd7c1f7 Feel::Application::run()
    @           0xdabb80 main
    @     0x7f7b3f519ead (unknown)
    @           0xdab8f9 (unknown)
Aborted

it crashes in ExporterEnsight ::saveNodal() which probably means that the field 
to be visualized has 0 size

Original issue reported on code.google.com by christop...@feelpp.org on 2 Dec 2012 at 9:47

GoogleCodeExporter commented 9 years ago
Which version on gmsh are you using? 

Original comment by christro...@googlemail.com on 2 Dec 2012 at 10:19

GoogleCodeExporter commented 9 years ago
The one in Debian/sid

gmsh --version
2.6.1

Original comment by christop...@feelpp.org on 2 Dec 2012 at 11:27

GoogleCodeExporter commented 9 years ago

Original comment by christop...@feelpp.org on 7 Dec 2012 at 8:21