[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Interrupting the Interpreter -> Segmentation Violation
From: |
Jan Burse |
Subject: |
Interrupting the Interpreter -> Segmentation Violation |
Date: |
Fri, 02 Mar 2012 19:00:21 +0100 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:10.0.2) Gecko/20120216 Firefox/10.0.2 SeaMonkey/2.7.2 |
Hi,
Was trying to break into the debugger for
the following code:
repeat, fail.
That is what happended on a Mac OS X:
GNU Prolog 1.4.0
By Daniel Diaz
Copyright (C) 1999-2011 Daniel Diaz
| ?- repeat, fail.
^C
Prolog interruption (h for help) ? t
The debugger will first creep -- showing everything (trace)
Fatal Error: Segmentation Violation
uncaught exception: error(existence_error(procedure,debugger_output/0),
Any idea what did go wrong?
Bye
- Interrupting the Interpreter -> Segmentation Violation,
Jan Burse <=