pymoose gets SIGSEGV at reset
Created by: subhacom
This happens only when a Compartment instance has been created. The SIGSEGV occurs at Compartment::initReinitFunc(const Conn& c, ProcInfo p) - when c.data()->innerInitReinitFunc is called. c.targetElement()->name() gives the correct name of the compartment, but it is not clear why the call to innerInitReinitFunc is causing segmentation fault although c.data() is non-null. innerInitReinitFunc is an empty function.
Reported by: subhacom