Summary: | wocky tries to allocate too much memory | ||
---|---|---|---|
Product: | Wocky | Reporter: | Vincent Untz <vuntz> |
Component: | General | Assignee: | Telepathy bugs list <telepathy-bugs> |
Status: | RESOLVED NOTOURBUG | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Vincent Untz
2011-09-20 07:01:46 UTC
I have gnutls 3.0.0, fwiw. > #4 0x08125b9a in wocky_tls_session_push_func (user_data=0x824c020,
> buffer=0x842e3c4, count=
> 4294967269) at wocky-tls.c:1262
It looks as though the ridiculously large count came from the caller (gnutls), so this is probably a gnutls bug?
(In reply to comment #1) > I have gnutls 3.0.0, fwiw. that may be your problem. 3.0 is not 100% API compatible with 2.x. I already had to make one change in glib-networking (though it wouldn't affect this case). try building wocky from source and running "make check"? I built gnutls 3.0.3, and the issue is not there anymore. However, I get a GNUTLS_E_COMPRESSION_FAILED error now -- no idea what this means, but this makes me believe this change in gnutls 3.0.2 is the fix: ** libgnutls: Corrected issue in gnutls_record_recv() triggered on encryption or compression error. Re my last issue related to compression, this gnutls patch fixes it: http://git.savannah.gnu.org/gitweb/?p=gnutls.git;a=commit;h=f3abb3c8e37dfdb0881c23499abf4fe3aa779e14 |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.