Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1441674 Details for
Bug 1582606
bluetoothd: segfault error 4 in libc-2.27.so
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
gdb stack trace
gdb-bluetoothd crash.txt (text/plain), 8.56 KB, created by
Chris Murphy
on 2018-05-25 18:00:52 UTC
(
hide
)
Description:
gdb stack trace
Filename:
MIME Type:
Creator:
Chris Murphy
Created:
2018-05-25 18:00:52 UTC
Size:
8.56 KB
patch
obsolete
>[chris@f28h ~]$ sudo coredumpctl gdb 755 > PID: 755 (bluetoothd) > UID: 0 (root) > GID: 0 (root) > Signal: 11 (SEGV) > Timestamp: Fri 2018-05-25 09:10:40 MDT (4min 47s ago) > Command Line: /usr/libexec/bluetooth/bluetoothd -d > Executable: /usr/libexec/bluetooth/bluetoothd > Control Group: /system.slice/bluetooth.service > Unit: bluetooth.service > Slice: system.slice > Boot ID: 7319e09cac754e09b51ecdb68933976b > Machine ID: bbe68372db9f4c589a1f67f008e70864 > Hostname: f28h.local > Storage: /var/lib/systemd/coredump/core.bluetoothd.0.7319e09cac754e09b51ecdb68933976b.755.1527261040000000.lz4 > Message: Process 755 (bluetoothd) of user 0 dumped core. > > Stack trace of thread 755: > #0 0x00007f276376ef38 n/a (libc.so.6) > #1 0x00007f2763771cd0 n/a (libc.so.6) > #2 0x00007f2763774222 __libc_calloc (libc.so.6) > #3 0x00007f27637674e3 open_memstream (libc.so.6) > #4 0x00007f27637e3270 __vsyslog_chk (libc.so.6) > #5 0x000055fada987ef1 btd_debug (bluetoothd) > #6 0x000055fada99b437 start_discovery_timeout (bluetoothd) > #7 0x00007f2764159371 n/a (libglib-2.0.so.0) > #8 0x00007f27641588ad g_main_context_dispatch (libglib-2.0.so.0) > #9 0x00007f2764158c78 n/a (libglib-2.0.so.0) > #10 0x00007f2764158fa2 g_main_loop_run (libglib-2.0.so.0) > #11 0x000055fada952564 main (bluetoothd) > #12 0x00007f276371218b __libc_start_main (libc.so.6) > #13 0x000055fada952eba _start (bluetoothd) > >GNU gdb (GDB) Fedora 8.1-15.fc28 >Copyright (C) 2018 Free Software Foundation, Inc. >License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> >This is free software: you are free to change and redistribute it. >There is NO WARRANTY, to the extent permitted by law. Type "show copying" >and "show warranty" for details. >This GDB was configured as "x86_64-redhat-linux-gnu". >Type "show configuration" for configuration details. >For bug reporting instructions, please see: ><http://www.gnu.org/software/gdb/bugs/>. >Find the GDB manual and other documentation resources online at: ><http://www.gnu.org/software/gdb/documentation/>. >For help, type "help". >Type "apropos word" to search for commands related to "word"... >Reading symbols from /usr/libexec/bluetooth/bluetoothd...Reading symbols from /usr/lib/debug/usr/libexec/bluetooth/bluetoothd-5.49-3.fc28.x86_64.debug...done. >done. >[New LWP 755] >[Thread debugging using libthread_db enabled] >Using host libthread_db library "/lib64/libthread_db.so.1". >Core was generated by `/usr/libexec/bluetooth/bluetoothd -d'. >Program terminated with signal SIGSEGV, Segmentation fault. >#0 malloc_consolidate (av=av@entry=0x7f2763aa8c40 <main_arena>) at malloc.c:4439 >4439 unsigned int idx = fastbin_index (chunksize (p)); >(gdb) thread apply all bt full > >Thread 1 (Thread 0x7f2764622540 (LWP 755)): >#0 malloc_consolidate (av=av@entry=0x7f2763aa8c40 <main_arena>) at malloc.c:4439 > idx = <optimized out> > fb = 0x7f2763aa8c80 <main_arena+64> > maxfb = 0x7f2763aa8c98 <main_arena+88> > p = 0xffffffff > nextp = <optimized out> > unsorted_bin = 0x7f2763aa8ca0 <main_arena+96> > first_unsorted = <optimized out> > nextchunk = <optimized out> > size = <optimized out> > nextsize = <optimized out> > prevsize = <optimized out> > nextinuse = <optimized out> > bck = <optimized out> > fwd = <optimized out> >#1 0x00007f2763771cd0 in _int_malloc (av=av@entry=0x7f2763aa8c40 <main_arena>, bytes=bytes@entry=8192) at malloc.c:3703 > nb = 8208 > idx = 107 > bin = <optimized out> > victim = <optimized out> > size = <optimized out> > victim_index = <optimized out> > remainder = <optimized out> > remainder_size = <optimized out> > block = <optimized out> > bit = <optimized out> > map = <optimized out> > fwd = <optimized out> > bck = <optimized out> > tcache_unsorted_count = <optimized out> > tcache_nb = <optimized out> > tc_idx = <optimized out> > return_cached = <optimized out> > __PRETTY_FUNCTION__ = "_int_malloc" >#2 0x00007f2763774222 in __libc_calloc (n=n@entry=1, elem_size=elem_size@entry=8192) at malloc.c:3436 > av = <optimized out> > oldtop = 0x55fadb8cd4d0 >---Type <return> to continue, or q <return> to quit--- > p = <optimized out> > bytes = 8192 > sz = 8192 > csz = <optimized out> > oldtopsize = 133936 > mem = <optimized out> > clearsize = <optimized out> > nclears = <optimized out> > d = <optimized out> > hook = <optimized out> > __PRETTY_FUNCTION__ = "__libc_calloc" >#3 0x00007f27637674e3 in __GI___open_memstream (bufloc=bufloc@entry=0x7ffd59f097d0, sizeloc=sizeloc@entry=0x7ffd59f097d8) at memstream.c:83 > new_f = 0x55fadb8c0660 > buf = <optimized out> >#4 0x00007f27637e3270 in __vsyslog_chk () at ../misc/syslog.c:167 > now_tm = {tm_sec = 1508940240, tm_min = 32765, tm_hour = 1669791698, tm_mday = 32551, tm_mon = -611539488, tm_year = 22010, tm_wday = -627542654, tm_yday = 22010, > tm_isdst = -611672912, tm_gmtoff = 94535913430448, tm_zone = 0x55fadb8b38f0 "\b"} > now = 94535898036858 > fd = <optimized out> > f = <optimized out> > buf = 0x0 > bufsize = 0 > msgoff = <optimized out> > saved_errno = 0 > failbuf = "\360\070\213\333\372U\000\000\000\000\000\000\000\000\000\000\220\070\213\333\372U\000\000\000\260\212\333", <incomplete sequence \372> > clarg = <optimized out> >#5 0x000055fada987ef1 in vsyslog (__ap=0x7ffd59f098c0, __fmt=0x55fada9e63ed "%s:%s() ", __pri=7) at /usr/include/bits/syslog.h:47 >No locals. >#6 btd_debug (index=index@entry=65535, format=format@entry=0x55fada9e63ed "%s:%s() ") at src/log.c:252 > ap = {{gp_offset = 16, fp_offset = 48, overflow_arg_area = 0x7ffd59f099b0, reg_save_area = 0x7ffd59f098e0}} >#7 0x000055fada99b437 in start_discovery_timeout (user_data=user_data@entry=0x55fadb8b0c20) at src/adapter.c:1510 > __btd_debug_desc = {file = 0x55fada9f2ded "src/adapter.c", flags = 1} > adapter = 0x55fadb8b0c20 > sd_cp = <optimized out> > new_type = <optimized out> > __func__ = "start_discovery_timeout" >#8 0x00007f2764159371 in g_timeout_dispatch (source=0x55fadb8c58d0, callback=0x55fada99b2a0 <start_discovery_timeout>, user_data=0x55fadb8b0c20) at gmain.c:4650 > timeout_source = 0x55fadb8c58d0 > again = <optimized out> >---Type <return> to continue, or q <return> to quit--- >#9 0x00007f27641588ad in g_main_dispatch (context=0x55fadb89ddb0) at gmain.c:3177 > dispatch = 0x7f2764159350 <g_timeout_dispatch> > prev_source = 0x0 > was_in_call = 0 > user_data = 0x55fadb8b0c20 > callback = 0x55fada99b2a0 <start_discovery_timeout> > cb_funcs = 0x7f2764422280 <g_source_callback_funcs> > cb_data = 0x55fadb8c2690 > need_destroy = <optimized out> > source = 0x55fadb8c58d0 > current = 0x55fadb8a80a0 > i = 0 > current = <optimized out> > i = <optimized out> > __func__ = "g_main_dispatch" > source = <optimized out> > _g_boolean_var_ = <optimized out> > was_in_call = <optimized out> > user_data = <optimized out> > callback = <optimized out> > cb_funcs = <optimized out> > cb_data = <optimized out> > need_destroy = <optimized out> > dispatch = <optimized out> > prev_source = <optimized out> > _g_boolean_var_ = <optimized out> >#10 g_main_context_dispatch (context=context@entry=0x55fadb89ddb0) at gmain.c:3830 >No locals. >#11 0x00007f2764158c78 in g_main_context_iterate (context=0x55fadb89ddb0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3903 > max_priority = 2147483647 > timeout = 4912 > some_ready = 1 > nfds = <optimized out> > allocated_nfds = 29 > fds = 0x55fadb8a98d0 >#12 0x00007f2764158fa2 in g_main_loop_run (loop=0x55fadb89def0) at gmain.c:4099 > self = <optimized out> > __func__ = "g_main_loop_run" >#13 0x000055fada952564 in main (argc=<optimized out>, argv=<optimized out>) at src/main.c:770 >---Type <return> to continue, or q <return> to quit--- > context = <optimized out> > err = 0x0 > sdp_flags = <optimized out> > gdbus_flags = <optimized out> > signal = 1 > watchdog = 0 > watchdog_usec = <optimized out> > __func__ = "main" >(gdb) >(gdb) quit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1582606
:
1441673
| 1441674 |
1441675
|
1441676