Ok, I'll do it.
Thanks
Sun
On Jan 5, 6:36 pm, Randall R Schulz wrote:
> On Monday 05 January 2009 15:30, wubbie wrote:
>
>
>
> > Hi,
>
> > I got core dump while running
>
> > ...
>
> > user=> #
> > # An unexpected error has been detected by Java Runtime Environment:
> > #
> > # SIGSEGV (0xb) a
On Monday 05 January 2009 15:30, wubbie wrote:
> Hi,
>
> I got core dump while running
>
> ...
>
> user=> #
> # An unexpected error has been detected by Java Runtime Environment:
> #
> # SIGSEGV (0xb) at pc=0x064f7e68, pid=6500, tid=2893822864
> #
> # ...
>
> Process inferior-lisp aborted (core d
Hi,
I got core dump while running
It's on linux(ubuntu):
user=> (if true (str "true!") (str "false!")
)
"true!"
user=> (if false (str "true!") (str "false!"))
"false!"
user=> #
# An unexpected error has been detected by Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x064f7e68, pid=6500, ti