Re: process inferior-lisp core dumped!

2009-01-05 Thread wubbie
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

Re: process inferior-lisp core dumped!

2009-01-05 Thread Randall R Schulz
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

process inferior-lisp core dumped!

2009-01-05 Thread wubbie
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