You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Applying PrescribedFields to a simulation with AMcylindrical geometry crashes, due to faulty cloning logic in ElectroMagnFactory::create() and ElectroMagnFactory::clone()
Steps to reproduce the problem
Stack trace (most recent call last): #8 Object "[0xffffffffffffffff]", at 0xffffffffffffffff, in #7 Object "../../Smilei/smilei", at 0x5562ba5d0e49, in _start #6 Object "/lib/x86_64-linux-gnu/libc.so.6", at 0x7f5a68c4a7fc, in __libc_start_main #5 Object "../../Smilei/smilei", at 0x5562baee98c1, in main #4 Object "../../Smilei/smilei", at 0x5562baeee3d4, in PatchesFactory::createVector(VectorPatch&, Params&, SmileiMPI*, OpenPMDparams&, RadiationTables*, unsigned int, unsigned int) #3 Object "../../Smilei/smilei", at 0x5562bad98e67, in PatchesFactory::create(Params&, SmileiMPI*, DomainDecomposition*, unsigned int, unsigned int) #2 Object "../../Smilei/smilei", at 0x5562bae33c61, in PatchAM::PatchAM(Params&, SmileiMPI*, DomainDecomposition*, unsigned int, unsigned int) #1 Object "../../Smilei/smilei", at 0x5562badc0808, in Patch::finishCreation(Params&, SmileiMPI*, DomainDecomposition*)
#0 Object "../../Smilei/smilei", at 0x5562badf4e91, in ElectroMagnFactory::create(Params&, DomainDecomposition*, std::vector<Species*, std::allocator<Species*> >&, Patch*)
Segmentation fault (Address not mapped to object [(nil)])
Segmentation fault
Description
Applying PrescribedFields to a simulation with AMcylindrical geometry crashes, due to faulty cloning logic in ElectroMagnFactory::create() and ElectroMagnFactory::clone()
Steps to reproduce the problem
Stack trace (most recent call last):
#8 Object "[0xffffffffffffffff]", at 0xffffffffffffffff, in
#7 Object "../../Smilei/smilei", at 0x5562ba5d0e49, in _start
#6 Object "/lib/x86_64-linux-gnu/libc.so.6", at 0x7f5a68c4a7fc, in __libc_start_main
#5 Object "../../Smilei/smilei", at 0x5562baee98c1, in main
#4 Object "../../Smilei/smilei", at 0x5562baeee3d4, in PatchesFactory::createVector(VectorPatch&, Params&, SmileiMPI*, OpenPMDparams&, RadiationTables*, unsigned int, unsigned int)
#3 Object "../../Smilei/smilei", at 0x5562bad98e67, in PatchesFactory::create(Params&, SmileiMPI*, DomainDecomposition*, unsigned int, unsigned int)
#2 Object "../../Smilei/smilei", at 0x5562bae33c61, in PatchAM::PatchAM(Params&, SmileiMPI*, DomainDecomposition*, unsigned int, unsigned int)
#1 Object "../../Smilei/smilei", at 0x5562badc0808, in Patch::finishCreation(Params&, SmileiMPI*, DomainDecomposition*)
#0 Object "../../Smilei/smilei", at 0x5562badf4e91, in ElectroMagnFactory::create(Params&, DomainDecomposition*, std::vector<Species*, std::allocator<Species*> >&, Patch*)
Segmentation fault (Address not mapped to object [(nil)])
Segmentation fault
Parameters
Latest master (8877fbc)
benchmarks/tstAM_00_em_propagation.py with the line
added at the end.
The text was updated successfully, but these errors were encountered: