Hi. I'm running CMUCL on a debian linux box, using the debian cmucl package:
CMU Common Lisp release x86-linux 3.0.8 18c+ 31 December 2001 build 3030, running on oscar For support see http://www.cons.org/cmucl/support.html Send bug reports to the debian BTS. I'm trying to do profiling. I have the following call, which runs and produces the right result: * (setf r (score-ann-file "../smallOut" "../smallId" 500 500 pmf snhash)) Warning: Declaring R special. I try to profile get-model-framedists, which is one of the functions that gets called in the call to score-ann-file, but I get errors: * (profile:profile get-model-framedists) * (setf r (score-ann-file "../smallOut" "../smallId" 500 500 pmf snhash)) Type-error in KERNEL::OBJECT-NOT-TYPE-ERROR-HANDLER: 4145112608 is not of type (UNSIGNED-BYTE 29) Restarts: 0: [ABORT] Return to Top-Level. Any ideas how to fix this? I'd really like to use profiling. Cheers, rif
