cpp-redis / cpp_redis

C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform
MIT License
720 stars 199 forks source link

Exception thrown in tacopie when publishing #26

Closed lefig closed 5 years ago

lefig commented 5 years ago

Hi there,

I really like the platform and thank you for continuing to maintain a great project.

I have a query though regarding Publishing as it may be broken in the latest build. Although I can subscribe to a channel fine no messages are actually received.. But I noticed that the debug window was showing an exception thrown by tacopie and a memory address. I can't locate the problem however.

I am running two separate processes - one for pub the other for sub.

I am using Redis 4.0.

Any suggestions please?

Thanks

theidexisted commented 5 years ago

Is there any call stacks to help investigation? If it is stable to reproduce, you can get the call stack by starting your application in gdb, then after the exception is thrown, type bt to get stack trace.

lefig commented 5 years ago

Thanks for coming back to me. It was a build problem I think as the problem has ceased now.

Thanks again

lefig commented 5 years ago

Local build settings error