Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyPlugins not always unloaded #1446

Open
AndrewFasano opened this issue Feb 18, 2024 · 1 comment
Open

PyPlugins not always unloaded #1446

AndrewFasano opened this issue Feb 18, 2024 · 1 comment

Comments

@AndrewFasano
Copy link
Member

AndrewFasano commented Feb 18, 2024

After #1440 we need to ensure pyplugins are unloaded on shutdown - adding this to any loaded pypanda script seems to make it work, but I haven't figure out how to get it into the core of pypanda.

    @panda.cb_pre_shutdown
    def pre_shutdown():
        '''
        Ensure pyplugins nicely clean up. Working around some panda bug
        '''
        panda.pyplugins.unload_all()
@Kingsdom005
Copy link

When I run the command "/home/user0/Desktop/PANDA/panda3/panda/build/i386-softmmu/panda-system-i386 -m 8192 -replay test -panda osi -os windows-32-7sp1 -panda win7x86intro -panda osi_test",things go wrong with message "PANDA[win7x86intro]:Failed to resolve path for plugin.",so how to change the command to deal with this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants