This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Re: Code dump at the end of uninstall
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 15, 2022
01:39 AM
Code dump at the end of uninstall
Turning on the debug on Linux, I got the following:
SHUTDOWN REQUESTED
(X) commiting registry
REGISTRY ALREADY STORED!
(X) shutting down service manager
(X) cleaning up temporary directories
cleanUp()
calling cleanUpUNIX()
pure virtual method called
terminate called without an active exception
Abort (core dumped)
The last 3 lines are some C++ errors.
In my uninstall, the last action is to delete the uninstaller itself. But this has worked fine in the past few years, I don't know what's happening here.
Can anybody help with this?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 15, 2022
03:58 AM
Hi xin_zhao,
Can you let us know which version of InstallAnywhere you are using and the steps to replicate this?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 18, 2022
07:17 PM
I tried with IA2020, 2021, 2022, all of them got the same error at the end of uninstallation.