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
Until 4. is reached 2. displays X.so in info shared. But if 4. is reached in trace replay, reverse-continue to 2. does not return back X.so to loaded modules.
The workaround to this is restart from the start or replay dlopen() again. Saved checkpoints also restore correct modules list.
The text was updated successfully, but these errors were encountered:
Yes it is. When GDB observes the dlclose call it doesn't consider whethr execution is going forward or backward. @midenok it would be great if you can file a GDB bug about this.
In continuation of #3845.
For the trace of the following sequence:
Until 4. is reached 2. displays X.so in
info shared
. But if 4. is reached in trace replay, reverse-continue to 2. does not return back X.so to loaded modules.The workaround to this is restart from the start or replay dlopen() again. Saved checkpoints also restore correct modules list.
The text was updated successfully, but these errors were encountered: