GNOME Bugzilla – Bug 752063
Account creation is freezing with no error or possible cancellation
Last modified: 2016-06-05 09:19:50 UTC
When, I try to create an account (even a fake one) the account wizard is stuck on "Please wait while Greary validates your account" and after some time it freeze using 100% of one CPU. There is no way to cancel or see what is happening no message even in debug mode. I'm using Geary 0.10.0 on Archlinux. Thanks MM
You could try running geary under gdb, breaking during the freeze, and getting a stack trace. If you resume and break again several times, you can see if it's stuck at a particular place or in some kind of loop.
Hi Michael, thanks for reporting the problem. Is it still an issue for you? If so, can you obtain a backtrace of the crash and attach it to this bug? Follow the steps to produce the file geary.gdb as outlined here: https://wiki.gnome.org/Apps/Geary/FAQ then attach it to this bug.
Created attachment 326806 [details] [review] qtdemux: rework segment event pushing Instead of always keeping a safe segment (start=0) event from the beginning, delay the creation of this event to when we really know the timestamp of the first sample. This is important to properly start fragmented streams that we might join in the middle or to play isolated fragment files that might have an advanced tfdt.
Created attachment 326807 [details] [review] qtdemux: offset edts segments by the min timestamp of the stream Otherwise if the stream is starting at timestamp=X it would wait 'X' to start playing.
(In reply to Thiago Sousa Santos from comment #4) > Created attachment 326807 [details] [review] [review] > qtdemux: offset edts segments by the min timestamp of the stream > > Otherwise if the stream is starting at timestamp=X it would wait > 'X' to start playing. Thiago, I think you attached this to the wrong bug.
Sorry, indeed wrong bug.
Closing this bug report as no further information has been provided. Please feel free to reopen this bug report if you can provide the information that was asked for in a previous comment. Thanks!