hamers / mse

Multiple Stellar Evolution -- A Population Synthesis Code for Multiple-Star Systems
GNU General Public License v3.0
9 stars 4 forks source link

Segmentation fault #4 #31

Closed pavanvyn closed 3 years ago

pavanvyn commented 3 years ago

Version 3b62ed75ca76186fa4161d0949fa6bee35613140

configuration = "[2,2]"
N_bodies = 4
masses = [17.70951475073602, 1.4958771186273825, 12.296863337016326, 9.762121983758005]
metallicities = [0.01271026805068375, 0.01271026805068375, 0.01271026805068375, 0.01271026805068375]
semimajor_axes = [1.2526386291001999, 0.7567784142837688, 10.648335006122476]
eccentricities = [0.0899656679182423, 0.4019667882222402, 0.30648264211183285]
inclinations = [1.9375972000564443, 2.8475517094939904, 1.7992830237120063]
arguments_of_pericentre = [0.41898377406774956, 0.21106201244258357, 6.240703876311492]
longitudes_of_ascending_node = [2.8247485391533376, 0.44179318199817735, 1.700820500240725]
tend = 1.400000E+10
N_steps = 1000
stellar_types = [1, 1, 1, 1]
object_types = [1, 1, 1, 1]

Error : Segmentation fault (core dumped)

hamers commented 3 years ago

In this system, the inner binary underwent CE while the tertiary was overflowing mass onto it, leading to the segfault. Should be fixed in 7ec7a30.