Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mosquitto-dev] Mosquitto crashing

Hi,

   I am using mosquitto 1.4.2. Mosquitto is crashing once in 24+ hours. Crashing at:
mqtt3_handle_subscribe() ===> mqtt3_db_messages_queue() ===> subhier = db->subs.children;

with SIGSEGV. Any info will be helpful.


#0  mqtt3_sub_add (db=0xd, context=0xd, sub=<optimized out>, qos=7, 
    root=0x5526) at subs.c:461
        rc = 0
        subhier = 0x266c0 <int_db>
        child = 0x1291a <mosquitto_show_statistics+498>
        tokens = 0x401cbd2c <__default_sa_restorer>
        __PRETTY_FUNCTION__ = "mqtt3_sub_add"
#1  0x0000003a in ?? ()
No symbol table info available.
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

-Raghu


Back to the top