daggy icon indicating copy to clipboard operation
daggy copied to clipboard

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

Open yurivict opened this issue 3 years ago • 1 comments

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

yurivict avatar Aug 28 '22 20:08 yurivict

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

synacker avatar Aug 29 '22 08:08 synacker