alpancs / protoc-gen-pubsub-schema

protoc-gen-pubsub-schema is a protoc plugin that assembles protocol buffer messages into a single-valid message for defining Pub/Sub schemas
Apache License 2.0
4 stars 2 forks source link

Plugin killed by signal 9 Error #16

Open ibrahimker opened 2 years ago

ibrahimker commented 2 years ago

I got error plugin killed by signal 9 when execute this plugin. Kindly help with this issue :)

How to reproduce: protoc wartek/core/event/nlp_job_update/v1/event.proto --pubsub-schema_out=OUT_DIR --pubsub-schema_opt=message-encoding=json

--pubsub-schema_out: protoc-gen-pubsub-schema: Plugin killed by signal 9.
alpancs commented 6 months ago

Hi @ibrahimker sorry I didn't notice you opened an issue here. Could you please provide the content of wartek/core/event/nlp_job_update/v1/event.proto? I have no idea why it was killed by signal 9 (it's SIGKILL btw).