Micah Tseng
09/07/2022, 1:20 AM338
(if I’m reading this right) and I would like to know what went wrong. The simulation was running and then just killed itself (running it again and restarting xschem or the docker container I’m running the tools out of does not change the behavior). I’ve attached a screen shot of the error.
Please forgive me if this is the wrong channel for this message.
Alternatively, I’m wondering if the 338 is actually the process number.
Thanks!
EDIT: Ok, the number is the process number, not an error code. I’m still curious how/where to find logs to see why ngspice was killed?Stefan Schippers
09/07/2022, 8:14 AM/headless/.xschem/simulations
) and then run ngspice manually:
ngspice -i sar_adc_test.spice
I think the directory is read only. but this is just my guess.Stefan Schippers
09/07/2022, 8:15 AMSimulations->Configure simulators and tools
)Micah Tseng
09/07/2022, 1:46 PMMicah Tseng
09/07/2022, 1:50 PMMicah Tseng
09/07/2022, 10:42 PMStefan Schippers
09/07/2022, 11:51 PMulimit -a
Stefan Schippers
09/08/2022, 12:03 AMMicah Tseng
09/08/2022, 12:26 AMMicah Tseng
09/08/2022, 12:26 AMbash-4.4$ ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 7517
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 1048576
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) unlimited
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
Micah Tseng
09/08/2022, 12:26 AMMicah Tseng
09/08/2022, 1:34 AMMicah Tseng
09/08/2022, 1:35 AMStefan Schippers
09/08/2022, 11:06 AM