You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
failure to read/load smb mesh kills test_residual_error_estimate
gdb --args ./residualErrorEstimation_test "/space/cwsmith/pumiTestRhel9Sim/core/pumi-meshes//electromagnetic/fichera.x_t" "/space/cwsmith/pumiTestRhel9Sim/core
/pumi-meshes//electromagnetic/fichera_1k.smb"
Thread 1 "render" received signal SIGABRT, Aborted.
0x00007fffecaa154c in __pthread_kill_implementation () from /lib64/libc.so.6
Missing separate debuginfos, use: dnf debuginfo-install glibc-2.34-60.el9.x86_64
(ins)(gdb) where
#0 0x00007fffecaa154c in __pthread_kill_implementation () from /lib64/libc.so.6
#1 0x00007fffeca54d46 in raise () from /lib64/libc.so.6
#2 0x00007fffeca287f3 in abort () from /lib64/libc.so.6
#3 0x00007ffff7535773 in PCU_Assert_Fail (msg=0x7fffffff2c60 "m->model[type_mds][j] failed at /space/cwsmith/pumiTestRhel9Sim/core/mds/mds_smb.c + 249 \n") at /space/cwsmith/pumiTestRhel9Sim/core/pcu/pcu_util.c:16
#4 0x00007fffedd74141 in read_class (f=0x76d480, m=0x86e0c0) at /space/cwsmith/pumiTestRhel9Sim/core/mds/mds_smb.c:249
#5 0x00007fffedd7553a in read_smb (model=0x863880, filename=0x870420 "/space/cwsmith/pumiTestRhel9Sim/core/pumi-meshes//electromagnetic//fichera_1k0.smb", zip=0, ignore_peers=0, apf_mesh=0x86f420)
at /space/cwsmith/pumiTestRhel9Sim/core/mds/mds_smb.c:594
#6 0x00007fffedd75cd4 in mds_read_smb (model=0x863880, pathname=0x7fffffff458e "/space/cwsmith/pumiTestRhel9Sim/core/pumi-meshes//electromagnetic//fichera_1k.smb", ignore_peers=0, apf_mesh=0x86f420)
at /space/cwsmith/pumiTestRhel9Sim/core/mds/mds_smb.c:739
#7 0x00007fffedd7a03c in apf::MeshMDS::MeshMDS (this=0x86f420, m=0x863880, pathname=0x7fffffff458e "/space/cwsmith/pumiTestRhel9Sim/core/pumi-meshes//electromagnetic//fichera_1k.smb") at /space/cwsmith/pumiTestRhel9Sim/core/mds/apfMDS.cc:201
#8 0x00007fffedd777dd in apf::loadMdsMesh (model=0x863880, meshfile=0x7fffffff458e "/space/cwsmith/pumiTestRhel9Sim/core/pumi-meshes//electromagnetic//fichera_1k.smb") at /space/cwsmith/pumiTestRhel9Sim/core/mds/apfMDS.cc:933
#9 0x00007fffedd77950 in apf::loadMdsMesh (modelfile=0x7fffffff453f "/space/cwsmith/pumiTestRhel9Sim/core/pumi-meshes//electromagnetic//fichera.x_t",
meshfile=0x7fffffff458e "/space/cwsmith/pumiTestRhel9Sim/core/pumi-meshes//electromagnetic//fichera_1k.smb") at /space/cwsmith/pumiTestRhel9Sim/core/mds/apfMDS.cc:953
#10 0x0000000000402409 in main (argc=4, argv=0x7fffffff3fe8) at /space/cwsmith/pumiTestRhel9Sim/core/test/render.cc:43
(ins)(gdb)
The text was updated successfully, but these errors were encountered:
environment
cmake configure command
ctest failures - the
parallel_meshgen_*
failures were observed with a similar build on a rhel7 system, all other tests passfailure to read/load smb mesh kills
test_residual_error_estimate
The text was updated successfully, but these errors were encountered: