Re: [arch-dev-public] [arch-general] gnutls 3.0.0 pushed to testing

2011-08-21 Thread Allan McRae

On 21/08/11 18:50, Andreas Radke wrote:

I'm running into similar issue running now valgrind tests when building
gnutls. The gnutls upstream developer says it's probably a bug in
glibc headers breaking memcpy.



See also this Debian report mentioned in the gnutls bug:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619963


That bug report seems to be only with gcc-4.6 and (e)glibc  2.13 so 
does not seem relevant to us.


Other than that, I have no idea what the context of this message as you 
did not quote anything, so can not look into the issue further...


Does it get fixed with gnutls-3.0.1 which I note was released 12 hours ago?

Allan


Re: [arch-dev-public] [arch-general] gnutls 3.0.0 pushed to testing

2011-08-18 Thread Allan McRae

On 18/08/11 14:50, Andreas Radke wrote:

Am Sun, 14 Aug 2011 22:10:54 +0300
schrieb Ionut Biruib...@archlinux.org:



As a workaround now i enabled openssl backend in extra and removed
the gnutls one from testing.

But we really need to fix this properly by reporting upstream. Have
you done it?



Can we move all gnutls stuff soon?



I have no issues with any of the packages I use.

Allan


Re: [arch-dev-public] [arch-general] gnutls 3.0.0 pushed to testing

2011-08-17 Thread Andreas Radke
Am Sun, 14 Aug 2011 22:10:54 +0300
schrieb Ionut Biru ib...@archlinux.org:


 As a workaround now i enabled openssl backend in extra and removed
 the gnutls one from testing.
 
 But we really need to fix this properly by reporting upstream. Have
 you done it?
 

Can we move all gnutls stuff soon?

-Andy


Re: [arch-dev-public] [arch-general] gnutls 3.0.0 pushed to testing

2011-08-14 Thread Jan Steffens
On Sat, Aug 13, 2011 at 7:04 AM, Andreas Radke a.ra...@arcor.de wrote:
 We've just moved the gnutls 3.0.0 rebuilds to testing. Please check if
 anything is broken and report bugs or give us your ok to move them all
 to extra/community.

 -Andy


(Reposting on dev-public because I didn't notice the recipient _)

telepathy-gabble is broken (segfaults) and I'm pretty sure it's gnutls' fault.

#0  0x756dc7f0 in ?? () from /lib/libc.so.6
#1  0x756d6735 in memmove () from /lib/libc.so.6
#2  0x75a17999 in g_memdup () from /usr/lib/libglib-2.0.so.0
#3  0x004e3899 in wocky_tls_session_push_func
(user_data=0x7e01a0, buffer=0x8921b0, count=4294967269) at
wocky-tls.c:1192
#4  0x76e800c5 in _gnutls_writev_emu (session=0x88f9d0,
fd=0x7e01a0, giovec=0x7fffd710, giovec_cnt=3) at
gnutls_buffers.c:322
#5  0x76e8016e in _gnutls_writev (session=0x88f9d0,
giovec=0x7fffd710, giovec_cnt=3) at gnutls_buffers.c:349
#6  0x76e808de in _gnutls_io_write_flush (session=0x88f9d0) at
gnutls_buffers.c:564
#7  0x76e80e02 in _gnutls_handshake_io_write_flush
(session=0x88f9d0) at gnutls_buffers.c:679
#8  0x76e85947 in _gnutls_send_handshake (session=0x88f9d0,
bufel=0xb40440, type=GNUTLS_HANDSHAKE_FINISHED) at
gnutls_handshake.c:1133
#9  0x76e84916 in _gnutls_send_finished (session=0x88f9d0,
again=0) at gnutls_handshake.c:667
#10 0x76e8925b in _gnutls_send_handshake_final
(session=0x88f9d0, init=1) at gnutls_handshake.c:2600
#11 0x76e89f02 in _gnutls_handshake_common (session=0x88f9d0)
at gnutls_handshake.c:2822
#12 0x76e885e4 in gnutls_handshake (session=0x88f9d0) at
gnutls_handshake.c:2342
#13 0x004e1a3e in wocky_tls_session_try_operation
(session=0x7e01a0, operation=WOCKY_TLS_OP_READ) at wocky-tls.c:386
#14 0x004e35a9 in wocky_tls_session_read_ready
(object=0x818c90, result=0x85c920, user_data=0x7e01a0) at
wocky-tls.c:
#15 0x76578929 in ?? () from /usr/lib/libgio-2.0.so.0
#16 0x7659010c in ?? () from /usr/lib/libgio-2.0.so.0
#17 0x759fa29d in g_main_context_dispatch () from
/usr/lib/libglib-2.0.so.0
#18 0x759faa78 in ?? () from /usr/lib/libglib-2.0.so.0
#19 0x759fb0ba in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#20 0x76bbe04f in tp_run_connection_manager () from
/usr/lib/libtelepathy-glib.so.0
#21 0x00431e81 in gabble_main (argc=1, argv=0x7fffdea8) at
gabble.c:177
#22 0x00431b09 in main (argc=1, argv=0x7fffdea8) at main.c:28

Look at that count=4294967269 buffer length, that can't be right. Of
the three giovecs used, the first two have 4294967269 length, the
third one has a more sane 53.


Re: [arch-dev-public] [arch-general] gnutls 3.0.0 pushed to testing

2011-08-14 Thread Ionut Biru

On 08/14/2011 10:06 AM, Jan Steffens wrote:

On Sat, Aug 13, 2011 at 7:04 AM, Andreas Radkea.ra...@arcor.de  wrote:

We've just moved the gnutls 3.0.0 rebuilds to testing. Please check if
anything is broken and report bugs or give us your ok to move them all
to extra/community.

-Andy



(Reposting on dev-public because I didn't notice the recipient_)

telepathy-gabble is broken (segfaults) and I'm pretty sure it's gnutls' fault.

#0  0x756dc7f0 in ?? () from /lib/libc.so.6
#1  0x756d6735 in memmove () from /lib/libc.so.6
#2  0x75a17999 in g_memdup () from /usr/lib/libglib-2.0.so.0
#3  0x004e3899 in wocky_tls_session_push_func
(user_data=0x7e01a0, buffer=0x8921b0, count=4294967269) at
wocky-tls.c:1192
#4  0x76e800c5 in _gnutls_writev_emu (session=0x88f9d0,
fd=0x7e01a0, giovec=0x7fffd710, giovec_cnt=3) at
gnutls_buffers.c:322
#5  0x76e8016e in _gnutls_writev (session=0x88f9d0,
giovec=0x7fffd710, giovec_cnt=3) at gnutls_buffers.c:349
#6  0x76e808de in _gnutls_io_write_flush (session=0x88f9d0) at
gnutls_buffers.c:564
#7  0x76e80e02 in _gnutls_handshake_io_write_flush
(session=0x88f9d0) at gnutls_buffers.c:679
#8  0x76e85947 in _gnutls_send_handshake (session=0x88f9d0,
bufel=0xb40440, type=GNUTLS_HANDSHAKE_FINISHED) at
gnutls_handshake.c:1133
#9  0x76e84916 in _gnutls_send_finished (session=0x88f9d0,
again=0) at gnutls_handshake.c:667
#10 0x76e8925b in _gnutls_send_handshake_final
(session=0x88f9d0, init=1) at gnutls_handshake.c:2600
#11 0x76e89f02 in _gnutls_handshake_common (session=0x88f9d0)
at gnutls_handshake.c:2822
#12 0x76e885e4 in gnutls_handshake (session=0x88f9d0) at
gnutls_handshake.c:2342
#13 0x004e1a3e in wocky_tls_session_try_operation
(session=0x7e01a0, operation=WOCKY_TLS_OP_READ) at wocky-tls.c:386
#14 0x004e35a9 in wocky_tls_session_read_ready
(object=0x818c90, result=0x85c920, user_data=0x7e01a0) at
wocky-tls.c:
#15 0x76578929 in ?? () from /usr/lib/libgio-2.0.so.0
#16 0x7659010c in ?? () from /usr/lib/libgio-2.0.so.0
#17 0x759fa29d in g_main_context_dispatch () from
/usr/lib/libglib-2.0.so.0
#18 0x759faa78 in ?? () from /usr/lib/libglib-2.0.so.0
#19 0x759fb0ba in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#20 0x76bbe04f in tp_run_connection_manager () from
/usr/lib/libtelepathy-glib.so.0
#21 0x00431e81 in gabble_main (argc=1, argv=0x7fffdea8) at
gabble.c:177
#22 0x00431b09 in main (argc=1, argv=0x7fffdea8) at main.c:28

Look at that count=4294967269 buffer length, that can't be right. Of
the three giovecs used, the first two have 4294967269 length, the
third one has a more sane 53.


As a workaround now i enabled openssl backend in extra and removed the 
gnutls one from testing.


But we really need to fix this properly by reporting upstream. Have you 
done it?


--
IonuČ›


Re: [arch-dev-public] [arch-general] gnutls 3.0.0 pushed to testing

2011-08-14 Thread Guillaume ALAUX
On 08/14/2011 09:10 PM, Ionut Biru wrote:
 On 08/14/2011 10:06 AM, Jan Steffens wrote:
 On Sat, Aug 13, 2011 at 7:04 AM, Andreas Radkea.ra...@arcor.de  wrote:
 We've just moved the gnutls 3.0.0 rebuilds to testing. Please check if
 anything is broken and report bugs or give us your ok to move them all
 to extra/community.

 -Andy


 (Reposting on dev-public because I didn't notice the recipient_)

 telepathy-gabble is broken (segfaults) and I'm pretty sure it's
 gnutls' fault.

 #0  0x756dc7f0 in ?? () from /lib/libc.so.6
 #1  0x756d6735 in memmove () from /lib/libc.so.6
 #2  0x75a17999 in g_memdup () from /usr/lib/libglib-2.0.so.0
 #3  0x004e3899 in wocky_tls_session_push_func
 (user_data=0x7e01a0, buffer=0x8921b0, count=4294967269) at
 wocky-tls.c:1192
 #4  0x76e800c5 in _gnutls_writev_emu (session=0x88f9d0,
 fd=0x7e01a0, giovec=0x7fffd710, giovec_cnt=3) at
 gnutls_buffers.c:322
 #5  0x76e8016e in _gnutls_writev (session=0x88f9d0,
 giovec=0x7fffd710, giovec_cnt=3) at gnutls_buffers.c:349
 #6  0x76e808de in _gnutls_io_write_flush (session=0x88f9d0) at
 gnutls_buffers.c:564
 #7  0x76e80e02 in _gnutls_handshake_io_write_flush
 (session=0x88f9d0) at gnutls_buffers.c:679
 #8  0x76e85947 in _gnutls_send_handshake (session=0x88f9d0,
 bufel=0xb40440, type=GNUTLS_HANDSHAKE_FINISHED) at
 gnutls_handshake.c:1133
 #9  0x76e84916 in _gnutls_send_finished (session=0x88f9d0,
 again=0) at gnutls_handshake.c:667
 #10 0x76e8925b in _gnutls_send_handshake_final
 (session=0x88f9d0, init=1) at gnutls_handshake.c:2600
 #11 0x76e89f02 in _gnutls_handshake_common (session=0x88f9d0)
 at gnutls_handshake.c:2822
 #12 0x76e885e4 in gnutls_handshake (session=0x88f9d0) at
 gnutls_handshake.c:2342
 #13 0x004e1a3e in wocky_tls_session_try_operation
 (session=0x7e01a0, operation=WOCKY_TLS_OP_READ) at wocky-tls.c:386
 #14 0x004e35a9 in wocky_tls_session_read_ready
 (object=0x818c90, result=0x85c920, user_data=0x7e01a0) at
 wocky-tls.c:
 #15 0x76578929 in ?? () from /usr/lib/libgio-2.0.so.0
 #16 0x7659010c in ?? () from /usr/lib/libgio-2.0.so.0
 #17 0x759fa29d in g_main_context_dispatch () from
 /usr/lib/libglib-2.0.so.0
 #18 0x759faa78 in ?? () from /usr/lib/libglib-2.0.so.0
 #19 0x759fb0ba in g_main_loop_run () from
 /usr/lib/libglib-2.0.so.0
 #20 0x76bbe04f in tp_run_connection_manager () from
 /usr/lib/libtelepathy-glib.so.0
 #21 0x00431e81 in gabble_main (argc=1, argv=0x7fffdea8) at
 gabble.c:177
 #22 0x00431b09 in main (argc=1, argv=0x7fffdea8) at main.c:28

 Look at that count=4294967269 buffer length, that can't be right. Of
 the three giovecs used, the first two have 4294967269 length, the
 third one has a more sane 53.
 
 As a workaround now i enabled openssl backend in extra and removed the
 gnutls one from testing.
 
 But we really need to fix this properly by reporting upstream. Have you
 done it?
 

Hello,

Wireshark looks OK.

-- 
Guillaume



signature.asc
Description: OpenPGP digital signature