You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That the serialization mechanism is not transparent and for each individual external pointer serialization one has to explicitly add refhook. The expternal point, when deserialized shall be NULL and thus not really working anyway.
By not serializing it, we can gain some time sicne the trace will fail sooner in the chain.
Another posibility is to modify the source and keep the expressions that created the external pointers and reproduce code.
The text was updated successfully, but these errors were encountered:
That the serialization mechanism is not transparent and for each individual external pointer serialization one has to explicitly add refhook. The expternal point, when deserialized shall be NULL and thus not really working anyway.
By not serializing it, we can gain some time sicne the trace will fail sooner in the chain.
Another posibility is to modify the source and keep the expressions that created the external pointers and reproduce code.
The text was updated successfully, but these errors were encountered: