Errorrs...

Alan Grimes alangrimes at starpower.net
Wed Aug 6 22:37:13 UTC 2003


Here's a run of what little I could get of the latest CVS sources (the 
server is junk) made with freshly generated squeak sources from a newly 
updated immage. (Squeak's update facility works perfectly.)

The segfault was triggered as I was trying to save a project containing 
a bunch of erors as I tried to make an instance of Cube3D out of the 
parts bin. The error for that was "SQRT is invalid for x < 0 " or 
something like that...

Previously I have _ALWAYS_  for _ALL_ versions of squeak I've run, 
gotten an error similar to:   " Sin/Cos not valid for X > 1"

This error is not affected by building the sources with changes to the 
"double word order" setting.


atg at AlonzoGC:~/source/squeak/experamental> squeak
arg: squeak
looking for module vm-display-X11
ioFindExternalFunctionIn(display_X11, 1073831056):
  squeak: undefined symbol: display_X11
squeak: loaded plugin `/usr/local/lib/squeak/3.5-1devel/vm-display-X11.so'
displayModule 0x40200da0 vm-display-X11
vmName: squeak ->
viName: squeak.image
documentName: (null)
fstat(4) => 0
image size 13696216 + heap size 20971520 (useMmap = 1073741824)
saved window size is 1000 835
browser window 0
browserWindow 0
savedWindowSize 3e80343 (1000 835)
resize 1000 835
squeak: could not load plugin `MiscPrimitivePlugin'
squeak: could not load plugin `FilePlugin'
squeak: could not load plugin `SecurityPlugin'
squeak: could not load plugin `BitBltPlugin'
squeak: could not load plugin `LargeIntegers'
squeak: could not load plugin `B2DPlugin'
squeak: could not load plugin `FloatArrayPlugin'
squeak: could not load plugin `Squeak3D'
squeak: could not load plugin `SoundPlugin'
looking for module vm-sound-OSS
ioFindExternalFunctionIn(sound_OSS, 1073831056):
  squeak: undefined symbol: sound_OSS
squeak: loaded plugin `/usr/local/lib/squeak/3.5-1devel/vm-sound-OSS.so'
soundModule   0x4264cb80 vm-sound-OSS
squeak: could not load plugin `SoundGenerationPlugin'
squeak: could not load plugin `ZipPlugin'
Segmentation fault
atg at AlonzoGC:~/source/squeak/experamental>



More information about the Squeak-dev mailing list