Skip to Content.
Sympa Menu

charm - Re: [charm] ampirun error

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] ampirun error


Chronological Thread 
  • From: <alberto.ortiz09 AT gmail.com>
  • To: alberto.ortiz09 AT gmail.com,charm AT lists.cs.illinois.edu
  • Subject: Re: [charm] ampirun error
  • Date: Wed, 11 Jan 2017 09:28:03 -0600

When running "where" on gdb the outcome is what follows:

(gdb) where
#0 0x00007ffff71a2428 in __GI_raise (sig=sig@entry=6)
at ../sysdeps/unix/sysv/linux/raise.c:54
#1 0x00007ffff71a402a in __GI_abort () at abort.c:89
#2 0x0000000000659868 in charmrun_abort (
s=0x695c58 "Assertion \"getMsgtype() == ForArrayEltMsg || getMsgtype() ==
ArrayEltInitMsg\" failed in file envelope.h line 477.") at machine.c:999
#3 0x00000000006591bc in LrtsAbort (
message=0x695c58 "Assertion \"getMsgtype() == ForArrayEltMsg ||
getMsgtype() == ArrayEltInitMsg\" failed in file envelope.h line 477.") at
machine.c:541
#4 0x0000000000658c87 in CmiAbortHelper (source=0x6abcf1 "Called CmiAbort",
message=0x695c58 "Assertion \"getMsgtype() == ForArrayEltMsg ||
getMsgtype() == ArrayEltInitMsg\" failed in file envelope.h line 477.",
suggestion=0x0,
tellDebugger=1, framesToSkip=0) at machine-common-core.c:1448
#5 0x0000000000658cb7 in CmiAbort (
message=0x695c58 "Assertion \"getMsgtype() == ForArrayEltMsg ||
getMsgtype() == ArrayEltInitMsg\" failed in file envelope.h line 477.")
at machine-common-core.c:1452
#6 0x0000000000662cf9 in __cmi_assert (
errmsg=0x695c58 "Assertion \"getMsgtype() == ForArrayEltMsg ||
getMsgtype() == ArrayEltInitMsg\" failed in file envelope.h line 477.") at
convcore.c:3852
#7 0x0000000000599b02 in envelope::getsetArrayIndex (this=0xac9020)
at envelope.h:477
#8 0x00000000005bf439 in CkArray::prepareCtorMsg (this=0xac8b90, m=0xac9080,
---Type <return> to continue, or q <return> to quit---return
onPe=@0x4400ff464: 0, idx=...) at ckarray.C:1053
#9 0x00000000005bfd91 in CkArray::insertInitial (this=0xac8b90, idx=...,
ctorMsg=0xac9080, local=1) at ckarray.C:1189
#10 0x00000000005a32d0 in CkArrayMap::populateInitial (this=0xac62f0,
arrayHdl=0, options=..., ctorMsg=0xac8ec0, mgr=0xac8da8)
at cklocation.C:259
#11 0x00000000005c6a6a in CkLocMgr::populateInitial (this=0xac6410,
options=..., initMsg=0xac8ec0, mgr=0xac8da8) at cklocation.h:304
#12 0x00000000005bef3a in CkArray::CkArray (this=0xac8b90, opts=...,
initMsg=..., nodereductionID=...) at ckarray.C:957
#13 0x00000000005c249d in CkIndex_CkArray::_call_CkArray_marshall1 (
impl_msg=0xac6b50, impl_obj_void=0xac8b90) at CkArray.def.h:391
#14 0x00000000005874bf in CkDeliverMessageFree (epIdx=66, msg=0xac6b50,
obj=0xac8b90) at ck.C:593
#15 0x0000000000587607 in _invokeEntryNoTrace (epIdx=66, env=0xac6af0,
obj=0xac8b90) at ck.C:637
#16 0x0000000000587d57 in CkCreateLocalGroup (groupID=..., epIdx=66,
env=0xac6af0) at ck.C:733
#17 0x000000000058810b in _createGroup (groupID=..., env=0xac6af0) at ck.C:821
#18 0x000000000058830e in _groupCreate (env=0xac6af0) at ck.C:857
#19 0x0000000000588500 in CkCreateGroup (cIdx=26, eIdx=66, msg=0xac6b50)
at ck.C:903
#20 0x00000000005c211e in CProxy_CkArray::ckNew (opts=..., ctorMsg=...,
---Type <return> to continue, or q <return> to quit---return
nodereductionProxy=..., impl_e_opts=0x4400ffaa0) at CkArray.def.h:334
#21 0x00000000005bdff8 in CkCreateArray (m=0xac62b0, ctor=153, opts=...)
at ckarray.C:745
#22 0x00000000005be0cf in CProxy_ArrayBase::ckCreateArray (m=0xac62b0,
ctor=153, opts=...) at ckarray.C:753
#23 0x0000000000546581 in CProxy_ampiParent::ckNew(int, CProxy_TCharm const&,
CkArrayOptions const&, CkEntryOptions const*) ()
#24 0x000000000054f973 in ampiInit(char**) [clone .isra.170] ()
#25 0x00000000005502f0 in AMPI_Init ()
#26 0x0000000000520d88 in AMPI_Main ()
#27 0x000000000052a1aa in AMPI_Fallback_Main ()
#28 0x000000000052b7da in AMPI_threadstart ()
#29 0x000000000052141e in startTCharmThread (msg=0xac70c0) at tcharm.C:162
#30 0x0000000000656530 in CthStartThread (fn1=0, fn2=5379051, arg1=0,
arg2=11301056) at libthreads-default.c:1690
#31 0x00007ffff71b75d0 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#32 0x0000000000000000 in ?? ()
(gdb) continue
Continuing.

Program terminated with signal SIGABRT, Aborted.
The program no longer exists.



Archive powered by MHonArc 2.6.19.

Top of Page