Core dump
Posted: Sat May 27, 2017 7:02 am
by beg_dk
Hi
Does any of you know what these mean taken from 2 core dumps CURRENT THREAD STACK:
Code: Select all
#0 0x400de1b3 in cnx_connect_timeout ()
#0 0x400de1cf in cnx_handshake_timeout ()
Thanks
Re: Core dump
Posted: Sat May 27, 2017 3:40 pm
by kolban
Howdy,
In my experience, it is always better to provide as much information in a post as possible. Things like context, what your app was doing, did it ever work, what source statements were being executed at the time.
In addition, I am a strong proponent of including source and full data. I do **not** recommend attaching those to the post but rather paste them in file sharing sites such as "pastebin" and then providing the links in the post.
As a rule of thumb, I try and spend three times longer writing a forum post as I would hope that anyone would spend reading it.
Re: Core dump
Posted: Sat May 27, 2017 4:36 pm
by WiFive
Those functions are in libnet80211 and we don't have the source code for that.
Re: Core dump
Posted: Sun May 28, 2017 11:18 am
by beg_dk
WiFive wrote:Those functions are in libnet80211 and we don't have the source code for that.
Ok, do you know what it is about/concerning?
@kolban, when time permits I'll provide some more details