zeromq / libzmq

ZeroMQ core engine in C++, implements ZMTP/3.1
https://www.zeromq.org
Mozilla Public License 2.0
9.45k stars 2.34k forks source link

Problematic frame: C [libzmq.so.5+0x52804][thread 131394 also had an error] #4697

Open CCUser2024 opened 1 week ago

CCUser2024 commented 1 week ago

After installing zmq and jzmq i am getting below error, can anyone help on this?

Issue description

A fatal error has been detected by the Java Runtime Environment:

SIGSEGV (0xb) at pc=0x00007f8058925804, pid=131363, tid=131395 INFO [Thread-0] (BrokerImp.java:26) - Process ID for this app = 131363@WQ

JRE version: OpenJDK Runtime Environment (21.0.3+9) (build 21.0.3+9-Ubuntu-1ubuntu122.04.1) Java VM: OpenJDK 64-Bit Server VM (21.0.3+9-Ubuntu-1ubuntu122.04.1, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64) Problematic frame: C [libzmq.so.5+0x52804][thread 131394 also had an error] INFO [Thread-0] (BrokerImp.java:28) - Process ID from self file = 131363 6***** [thread 131387 also had an error] zmq::socket_base_t::check_tag() const+0x4

No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again

An error report file with more information is saved as: /home/adzafar/sync_serverA/hs_err_pid131363.log

If you would like to submit a bug report, please visit: https://bugs.launchpad.net/ubuntu/+source/openjdk-21 The crash happened outside the Java Virtual Machine in native code. See problematic frame for where to report the bug.

Environment