Skip to main content

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

There's a variety of crash bugs in various edge cases that have
been fixed since 1.4.2

Have a skim over the changelog and perhaps just try a more recent
version: https://mosquitto.org/ChangeLog.txt 1.4.2 was released
20150507, two and a half years ago.

Sincerely,
Karl P

"Raghavendra. S" <raghavendra.akkasali@xxxxxxxxx> wrote:
> 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
> _______________________________________________
> mosquitto-dev mailing list
> mosquitto-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or
> unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/mosquitto-dev

Attachment: signature.html
Description: OpenPGP Digital Signature


Back to the top