After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 789520 - Spins inside boxes_notificationbar_dismiss_all() after close
Spins inside boxes_notificationbar_dismiss_all() after close
Status: RESOLVED DUPLICATE of bug 784923
Product: gnome-boxes
Classification: Applications
Component: general
3.24.x
Other Linux
: Normal normal
: --
Assigned To: GNOME Boxes maintainer(s)
GNOME Boxes maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2017-10-26 12:20 UTC by Will Thompson
Modified: 2017-10-26 12:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
15 seconds of sysprof capture for gnome-boxes process (1.99 MB, application/x-sysprof-capture)
2017-10-26 12:20 UTC, Will Thompson
Details

Description Will Thompson 2017-10-26 12:20:11 UTC
I started GNOME Boxes, removed the one VM I had created, and closed GNOME Boxes. Several minutes later I realised something was pegging a CPU: it was Boxes.

Backtraces look like this:

  • #0 g_closure_invoke
  • #1 signal_emit_unlocked_R
  • #2 g_signal_emit_valist
  • #3 g_signal_emit
  • #4 gtk_widget_dispose
  • #5 g_object_run_dispose
  • #6 boxes_notificationbar_dismiss_all
  • #7 boxes_app_real_shutdown
  • #8 g_closure_invoke
  • #9 signal_emit_unlocked_R
  • #10 g_signal_emit_valist
  • #11 g_signal_emit
  • #12 g_application_run
  • #13 _vala_main
  • #14 __libc_start_main
  • #15 _start
  • #0 g_hash_table_lookup
  • #1 g_signal_handlers_destroy
  • #2 g_object_real_dispose
  • #3 g_object_run_dispose
  • #4 boxes_notificationbar_dismiss_all
  • #5 boxes_app_real_shutdown
  • #6 g_closure_invoke
  • #7 signal_emit_unlocked_R
  • #8 g_signal_emit_valist
  • #9 g_signal_emit
  • #10 g_application_run
  • #11 _vala_main
  • #12 __libc_start_main
  • #13 _start

Sysprof file attached. Sorry, I don't have debug symbols etc.

Comment 1 Will Thompson 2017-10-26 12:20:31 UTC
Created attachment 362343 [details]
15 seconds of sysprof capture for gnome-boxes process
Comment 2 Will Thompson 2017-10-26 12:21:56 UTC
I re-launched Boxes and the VM I had deleted reappeared; deleting it again and closing Boxes reproduced the same issue.
Comment 3 Will Thompson 2017-10-26 12:32:22 UTC

Comment 4 Will Thompson 2017-10-26 12:36:33 UTC
Sorry, my novelty shell prompt causes Bugzilla to discard the part of my comment where I give the following information:

$ rpm -qa gnome-boxes
gnome-boxes-3.24.0-3.fc26.x86_64
Comment 5 Felipe Borges 2017-10-26 12:38:56 UTC
It seems like a duplicate of Bug 784923.

Feel free to reopen if that's not the case.

*** This bug has been marked as a duplicate of bug 784923 ***