|
From: Allin C. <cot...@wf...> - 2014-11-16 14:10:50
|
On Sat, 15 Nov 2014, sfeam wrote: > On Saturday, 15 November 2014 07:18:36 PM Daniel J Sebald wrote: > >> >> When the hang happens on your system, is the their a daemon in the >> process list or is the gnuplot process active and consuming CPU? > > I see the same as shown by the trace that Allin posted. > The main process is gone, and the child process is in a > poll() somewhere in a wxt library routine that bizarrely > seems (from its name) to have something to do with audio. I think that in this context "volume" refers to file systems, not decibels. It would make sense that opening a file-save dialog might trigger some sort of scan of volumes in that sense. Allin Cottrell > > #0 0x00007fc0e243e30d in poll () from /lib64/libc.so.6 > #1 0x00007fc0e6715434 in g_main_context_iterate.isra.24 () from /lib64/libglib-2.0.so.0 > #2 0x00007fc0e671589a in g_main_loop_run () from /lib64/libglib-2.0.so.0 > #3 0x00007fc0e53ed2e9 in initable_init () from /lib64/libgio-2.0.so.0 > #4 0x00007fc0e537c54a in g_initable_new_valist () from /lib64/libgio-2.0.so.0 > #5 0x00007fc0e537c62c in g_initable_new () from /lib64/libgio-2.0.so.0 > #6 0x00007fc0d44e4bbd in gvfs_remote_volume_monitor_proxy_new_for_bus_sync () > from /usr/lib64/gio/modules/libgioremote-volume-monitor.so > > Ethan |