Skip to content

kafka.Producer.create error in Centos:8  #18

@Satbek

Description

@Satbek

In Centos:8 with Tarantool Enterprise 1.10.5-15-gcfd9d54

No one use "localhost:9092"

type 'help' for interactive help
tarantool> kafka=  require('kafka')
---
...

tarantool> kafka.Producer.create({brokers = "localhost:9092"})
malloc(): unsorted double linked list corrupted
Aborted
tarantool> kafka.Producer.create({brokers = "localhost:9092"})
---
- null
- 'Failed to create thread: Success (0)'
...

tarantool> tarantool: ../nptl/pthread_mutex_lock.c:433: __pthread_mutex_lock_full: Assertion `INTERNAL_SYSCALL_ERRNO (e, __err) != ESRCH || !robust' failed.
Aborted
tarantool> kafka=  require('kafka')
---
...

tarantool> kafka.Producer.create({brokers = "localhost:9092"})
---
- null
- 'Failed to create thread: Success (0)'
...

tarantool> tarantool: tpp.c:84: __pthread_tpp_change_priority: Assertion `new_prio == -1 || (new_prio >= fifo_min_prio && new_prio <= fifo_max_prio)' failed.
Aborted

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions