[Bug 1519015] Re: mumble hangs trying to connect
Chris Knadle
Chris.Knadle at coredump.us
Tue Nov 24 01:01:01 UTC 2015
"sched_yield() = 0". Huh. 0 is what's returned on success.
http://linux.die.net/man/2/sched_yield
Seems related to threading. The mumble source code doesn't contain this
call, so it's probably something being called by the Qt4 library.
The best thing I can suggest at the moment for trying to track this down
further is to install the mumble-dbg package and to run mumble via a
debugger like gdb. It'll give you a lot of confusing output but it's
the best chance of figuring out what is making the sched_yield() call
and/or what else is going wrong. When it gets stuck, see if you can get
a "backtrace" and report the output to the bug.
Thanks.
--
You received this bug notification because you are a member of Debian
VoIP Team, which is subscribed to mumble in Ubuntu.
https://bugs.launchpad.net/bugs/1519015
Title:
mumble hangs trying to connect
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mumble/+bug/1519015/+subscriptions
More information about the Pkg-voip-maintainers
mailing list