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

problem with gmsh ?



Hello

gmsh crashes on my debian boxes

here is the backtrace

gdb gmsh
GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/gmsh...(no debugging symbols found)...done.
(gdb) r
Starting program: /usr/bin/gmsh
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

Program received signal SIGILL, Illegal instruction.
0x00007ffff0ef9166 in atl_f77wrap_dnrm2_ () from /usr/lib/libblas.so.3gf
(gdb) bt
#0  0x00007ffff0ef9166 in atl_f77wrap_dnrm2_ () from /usr/lib/libblas.so.3gf
#1  0x00007ffff13218d4 in dnrm2_ () from /usr/lib/libblas.so.3gf
#2  0x00007ffff191a3d8 in dlarfg_ () from /usr/lib/liblapack.so.3gf
#3  0x00007ffff183777e in dgeqr2_ () from /usr/lib/liblapack.so.3gf
#4  0x00007ffff1837f98 in dgeqrf_ () from /usr/lib/liblapack.so.3gf
#5  0x00007ffff1849dc0 in dgesvd_ () from /usr/lib/liblapack.so.3gf
#6  0x00005555557e96bb in fullMatrix<double>::svd(fullMatrix<double>&,
fullVector<double>&) ()
#7  0x000055555585fa7c in GFace::computeMeanPlane(std::vector<SPoint3,
std::allocator<SPoint3> > const&) ()
#8  0x0000555555861a15 in GFace::computeMeanPlane() ()
#9  0x00005555558a119d in gmshFace::gmshFace(GModel*, Surface*) ()
#10 0x00005555558ec148 in GModel::importGEOInternals() ()
#11 0x00005555558ecf07 in GModel::readGEO(std::string const&) ()
#12 0x00005555557d11d1 in MergeFile(std::string, bool) ()
#13 0x00005555557d12e9 in OpenProject(std::string) ()
#14 0x0000555555791b75 in GmshFLTK(int, char**) ()
#15 0x0000555555787d5d in main ()


any ideas why is that ?

Best regards
C.


Reply to: