Segmentation violation error

Anything that doesn't fit elsewhere.
Post Reply
shyam_u2
Posts: 77
Joined: Sun Feb 20, 2011 7:15 pm

Segmentation violation error

Post by shyam_u2 »

Hello,

I am trying to run my single cell multi-compartmental model. The problem is, when I change the temperature of my model (even by 1 degree either by increasing or decreasing ) I get this strange segmentation violation error.

Code: Select all

/Applications/NEURON-7.3/nrn/x86_64/bin/nrniv: Segmentation violation
 in test.hoc near line 60
 run()
      ^
        fadvance()
      advance()
    step()
  continuerun(1000)
and others 
Any help would be greatly appreciated. Thanks in advance.
ted
Site Admin
Posts: 6289
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Re: Segmentation violation error

Post by ted »

Runtime errors are very nonspecific as to the underlying cause. What version of NEURON are you using (first line printed by NEURON when you launch nrngui or nrniv), and under what OS--OS X, MSWin, or Linux? Can you zip up just the files necessary to reproduce the error, and email them to me
ted dot carnevale at yale dot edu
?
Be sure to follow the instructions in
What to include in a zip file, and what to leave out
viewtopic.php?f=28&t=560
Post Reply