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

message at the end: __cxa_thread_call_dtors: dtr 0x8236724d0 from unloaded dso, skipping #57

Open
yurivict opened this issue Aug 28, 2022 · 1 comment

Comments

@yurivict
Copy link

Describe the bug
Every time daggy is run it prints messages like this.
The test program also prints them:

$ ./a.out 
13:39:47:724 | AppStat   |                 |                 | Start aggregation test
13:39:47:727 | ProvStat  | localhost       |                 | New state: Started
13:39:47:727 | CommStat  | localhost       | ping1           | New state: Starting
13:39:47:730 | CommStat  | localhost       | ping2           | New state: Starting
13:39:47:732 | CommStat  | localhost       | ping1           | New state: Started
13:39:47:732 | CommStat  | localhost       | ping2           | New state: Started
13:39:50:821 | ProvStat  | localhost       |                 | New state: Finishing
13:39:50:822 | CommStat  | localhost       | ping1           | New state: Finished. Exit code: 15
13:39:50:822 | CommStat  | localhost       | ping2           | New state: Finished. Exit code: 15
13:39:50:822 | ProvStat  | localhost       |                 | New state: Finished
13:39:50:822 | AppStat   |                 |                 | Stop aggregation test
__cxa_thread_call_dtors: dtr 0x8236724d0 from unloaded dso, skipping
__cxa_thread_call_dtors: dtr 0x8236724d0 from unloaded dso, skipping
__cxa_thread_call_dtors: dtr 0x8222b4450 from unloaded dso, skipping

Desktop (please complete the following information):

  • OS: FreeBSD 13.1
  • Version 2.1.3
@synacker
Copy link
Owner

Thank you for report! Can you debug application for detecting which code were generate this message?

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