Skip to Content.
Sympa Menu

charm - Re: [charm] backtraces

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] backtraces


Chronological Thread 
  • From: Nicolas Bock <nicolasbock AT gmail.com>
  • To: "charm AT cs.uiuc.edu" <charm AT cs.uiuc.edu>
  • Subject: Re: [charm] backtraces
  • Date: Mon, 29 Jul 2013 13:41:10 -0600
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm/>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

It turns out that this particular problem was caused by a missing "extern module ...;" statement in one of the interface files. As a feature request: it would be great if the compiler caught omissions like these.

Thanks,

nick


On Mon, Jul 29, 2013 at 12:13 PM, Nicolas Bock <nicolasbock AT gmail.com> wrote:
Hi,

I keep getting segfaults deep inside the RTS. Unfortunately I haven't found a good way yet to connect the backtraces to my code, since the callstack doesn't actually involve anything from my code. Is there a recommended technique to debug these kinds of situations?

Thanks,

nick





Archive powered by MHonArc 2.6.16.

Top of Page