* Jonathon McKitrick [2006-10-23 21:01+0200] writes:
: I assumed that find-definitions-for-emacs crashes. Perhaps you have : to qualify the name: (find-definitions-for-emacs "ajax::delete-user"). : If find-definitions-for-emacs actually returns nil, you can try to set : swank:*log-events*. But I would be surprised if the bug is in some : other place.
I get the same result. In the log, the last item is the call to find-definitions-for-emacs, then the 'heap exhausted' message.
I think the bug is somewhere near swank-backend:find-definitions. Can you trace all functions in the swank-backend and sb-introspect packages to see which function doesn't return normally?
Helmut.