What might the following error message signify?
oc: Invalid argument
errno=22 during call to mechanism pas
nrniv: errno set during calculation of currents near line ...
errno=22?
-
- Site Admin
- Posts: 6394
- Joined: Wed May 18, 2005 4:50 pm
- Location: Yale University School of Medicine
- Contact:
Not much, but you already knew that. It's a runtime error, so at least
it points you to the vicinity of the statement that caused the problem.
To get any more specific, I'd have to see the code that caused it.
Best would be a minimal collection of code that reproduces the
problem. If it fits in about 20 lines, and isn't "proprietary," you could
paste it into the body body of one of these postings; otherwise, just
email it to me directly (ted.carnevale@yale.edu). Please try to keep
the amount of code as small as possible, yet still capable of reproducing
the error message.
it points you to the vicinity of the statement that caused the problem.
To get any more specific, I'd have to see the code that caused it.
Best would be a minimal collection of code that reproduces the
problem. If it fits in about 20 lines, and isn't "proprietary," you could
paste it into the body body of one of these postings; otherwise, just
email it to me directly (ted.carnevale@yale.edu). Please try to keep
the amount of code as small as possible, yet still capable of reproducing
the error message.