Skip to content

Instantly share code, notes, and snippets.

@steev
Created October 25, 2018 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steev/8c53e3d0d17ac80b02ded5b71f224bc6 to your computer and use it in GitHub Desktop.
Save steev/8c53e3d0d17ac80b02ded5b71f224bc6 to your computer and use it in GitHub Desktop.
gdb $ bt full
#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
set = {
__val = {0,
4227288411121237,
8247335806221956864,
0,
0,
0,
3838831818534568516,
3256155514113699888,
3472324997692796973,
281474213390128,
281472893899408,
281472895324160,
281472897558160,
16,
281472897605632,
0}
}
pid = <optimized out>
tid = <optimized out>
ret = <optimized out>
#1 0x0000ffff83dad2e8 in __GI_abort () at abort.c:79
save_stage = 1
act = {
__sigaction_handler = {
sa_handler = 0xffff8412d0f0,
sa_sigaction = 0xffff8412d0f0
},
sa_mask = {
__val = {4294967295,
1,
281472893784112,
281472897567232,
1,
281474213390368,
281472897470920,
0,
5787775634420548959,
281474213390640,
281472897440924,
281472897626464,
281472897617920,
281474213390544,
281472894235268,
4096}
},
sa_flags = 65535,
sa_restorer = 0x1
}
sigs = {
__val = {32,
0 <repeats 15 times>}
}
#2 0x0000ffff83dff1d4 in __libc_message (action=action@entry=do_abort, fmt=fmt@entry=0xffff83ec9918 "%s\n") at ../sysdeps/posix/libc_fatal.c:181
ap = {
__stack = 0xffffd280a980,
__gr_top = 0xffffd280a980,
__vr_top = 0xffffd280a950,
__gr_offs = -40,
__vr_offs = 0
}
fd = <optimized out>
list = <optimized out>
nlist = <optimized out>
cp = <optimized out>
written = <optimized out>
#3 0x0000ffff83e06ec0 in malloc_printerr (str=str@entry=0xffff83ec5670 "free(): invalid pointer") at malloc.c:5350
No locals.
#4 0x0000ffff83e088a4 in _int_free (av=0xffff83f089c8 <main_arena>, p=0xaaaad75d3748, have_lock=0) at malloc.c:4157
size = 187650734395232
fb = <optimized out>
nextchunk = <optimized out>
nextsize = <optimized out>
nextinuse = <optimized out>
prevsize = <optimized out>
bck = <optimized out>
fwd = <optimized out>
__PRETTY_FUNCTION__ = "_int_free"
#5 0x0000aaaabfa4525c in cf_params_interface_free (pi=0xaaaad75d3560) at capture_framework.c:488
x = 14
#6 0x0000aaaabfa47cb0 in cf_handler_remote_connect (caph=0xaaaad75cf280) at capture_framework.c:1673
connect_host = 0x1
client_sock = {
sin_family = 64429,
sin_port = 32769,
sin_addr = {
s_addr = 0
},
sin_zero = "\000\000\377\377Ҁ\265+"
}
local_sock = {
sin_family = 0,
sin_port = 65535,
sin_addr = {
s_addr = 3531650347
},
sin_zero = "\000\000\377\377Ҁ\265\035"
}
client_fd = 65535
sock_flags = -763319056
msgstr = "\000\000\377\377Ҁ\265\035\000\000\377\377Ҁ\265\035\000\000\377\377Ҁ\265\035\000\000\377\377Ҁ\265\035\000\000\377\377Ҁ\265+", '\000' <repeats 50 times>, "\377\377\000\000\000\001", '\000' <repeats 18 times>, "\377\377Ҁ\265\023\000\000\377\377Ҁ\254P\000\000\377\377\203\340\271\304\000\000\377\377\203\360\211\310\000\000\377\377\203\360p\000\000\000\377\377Ҁ\253\360\000\000\377\377\204\021*\334\000\000\377\377Ҁ\254\330\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000\255\000\000\377\377\204\002\233p\000\000\377\377\204\023\220\000\000\000\000\000\000\000\000"...
uuid = 0xaaaad75d8a60 "5FE308BD-0000-0000-0000-000F04B2481B"
cbret = 1
cpi = 0xaaaad75d3560
cps = 0x0
#7 0x0000aaaabfa4a23c in cf_handler_remote_capture (caph=0xaaaad75cf280) at capture_framework.c:2816
chpid = 0
status = 43690
#8 0x0000aaaabfa44240 in main (argc=5, argv=0xffffd280b118) at capture_linux_wifi.c:1781
local_wifi = {
pd = 0x0,
interface = 0x0,
cap_interface = 0x0,
datalink_type = -1,
override_dlt = -1,
use_mac80211_vif = 1,
use_mac80211_channels = 1,
mac80211_socket = 0x0,
mac80211_id = 0,
mac80211_ifidx = 0,
use_ht_channels = 1,
use_vht_channels = 1,
seq_channel_failure = 0,
reset_nm_management = 0,
nexmon = 0x0
}
caph = 0xaaaad75cf280
gdb $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment