sim590 / dpaste

A simple pastebin for light values (max 64KB) using OpenDHT distributed hash table (with support for encryption).
GNU General Public License v3.0
15 stars 4 forks source link

While submitting and retrieving, getting this error: __cxa_thread_call_dtors: dtr 0x8019e4a30 from unloaded dso, skipping #12

Open yurivict opened 5 years ago

yurivict commented 5 years ago
__cxa_thread_call_dtors: dtr 0x8019e4a30 from unloaded dso, skipping

It doesn't appear that anything is actually pasted, retrieval operation returns silently without doing anything.

Version 0.3.3 FreeBSD 11.2 amd64

sim590 commented 5 years ago

While submitting and retrieving

You're saying that nothing works on your side? Neither both operations (without encryption)? Can you specify the exact steps you're taking to get there (compilation, and program call on the command line)?

EDIT: According to #11 and/or #13, you don't seem to be able to compile. Therefore, I'd be interested to know the context in which you've run the program, hence my question above.

Have you tried running unit tests? Would you mind printing the output of the following:

./autogen.sh && ./configure --enable-tests && make test