Search found 1 match
- Thu May 06, 2010 10:38 am
- Forum: NEURON + Python
- Topic: Segfault when running serval simulations in a row
- Replies: 1
- Views: 2374
Segfault when running serval simulations in a row
Hello I've written a python function to simulate the effect of extracellular stimulation on an axon. If i call the function once, there's no problem. But if i call it again it fails with a segmentation fault and no other message. I tried to use Python debugger but i didn't get more info. All i could...