cckellogg opened a new pull request #110: Fix seg fault when producer with same 
name is created.
URL: https://github.com/apache/pulsar-client-go/pull/110
 
 
   ### Motivation
   
   This fixes a seg fault when a producer with the same name is created for a 
topic. 
   
   ```
   [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0xd755d6]
   
   goroutine 48 [running]:
   github.com/apache/pulsar-client-go/pulsar.(*partitionProducer).Close(0x0)
   
           
github.com/apache/pulsar-client-go/pulsar/impl_partition_producer.go:443 +0x26
   
   github.com/apache/pulsar-client-go/pulsar.newProducer(0xc0000c68c0, 
0xc000342780, 0x58, 0x58, 0xc000596360)
   
           github.com/apache/pulsar-client-go/pulsar/impl_producer.go:103 +0x31c
   
   
github.com/apache/pulsar-client-go/pulsar.(*client).CreateProducer(0xc0000c68c0,
 0xc0000344c0, 0x13, 0x1030d22, 0xd, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
   
           github.com/apache/pulsar-client-go/pulsar/client_impl.go:94 +0x7a
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to