confluentinc / libserdes

Avro Serialization/Deserialization C/C++ library with Confluent schema-registry support
Apache License 2.0
5 stars 64 forks source link

Segmentation fault #23

Open jpsouplet-ADEO opened 4 years ago

jpsouplet-ADEO commented 4 years ago

I work in C langage. The serdes_schema_get crash (segmentation fault) is when the schema is not available. The crash is random and appear 75% of time. Message when no crash : REST request failed (code 404): {"error_code":40401,"message":"Subject not found."} When it's bad : Segmentation fault If i start my program with gdb or if use debug=all, there is no crash