Opened 15 years ago
Last modified 15 years ago
#203 closed defect
WHIZARD crashes upon finalization if compile is executed twice. — at Initial Version
Reported by: | kilian | Owned by: | kilian |
---|---|---|---|
Priority: | P3 | Milestone: | v2.0.1 |
Component: | core | Version: | 2.0.0rc3 |
Severity: | normal | Keywords: | |
Cc: |
Description
If there is a second (explicit or implicit) compile commmand because the process library is first loaded and later extended and loaded again, the program crashes when a process finalizer is called.
This occurs only at the very end, and the finalizers are no-ops anyway (currently), so we may as well remove them. But it indicates a problem with the dlopen mechanism.
Note: See
TracTickets for help on using
tickets.