Interrupting the Interpreter -> Segmentation Violation

Jan Burse <[email protected]> Fri, 02 Mar 2012 19:00:21 +0100
Newsgroups gmane.comp.gnu.prolog.bugs
Message-ID <[email protected]>
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