[Bug 880685] Re: valgrind wrapper script crashes when LD_LIBRARY_PATH contains spaces

2012-12-15 Thread Alessandro Ghedini
I pushed a fix to http://git.debian.org/?p=collab- maint/valgrind.git;a=commit;h=8ae28fc which will be included in the next Debian upload and subsequent Ubuntu sync. ** Changed in: valgrind (Ubuntu) Status: New = Fix Committed -- You received this bug notification because you are a

[Bug 1041117] Re: valgrind/avx support

2012-12-15 Thread Alessandro Ghedini
valgrind 3.8.1 has already been uploaded to Debian and there's now a request for sync in Ubuntu (#1077014). ** Changed in: valgrind (Ubuntu) Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 975684] Re: valgrind no longer runs wine on precise

2012-12-15 Thread Alessandro Ghedini
You probably need to install the multiarched libc6:i386 package, if you haven't done so already. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/975684 Title: valgrind no longer runs wine on precise

[Bug 826982] Re: memcheck-x86-linux crashed with SIGSEGV in do_syscall_WRK()

2012-12-15 Thread Alessandro Ghedini
What program were you running under valgrind? Also, it looks very similar to https://bugs.launchpad.net/ubuntu/+source/valgrind/+bug/332496 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/826982 Title:

[Bug 1078264] Re: curl-config --cflags is broken

2012-12-15 Thread Alessandro Ghedini
AFAICT this is fixed in curl 7.28.0. ** Changed in: curl (Ubuntu) Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1078264 Title: curl-config --cflags is

[Bug 1057748] Re: Package needs to Replace libcurl4-dev

2012-12-15 Thread Alessandro Ghedini
This has been fixed in curl 7.23.1-1. ** Bug watch added: Debian Bug tracker #644126 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644126 ** Also affects: curl (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644126 Importance: Unknown Status: Unknown ** Changed

[Bug 1056141] Re: libcurl hangs when sftp destination run out of space

2012-12-15 Thread Alessandro Ghedini
This appears to have been fixed upstream in curl 7.28.1 (for sftp too). ** Changed in: curl (Ubuntu) Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1056141 Title:

[Bug 723739] Re: Cannot cross compile 32-bit curl apps on x86_64

2012-06-29 Thread Alessandro Ghedini
The fix would be to make the -dev packages multi-arch enabled too, but IMO it is a bit late in the Debian development cycle to do this kind of changes. The Ubuntu folks may want to do this anyway though. See [0] and [1] as an example fix. [0]

[Bug 994526] Re: gnome-pie crashed with SIGABRT in gtk_builder_get_parameters()

2012-06-27 Thread Alessandro Ghedini
Could you please try with gnome-pie version 0.5.3? https://launchpad.net/ubuntu/+source/gnome-pie/0.5.3-1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/994526 Title: gnome-pie crashed with SIGABRT

[Bug 972322] Re: gnome-pie crashed with SIGABRT in g_thread_abort()

2012-06-27 Thread Alessandro Ghedini
Could you please try with gnome-pie version 0.5.3? https://launchpad.net/ubuntu/+source/gnome-pie/0.5.3-1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/972322 Title: gnome-pie crashed with SIGABRT

[Bug 1003740] Re: callgrind_control doesn't detect running valgrind (with patch)

2012-05-27 Thread Alessandro Ghedini
This has been fixed on the Debian side months ago in 1:3.7.0-2. ** Changed in: valgrind (Ubuntu) Status: New = Fix Committed ** Bug watch added: Debian Bug tracker #659215 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659215 ** Also affects: valgrind (Debian) via

[Bug 221524] Re: valgrind --db-attach=yes broken

2012-05-15 Thread Alessandro Ghedini
I cannot reproduce this. Do you still have problems? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/221524 Title: valgrind --db-attach=yes broken To manage notifications about this bug go to:

[Bug 514771] Re: valgrind does not recognize opcode 0x660F3A21 (INSERTPS of SSE 4.1)

2012-05-15 Thread Alessandro Ghedini
Valgrind has a quite complete support for SSE 4.1 now. Also, I cannot reproduce the problem with the following test case: % cat insertps.c int main(void) { asm(.byte 0x66, 0xF, 0x3A, 0x21); return 0; } Which is disassembled by gdb as: 0x004004a0 +0: mov

[Bug 531730] Re: bash-completion looks up tools in wrong directory

2012-05-15 Thread Alessandro Ghedini
This should have been fixed now. ** Bug watch added: Debian Bug tracker #549218 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549218 ** Also affects: valgrind (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549218 Importance: Unknown Status: Unknown ** Changed

[Bug 821539] Re: valgrind fails with assertion

2012-05-15 Thread Alessandro Ghedini
The problem is fixed in oneric Closing. ** Changed in: valgrind (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/821539 Title: valgrind fails with

[Bug 840467] Re: Bash-completion does not respect end of options argument (--)

2012-05-15 Thread Alessandro Ghedini
`valgrind -- ls -TABTAB` still tries to complete valgrinds options. I cannot reproduce this, do you still have problems with an up-to-date version of the package? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 852795] Re: valgrind does not support ivybridge rdrand instruction

2012-05-15 Thread Alessandro Ghedini
Here is a shorter test case: % cat rdrand.c int main(void) { asm(.byte 0x66, 0xF, 0xC7, 0xF0, 0xBA, 0x1); return 0; } Disassembled by gdb as: 0x004004a0 +0: moveax,0x0 0x004004a5 +5: movDWORD PTR [rsp-0x4],0x0 0x004004ad +13:

[Bug 13460] Re: libc6: dlerror valgrind error

2012-05-15 Thread Alessandro Ghedini
This should have been fixed around the 3.6.0 upstream release. ** Changed in: valgrind (Ubuntu) Status: Incomplete = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/13460

[Bug 874401] Re: callgrind always crash with assertion in jumps.c

2012-05-12 Thread Alessandro Ghedini
This has been fixed in the upstream release 3.7.0 (already in Ubuntu AFAICT). ** Changed in: valgrind (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/874401

[Bug 852760] Re: valgrind false positives on gcc-generated string routines

2012-05-12 Thread Alessandro Ghedini
I can reproduce this with GCC 4.6, but not with GCC 4.7 or Clang. ** Also affects: valgrind via http://bugs.kde.org/show_bug.cgi?id=264936 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 329221] Re: valgrind --db-attach /proc/$PID/fd permission problem

2012-05-12 Thread Alessandro Ghedini
This is completely unrelated; ptrace is disabled after process startup for non-root users in Ubuntu nowadays. https://wiki.ubuntu.com/Security/Features#PTRACE%20scope Closing as invalid. ** Changed in: valgrind (Ubuntu) Status: New = Invalid -- You received this bug notification

[Bug 484048] Re: valgrind is broken on powerpc

2012-05-12 Thread Alessandro Ghedini
** Bug watch added: KDE Bug Tracking System #214223 http://bugs.kde.org/show_bug.cgi?id=214223 ** Also affects: valgrind via http://bugs.kde.org/show_bug.cgi?id=214223 Importance: Unknown Status: Unknown ** Bug watch added: Debian Bug tracker #603961

[Bug 484048] Re: valgrind is broken on powerpc

2012-05-12 Thread Alessandro Ghedini
This should have been fixed. ** Changed in: valgrind (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/484048 Title: valgrind is broken on powerpc To manage

[Bug 783020] Re: valgrind always crashes w/ segfault

2012-05-12 Thread Alessandro Ghedini
*** This bug is a duplicate of bug 560140 *** https://bugs.launchpad.net/bugs/560140 This should be already fixed. ** Changed in: valgrind (Ubuntu) Status: New = Fix Released ** This bug has been marked a duplicate of bug 560140 Crashes with SIGILL on startup -- You received

[Bug 560140] Re: Crashes with SIGILL on startup

2012-05-12 Thread Alessandro Ghedini
This should have been already fixed. ** Changed in: valgrind (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/560140 Title: Crashes with SIGILL on startup

[Bug 681823] Re: the 'impossible' happened: Killed by fatal signal

2012-05-12 Thread Alessandro Ghedini
*** This bug is a duplicate of bug 573872 *** https://bugs.launchpad.net/bugs/573872 ** This bug has been marked a duplicate of bug 573872 valgrind reports with the 'impossible' happened message when running -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 573872] Re: valgrind reports with the 'impossible' happened message when running

2012-05-12 Thread Alessandro Ghedini
This should have already been fixed (the provided test works fine too). ** Changed in: valgrind (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/573872 Title:

[Bug 571577] Re: Valgrind's thread checker not working correctly

2012-05-12 Thread Alessandro Ghedini
I also tried with the SVN version (2) and it works correctly. Please update the Ubuntu package... Closing, since the package has been updated. ** Changed in: valgrind (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 971702] Re: Unknown SSL protocol error in connection

2012-04-03 Thread Alessandro Ghedini
Try using the '--tlsv1', '--sslv2' or '--sslv3' options (or the shorter ones '-1', '-2', '-3'). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/971702 Title: Unknown SSL protocol error in connection

[Bug 971702] Re: Unknown SSL protocol error in connection

2012-04-03 Thread Alessandro Ghedini
Are we suppose to have to tell CURL which SSL version we are requesting or is it suppose to figure that out on it's own? In theory you don't have to specify the SSL version, for example I can do curl https://www.google.com; or curl https://launchpad.net; just fine. In this case the problem (i.e.

[Bug 971702] Re: Unknown SSL protocol error in connection

2012-04-03 Thread Alessandro Ghedini
Closing since this is not a curl bug. ** Changed in: curl (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/971702 Title: Unknown SSL protocol error in connection

[Bug 935169] Re: hiredis version 0.10.1-2 FTBFS on armhf in precise

2012-03-27 Thread Alessandro Ghedini
This has been fixed in hiredis 0.10.1-4 in Debian (current version there is 0.10.1-6). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/935169 Title: hiredis version 0.10.1-2 FTBFS on armhf in precise

[Bug 714895] Re: man page error for -S/--silent option

2012-02-29 Thread Alessandro Ghedini
This is fixed in current version 7.22.0-3u2. ** Changed in: curl (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/714895 Title: man page error for

[Bug 940431] Re: Provide 11.10 backport to fix SSL connection lost with git

2012-02-29 Thread Alessandro Ghedini
** Summary changed: - SSL connection lost with git + Provide 11.10 backport to fix SSL connection lost with git -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/940431 Title: Provide 11.10 backport

[Bug 940431] Re: Provide 11.10 backport to fix SSL connection lost with git

2012-02-29 Thread Alessandro Ghedini
The bug has been already fixed, what the submitter is asking is a backport of the version 7.22.0-3u2 for Ubuntu 11.10. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/940431 Title: Provide 11.10

[Bug 620913] Re: Unable to use proxy with kerberos authentization for https

2012-02-29 Thread Alessandro Ghedini
This is fixed in current version 7.22.0-3u2. Closing now. ** Changed in: curl (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/620913 Title: Unable to

[Bug 883977] Re: ulatencyd crashed with signal 5 in u_dbus_setup()

2012-01-17 Thread Alessandro Ghedini
This has been fixed upstream. It will be included in the next release. ** Changed in: ulatencyd (Ubuntu) Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/883977

[Bug 447287] Re: FTBFS: xvfb fail

2012-01-17 Thread Alessandro Ghedini
libpango-perl builds fine now (it appears to be a problem in xvfb rather than libpango-perl, anyway). Closing. ** Changed in: libpango-perl (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 260134] Re: Compilation failed when install

2012-01-17 Thread Alessandro Ghedini
This has been fixed long ago. ** Changed in: libxml-libxml-perl (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/260134 Title: Compilation failed when

[Bug 855291] Re: libcurl3-dbg does not have any debug symbols in it

2012-01-13 Thread Alessandro Ghedini
This has been fixed in version 7.23.1-1 (which is not yet in Ubuntu). ** Changed in: curl (Ubuntu) Status: Confirmed = Fix Committed ** Changed in: curl (Ubuntu) Assignee: (unassigned) = Alessandro Ghedini (ghedo) -- You received this bug notification because you are a member

[Bug 389601] Re: TFTP Upload broken

2012-01-13 Thread Alessandro Ghedini
This has been fixed in version 7.19.7-1. ** Changed in: curl (Ubuntu) Status: Triaged = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/389601 Title: TFTP Upload broken To

[Bug 802263] Re: curl packages 7.21.3-1ubuntu1.2 missing changelog

2012-01-13 Thread Alessandro Ghedini
This has nothing to do with the curl source package, which has always had both copyright and changelog as per Debian policy (this is easily proved by actually downloading the packages and checking under /usr/share/doc/package). You should probably talk with the people that maintain the

[Bug 359957] Re: transmission crashed with SIGSEGV in curl_multi_socket_action()

2012-01-13 Thread Alessandro Ghedini
This has been fixed (long ago) either in version 7.19.4-1 or 7.19.5-1. ** Changed in: curl (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/359957 Title:

[Bug 879759] Re: mouse clicking hang

2012-01-12 Thread Alessandro Ghedini
How is this related to libmouse-perl? You have probably reported against the wrong package. Cheers -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/879759 Title: mouse clicking hang To manage

[Bug 879759] Re: mouse clicking hang

2012-01-12 Thread Alessandro Ghedini
Wrong package ** Changed in: libmouse-perl (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/879759 Title: mouse clicking hang To manage notifications about this

[Bug 875820] Re: Installation problem

2012-01-12 Thread Alessandro Ghedini
This is fixed in version 0.6-2 (already in Ubuntu AFAICT). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/875820 Title: Installation problem To manage notifications about this bug go to:

[Bug 875820] Re: Installation problem

2012-01-12 Thread Alessandro Ghedini
Fixed in version 0.6-2 ** Changed in: alsaequal (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/875820 Title: Installation problem To manage