On Mon, Jan 14, 2019 at 3:14 PM Michal Schmidt <mschm...@redhat.com> wrote:

> On 1/14/19 1:31 PM, arnaud gaboury wrote:
> > Hello everyone,
> >
> > ##################
> > $ cat /etc/os-release
> > NAME=Fedora
> > VERSION="29.20181230.0 (Workstation Edition)"
> > ID=fedora
> > VERSION_ID=29
> > VERSION_CODENAME=""
> > PLATFORM_ID="platform:f29"
> > PRETTY_NAME="Fedora 29.20181230.0 (Workstation Edition)"
> > ....
> > VARIANT="Workstation Edition"
> > VARIANT_ID=workstation
> > OSTREE_VERSION=29.20181230.0
> > ###########################
> >
> > Wayland with Gnome session
> >
> > My system freezes randomly and I need to reboot. I can't spot any
> specific action or app that could trigger the freeze, as it happens with
> my regular app open: Gnome terminal, Firefox, Telegram desktop. When
> running the following command,I get some hints:
> >
> > ###################
> > $ journalctl --system
> > .....
> > Jan 14 09:04:51 yogabx audit[1]: SERVICE_STOP pid=1 uid=0
> auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@3-3825-0
> comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=?
> res=succes>
> > Jan 14 09:04:51 yogabx systemd-coredump[3826]: Process 3819 (fwupd) of
> user 0 dumped core.
> >
> >                                                Stack trace of thread
> 3819:
> >                                                #0  0x00007f549d033f42
> __strcmp_avx2 (libc.so.6)
> >                                                #1  0x00007f549d3f43e5
> n/a (libgio-2.0.so.0)
> >                                                #2  0x00007f549d3f547f
> g_unix_is_mount_path_system_internal (libgio-2.0.so.0)
> >                                                #3  0x00007f549d3f56e8
> n/a (libgio-2.0.so.0)
> >                                                #4  0x00007f549d3f5b07
> g_unix_mount_at (libgio-2.0.so.0)
> >                                                #5  0x00007f548c9272f7
> fu_plugin_coldplug (libfu_plugin_uefi.so)
> >                                                #6  0x0000557cbc21f550
> fu_plugin_runner_coldplug (fwupd)
> >                                                #7  0x0000557cbc206a98
> n/a (fwupd)
> >                                                #8  0x0000557cbc20f7fa
> fu_engine_load (fwupd)
> >                                                #9  0x0000557cbc1ff55a
> main (fwupd)
> >                                                #10 0x00007f549cefb413
> __libc_start_main (libc.so.6)
> >                                                #11 0x0000557cbc1ff86e
> _start (fwupd)
> >
> >                                                Stack trace of thread
> 3821:
> >                                                #0  0x00007f549cfc9421
> __poll (libc.so.6)
> >                                                #1  0x00007f549c820d5f
> n/a (libusb-1.0.so.0)
> >                                                #2  0x00007f549d0a558e
> start_thread (libpthread.so.0)
> >                                                #3  0x00007f549cfd46a3
> __clone (libc.so.6)
> >
> >                                                Stack trace of thread
> 3823:
> >                                                #0  0x00007f549cfc9421
> __poll (libc.so.6)
> >                                                #1  0x00007f549d5033a6
> n/a (libglib-2.0.so.0)
> >                                                #2  0x00007f549d503762
> g_main_loop_run (libglib-2.0.so.0)
> >                                                #3  0x00007f549d3ca10a
> n/a (libgio-2.0.so.0)
> >                                                #4  0x00007f549d52c2aa
> n/a (libglib-2.0.so.0)
> >                                                #5  0x00007f549d0a558e
> start_thread (libpthread.so.0)
> >                                                #6  0x00007f549cfd46a3
> __clone (libc.so.6)
> >
> >                                                Stack trace of thread
> 3820:
> >                                                #0  0x00007f549cfc9421
> __poll (libc.so.6)
> >                                                #1  0x00007f549d5033a6
> n/a (libglib-2.0.so.0)
> >                                                #2  0x00007f549d5034d0
> g_main_context_iteration (libglib-2.0.so.0)
> >                                                #3  0x00007f549d503521
> n/a (libglib-2.0.so.0)
> >                                                #4  0x00007f549d52c2aa
> n/a (libglib-2.0.so.0)
> >                                                #5  0x00007f549d0a558e
> start_thread (libpthread.so.0)
> >                                                #6  0x00007f549cfd46a3
> __clone (libc.so.6)
> >
> >                                                Stack trace of thread
> 3822:
> >                                                #0  0x00007f549cfc9421
> __poll (libc.so.6)
> >                                                #1  0x00007f549c81a495
> n/a (libusb-1.0.so.0)
> >                                                #2  0x00007f549c81b66b
> libusb_handle_events_timeout_completed (libusb-1.0.so.0)
> >                                                #3  0x00007f549c81b6c3
> libusb_handle_events (libusb-1.0.so.0)
> >                                                #4  0x00007f549d2d5039
> g_usb_context_event_thread_cb (libgusb.so.2)
> >                                                #5  0x00007f549d52c2aa
> n/a (libglib-2.0.so.0)
> >                                                #6  0x00007f549d0a558e
> start_thread (libpthread.so.0)
> >                                                #7  0x00007f549cfd46a3
> __clone (libc.so.6)
> > ##################
> >
> > Can anyone  help me to understand this journal entry?
> > Thank you
>
> The fwupd crash looks the same as
> https://github.com/hughsie/fwupd/issues/926


Yes,that's same issue. Thank you for pointing it

>
>
> It's not necessarily related to the system freezes though.
>
> Michal
>
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to