confluentinc / librdkafka

The Apache Kafka C/C++ library
Other
284 stars 3.15k forks source link

error occurs when connecting kafka cluster #3756

Open rogerlee24 opened 2 years ago

rogerlee24 commented 2 years ago

Read the FAQ first: https://github.com/edenhill/librdkafka/wiki/FAQ

Do NOT create issues for questions, use the discussion forum: https://github.com/edenhill/librdkafka/discussions

Description

The following error occurs when I connect to kafka cluster.can you help me?thanks. image

librakafka 1.8.2 vs2019 kafka2.11-2.1.0

rogerlee24 commented 2 years ago

@edenhill can you help me? thanks.

rogerlee24 commented 2 years ago

this code was fine last month.

edenhill commented 2 years ago

Can you translate the error message please?

rogerlee24 commented 2 years ago

@edenhill Exception thrown at 0x00007FFD197F188C (vcruntime140.dll) (in Project2.exe): 0xC0000005: An access violation occurred while reading location 0xFFFFFFFFFFFFFFFF.

rogerlee24 commented 2 years ago

@edenhill Can you give me some advice?Thank you!

edenhill commented 2 years ago

This sounds like a linking problem, perhaps conflicting dependencies, but I dont really know how to troubleshoot it

rogerlee24 commented 2 years ago

@edenhill All right. So can you look at this question? Thank you.#3661

anchitj commented 4 months ago

@rogerlee24 Is this still an issue?