undefined symbol: shutdownModule

Martin Kuball MartinKuball at web.de
Tue Jun 22 20:30:09 UTC 2004


But what module is "136266512"? Some time ago I saw a similar message 
with a real module name which I could identify in the sources. But 
there is no module named "136266512".
Besides that I got the impression that the image is not saved after 
this error.

Martin

Am Monday 21 June 2004 23:23 schrieb Ned Konz:
> On Monday 21 June 2004 1:13 pm, Martin Kuball wrote:
> > When exiting squeak I get the following message:
> >
> > ioFindExternalFunctionIn(shutdownModule, 136266512):
> >   /usr/bin/squeak: undefined symbol: shutdownModule
> >
> > How can I find out what module is in question here?
>
> It's not really a problem; you need to get a newer VM (you're using
> the Unix VM, right?).
>
> It is OK for a module not to have shutdownModule() defined. Right
> now there is a test in the code for suppressing this complaint on
> several optional plugin methods:
>
>       && strcmp(lookupName, "initialiseModule")
>       && strcmp(lookupName, "shutdownModule")
>       && strcmp(lookupName, "setInterpreter")
>       && strcmp(lookupName, "getModuleName"))



More information about the Squeak-dev mailing list