Dear Forum,
I get a segmentation violation message when the stdp.mod mechanism is inserted into my model cell. I have slightly modified stdp.mod file compared to http://www.neuron.yale.edu/neuron/news/stdp.mod.
The message I get is:
/usr/local/nrn/i686/bin/nrniv: Segmentation violation in my_model.hoc near line ...
current_balance(v_init)
finitialize(-66)
Apparently, the problem is at the current-balance hoc file. Commenting finitialize() command the model cell runs but without current balance...
Another parameter adding to this fault could be FOR_NETCONS command at the NET_RECEIVE block of the stdp.mod.file.
I tried to use FInitializeHandler but I had no luck
Please let me know if you have any suggestions
Thanks in advance
Eleftheria
stdp.mod file and current balance
-
ted
- Site Admin
- Posts: 6398
- Joined: Wed May 18, 2005 4:50 pm
- Location: Yale University School of Medicine
- Contact:
To diagnose and fix the problem, it is first necessary to isolate the cause.
Start by reducing the anatomical and biophysical complexity of your model
to make it as simple as possible, yet still able to reproduce the error
message. In the process of simplification you may discover the cause for
yourself.
Start by reducing the anatomical and biophysical complexity of your model
to make it as simple as possible, yet still able to reproduce the error
message. In the process of simplification you may discover the cause for
yourself.