[Insight-developers] RE:

Lorensen, William E (CRD) lorensen@crd.ge.com
Wed, 27 Mar 2002 09:15:03 -0500


For example,
 
vnlTests test_complex_eigensystem

kulu:lorensen> dbx  vnlTests 
dbx version 7.3 MR 55458_Apr30_MR Apr 30 1999 13:44:41
Executable /home/lorensen/Insight-irix65/Testing/Code/Numerics/vxl/vnl/tests/vnlTests
(dbx) run test_complex_eigensystem
Process 2635823 (vnlTests) started
-----------------------------------------------------------------------------
Start Testing test_complex_eigensystem:
-----------------------------------------------------------------------------
Process 2635823 (vnlTests) stopped on signal SIGBUS: Bus error (default) at [s_cat:32
+0x4,0x10283150]
  32  ftnlen n = *np;
(dbx) where
>  0 s_cat(0xffffffa328, 0xffffffa318, 0xffffffa310, 0x10564dbc, 0x2, 0x2e0b40, 0x1, 0x10563eaa)
["/home/lorensen/Insight/Code/Numerics/vxl/v3p/netlib/s_cat.c":32, 0x10283150]
   1 zhseqr_(0x10563eaa, 0x10563e68, 0xffffffa678, 0x10560770, 0x10560764, 0x10598c60, 0xffffffa678,
0x10598720) ["/home/lorensen/Insight/Code/Numerics/vxl/v3p/netlib/zhseqr.c":337, 0x102258dc]
   2 zgeev_(0x10563e40, 0x10563e40, 0xffffffa678, 0x10598c60, 0xffffffa678, 0x10598720, 0x10598760,
0xffffffa678) ["/home/lorensen/Insight/Code/Numerics/vxl/v3p/netlib/zgeev.c":357, 0x1020b7f4]
   3 vnl_complex_eigensystem::compute(const vnl_matrix<std::complex<double>
>&,bool,bool)(0xffffffa9a0, 0xffffffa980, 0x1, 0x1, 0xffffffa67c, 0x2e0b40, 0x1, 0xffffffa650)
["/home/lorensen/Insight/Code/Numerics/vxl/vnl/algo/vnl_complex_eigensystem.cxx":47, 0x10203654]
   4 vnl_complex_eigensystem::vnl_complex_eigensystem(const vnl_matrix<std::complex<double>
>&,bool,bool)(0xffffffa9a0, 0x10564dbc, 0x1, 0x1, 0x2, 0x2e0b40, 0x1, 0x10563eaa)
["/home/lorensen/Insight/Code/Numerics/vxl/vnl/algo/vnl_complex_eigensystem.cxx":97, 0x102033e8]
   5 ::test_complex_eigensystem(void)(0xffffffa328, 0x10564dbc, 0xffffffa310, 0x10564dbc, 0x2,
0x2e0b40, 0x1, 0x10563eaa)
["/home/lorensen/Insight/Testing/Code/Numerics/vxl/vnl/tests/test_complex_eigensystem.cxx":36,
0x101337dc]
   6 ::test_complex_eigensystem(int,char**)(0xffffffa328, 0x10564dbc, 0xffffffa310, 0x10564dbc, 0x2,
0x2e0b40, 0x1, 0x10563eaa)
["/home/lorensen/Insight/Testing/Code/Numerics/vxl/vnl/tests/test_complex_eigensystem.cxx":64,
0x101345fc]
   7 ::main(0x2, 0xffffffad88, 0xfbdd418, 0x10564dbc, 0xfbdd418, 0xfbdd418, 0x1, 0x10563eaa)
["/home/lorensen/Insight/Code/Common/itkTestMain.h":100, 0x10085b58]
   8 __start() ["/xlv55/kudzu-apr12/work/irix/lib/libc/libc_64_M4/csu/crt1text.s":177, 0x100850a8]
(dbx) 


-----Original Message-----
From: Bill Hoffman [mailto:bill.hoffman@kitware.com]
Sent: Wednesday, March 27, 2002 9:07 AM
To: Lorensen, William E (CRD)
Cc: Insight Developers
Subject: Re: 



Which tests?  Have you run it in a debugger?

For : kulu.crd
Build Name: IRIX64-6.5-CC-n32

All the vnl tests seem to have passed last night.

I guess it could be some problem with the stl map on the SGI, we are
using a non-standard stl implementation on the SGI.


-Bill



At 08:59 AM 3/27/2002 -0500, Lorensen, William E (CRD) wrote:


Bill,
I am having a strange problem with my 64 bit SGI build. Also, the same problem happens on a few tests
in the nightly build.

The problem is in the vnl tests. They crash after printing a start message. I still have the old
pre-test-harness executables and they pass.

Any ideas?

Bill