Skip to Content.
Sympa Menu

charm - [charm] Question about POSE

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] Question about POSE


Chronological Thread 
  • From: Xuehan Xu <xxhdx1985126 AT gmail.com>
  • To: charm AT cs.uiuc.edu, Ryan Mokos <ryan.mokos AT gmail.com>
  • Subject: [charm] Question about POSE
  • Date: Sat, 25 Jun 2011 21:34:49 +0800
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

Dear sir:
        I modified the source code of BigNetSim to do some new simulation. But I got a segmentation fault. I run the BigNetSim like this:

        ../tmp/charmrun +p1 ../tmp/bigemulator 1 0 ++remote-shell ssh

        I debugged the program, it seems that the segmentation fault occurs when the deconstructor of class Event attempt to "delete msg", which is the line 19 in event.C.

        What kind of error can this indicate in my modification?

        And does pose have any debugging facility? I'm asking this because the debugger I'm using now debugs the whole converse program, which often shows a error within the pose code and can not point out what's wrong in my own code directly.

        Please help me. Thank you very much:-)



Archive powered by MHonArc 2.6.16.

Top of Page