abort when loading I18N & TCP after file test

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

abort when loading I18N & TCP after file test

S11001001
This happened somewhere between patch-531 (exclusive) and patch-539:

GNU Smalltalk ready

st> (File isReadable: 'Namespaces.st')!
st> PackageLoader fileInPackages: #('I18N' 'TCP')!
Loading package Iconv
Loading package I18N
Loading package TCP
stdin:2: Aborted
(ip 28)<bottom>

Process gst aborted

*All* of the above elements are needed to reproduce.  There must first
be an expression like my isReadable send (pick a file you have locally),
and when either I18N or TCP is loaded, and you load the other, it
aborts.

--
;;; Stephen Compall ** http://scompall.nocandysw.com/blog **
"Peta" is Greek for fifth; a petabyte is 10 to the fifth power, as
well as fifth in line after kilo, mega, giga, and tera.
  -- Lee Gomes, performing every Wednesday in his tech column
     "Portals" on page B1 of The Wall Street Journal

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

signature.asc (196 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: abort when loading I18N & TCP after file test

Paolo Bonzini

> *All* of the above elements are needed to reproduce.  There must first
> be an expression like my isReadable send (pick a file you have locally),
> and when either I18N or TCP is loaded, and you load the other, it
> aborts.

Looks like a finalization bug.  Tedious to locate but easy to fix,
usually...

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk