Very occasionally, there are circumstances where it is not possible to generate a bug report form from the running Lisp which has the bug. For example, a delivered image may lack the debugger, or the bug may cause lisp to crash completely. In such circumstances:
init.lisp
which loads your code that leads to the crash.
init.lisp
as the initialization file and with output redirected to a file. For example, on Mac OS X:
% "/Applications/LispWorks 6.0/LispWorks.app/Contents/MacOS/lispworks-6-0-0-macos-universal" -init init.lisp > lw.out
where
%
denotes a Unix shell prompt.
C:\> "Program Files\LispWorks\lispworks-6-0-0-x86-win32.exe"
-init init.lisp > lw.out
where C:\>
denotes the prompt in a MS-DOS command window.
% /usr/bin/lispworks-6-0-0-x86-linux -init init.lisp > lw.out
where
%
denotes a Unix shell prompt.
On UNIX (SPARC in this example):
% /usr/lib/lispworks/lib/6-0-0-0/config/lispworks-
6-0-0
-sparc-solaris -init init.lisp > lw.out
lw.out
file to your report. In general it is not useful to edit the output of your Lisp image, so please send it as-is. Where output files are very large (> 2MB) and repetitive, the first and last 200 lines might be adequate.