Core was generated by `/tmp/makepkg/tvheadend/src/tvheadend/build.linux/tvheadend -D -f -p /run/tvhead'. Program terminated with signal SIGABRT, Aborted. #0 0x769c2fcc in raise () from /usr/lib/libc.so.6 [Current thread is 1 (Thread 0x710ff1e0 (LWP 23210))] (gdb) set pagination off (gdb) set logging on Copying output to gdb.txt. Copying debug output to gdb.txt. (gdb) bt full #0 0x769c2fcc in raise () from /usr/lib/libc.so.6 No symbol table info available. #1 0x769ac7a4 in abort () from /usr/lib/libc.so.6 No symbol table info available. #2 0x00495834 in htsmsg_binary_write (ptr=0x749028d7 '\377' , "GB\307\031", ptr@entry=0x749026e6 "\003\b", msg=) at src/htsmsg_binary.c:303 f = 0x73d04548 u64 = l = i = namelen = #3 0x0049571c in htsmsg_binary_write (ptr=0x749026e6 "\003\b", ptr@entry=0x749026e0 "\001", msg=) at src/htsmsg_binary.c:320 f = 0x73d12248 u64 = l = i = namelen = #4 0x0049571c in htsmsg_binary_write (ptr=0x749026e0 "\001", ptr@entry=0x749024ec "\002\002", msg=) at src/htsmsg_binary.c:320 f = 0x73d0ce20 u64 = l = i = namelen = #5 0x004959bc in htsmsg_binary_serialize (msg=, datap=0x710feb04, datap@entry=0x710feafc, lenp=0x710feb08, lenp@entry=0x710feb00, maxlen=maxlen@entry=2147483647) at src/htsmsg_binary.c:389 len = 1137 data = 0x749024e8 "" #6 0x0048bde8 in htsp_write_scheduler (aux=0x716f68e0) at src/htsp_server.c:3383 htsp = 0x716f68e0 hmq = hm = 0x73d17b48 dptr = 0x749024e8 dlen = 519 r = #7 0x00456308 in thread_wrapper (p=0x73d1e998) at src/tvh_thread.c:91 ts = 0x73d1e998 set = {__val = {16388, 0 }} r = #8 0x76b6f2ec in start_thread () from /usr/lib/libpthread.so.0 No symbol table info available. #9 0x76a6ee18 in ?? () from /usr/lib/libc.so.6 No symbol table info available. Backtrace stopped: previous frame identical to this frame (corrupt stack?) (gdb) up #1 0x769ac7a4 in abort () from /usr/lib/libc.so.6 (gdb) up #2 0x00495834 in htsmsg_binary_write (ptr=0x749028d7 '\377' , "GB\307\031", ptr@entry=0x749026e6 "\003\b", msg=) at src/htsmsg_binary.c:303 303 abort(); (gdb) p f $1 = (htsmsg_field_t *) 0x73d04548 (gdb) p f->hmf_type $2 = 6 '\006' (gdb) explore f 'f' is a pointer to a value of type 'htsmsg_field_t' Continue exploring it as a pointer to a single value [y/n]: y The value of '*f' is of type 'htsmsg_field_t' which is a typedef of type 'struct htsmsg_field' The value of '*f' is a struct/class of type 'struct htsmsg_field' with the following fields: hmf_link = hmf_type = hmf_flags = u = _hmf_name = Enter the field number of choice: 3 The value of '(*f).u' is a union of type 'union {...}' with the following fields: s64 = str = uuid = bin = msg = dbl = boolean = Enter the field number of choice: 5 '((*f).u).dbl' is a scalar value of type 'double'. ((*f).u).dbl = 6403216080 (gdb) quit