Discussion:
[clisp-list] handle_fault error2, how to find what is causing it?
Jean Louis
2017-04-10 16:58:55 UTC
Permalink
I have a program which I daily use, it is website revision system and
customer relationship management in CLISP.

Now, it was just working. No problems.

Today, no problems, and no day before.

Suddenly I am getting errors:

*** - handle_fault error2 ! address = 0xcccedd220 not in [0x334eda000,0x335768040) !
SIGSEGV cannot be cured. Fault address = 0xcccedd220.
GC count: 155
Space collected by GC: 182617312
Run time: 4 312000
Real time: 5 98167
GC time: 0 880000
Permanently allocated: 165312 bytes.
Currently in use: 14306760 bytes.
Free space: 3292664 bytes.
Segmentation fault

where the fault address is changing.

I can see from dmesg:
[ 1566.837844] lisp.run[1046]: segfault at cccbec220 ip 000000000042371d sp 00007ffd3c6fa9f0 error 6 in lisp.run[400000+205000]
[ 1922.595452] lisp.run[1147]: segfault at ccd02ec50 ip 000000000042371d sp 00007ffc5e63df60 error 6 in lisp.run[400000+205000]
[ 2047.150173] lisp.run[1179]: segfault at cccedd220 ip 000000000042371d sp 00007fffbc9eaf90 error 6 in lisp.run[400000+205000]

Can it be my computer is not good?

Or if not computer, how do I search for error?

Jean

Continue reading on narkive:
Loading...