Re: non-existent external symbols

2012-03-27 Thread Alexander Burger
Hi Mansur, > Is it normal, that 64bit pil shows such errors (I didn't try it with 32bit): > > : (isa '+Bin '{73}) > -> {73} > : (isa '+Bin '{7}) > -> NIL This is all right, if '{73}' inherits from '+Bin' while '{7}' doesn't. > : (isa '+Bin '{11}) # deliberately trying non-existent external

non-existent external symbols

2012-03-26 Thread Mansur Mamkin
Hi All! Is it normal, that 64bit pil shows such errors (I didn't try it with 32bit): : (isa '+Bin '{73}) -> {73} : (isa '+Bin '{7}) -> NIL : (isa '+Bin '{11}) # deliberately trying non-existent external symbol DB read: Invalid argument : (ext? '{11}) 23799 SIG-11 Best regards, Mansur