If you name a file the same as a core file, and execute carp within the directory that defines it, you'll get errors because of dependency cycles. To reproduce:
mkdir carp-bug
cd carp-bug
touch array.carp
carp
the repl will spit out several errors about missing symbols.