Hi!

While working on a medium-sized project I wanted to recompile a
function I had changed using C-c c from within ILISP and ended up like
this:

  * ;;;Compiling defun passive-gamble-page
  In: DEFUN PASSIVE-GAMBLE-PAGE
    (WITH-BULI-SESSION
     (LET* (# # # # # ...)
       (WHEN GAMBLE-DESC #)
       (CL-WEB-TOOLKIT:NO-CACHE)
       (CL-WEB-TOOLKIT:HTML # #)))
  --> LET* 
  ==>
    (FLET ((INIT-COLOR #
             #)
           (SWITCH-COLOR #
             #)
           (USER-COLOR # ..)))
  Note: Deleting unused function
    SHOW-POINTS
  GC lossage.  No transport function for object 0x656a624f
  LDB monitor
  ldb> 

I was able to leave the LDB monitor with "exit" and everything seems
to work fine now (I'm writing this only some minutes after it
happened) but I have no idea what's happening here and wonder if this
is something I have to worry about.

I tried to reproduce this error but didn't succeed. I'm using 18e-pre,
built 2002-12-19 on melbourne. The application uses UncommonSQL and
had an open database connection to PostgreSQL, so FFI stuff was
involved if that's important.

Thanks,
Edi.

Reply via email to