Re: [Pharo-project] Another finalization concern: error handling
Oct. 11, 2010
3:20 p.m.
Arghhhhh
ObjectFinalizer>>finalize "Finalize the resource associated with the receiver. This message should only be sent during the finalization process. There is NO garantuee that the resource associated with the receiver hasn't been free'd before so take care that you don't run into trouble - this all may happen with interrupt priority." [self value] on: Error do:[:ex| ex return].
now, replace this implementation with just self value and you'll see what will happen.
Such behavior is completely unacceptable in terms of finding the bugs & problems in your code.
yes please fix.... arghhhh Stef
5772
Age (days ago)
5772
Last active (days ago)
0 comments
1 participants
participants (1)
-
Stéphane Ducasse