You should add m5.disableAllListeners() at the end of of your simulation python script for example at the end of fs.py or se.py but before Simulation.run(..
m5.disableAllListeners() root = Root(full_system = False, system = system) Simulation.run(options, root, system, FutureClass) On Wed, Mar 18, 2015 at 11:51 AM, Tod <[email protected]> wrote: > Hi, > > > I have been running multiple instances of Gem5 in parallel and facing the > problem of crashes of random one or two simulations out of tens. > > I have found a mention of a similar problem @: > > https://www.mail-archive.com/[email protected]/msg08270.html > > with the same error message as bellow: > > *panic: ListenSocket(listen): listen() failed!* > > The solution is also mentioned in the link. But I have some concerns as > following: > > > > 1) If I follow Ali, as he said, "If you add m5.disableAllListeners() to > the python script your problem will go away", then which 'python script' is > he referring to? > > *I added that to the end of my fs.py but, the problem is still there.* > > 2) There is a patch given in the same link, has that patch been shipped > and approved (I mean, is that tested, validated and verified)? > > > Best. > > Tod > > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
