| Did you know ... | Search Documentation: |
| !creating |
Format: %O: Creating flag set This error is generated by object->_check
(normally invoked through checkpce/0).
It indicates that the object was allocated, but it's ->initialise
method has not (yet) returned. This may be the case if a fatal error was
trapped or a Prolog abort was generated during the execution of the ->initialise
method. The object should be expected to be in inconsistent state. In
most cases you can safely continue using the image though as the object
should normally not be referenced.
->_check