[Bug 59449] Re: Valgrind errors on gethostbyname().

2011-08-11 Thread Bug Watch Updater
** Changed in: glibc (Debian) 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/59449 Title: Valgrind errors on gethostbyname(). To manage notifications about this bu

[Bug 59449] Re: Valgrind errors on gethostbyname().

2009-03-24 Thread Matthias Klose
same in jaunty ** Changed in: glibc (Ubuntu) Status: Confirmed => Fix Released -- Valgrind errors on gethostbyname(). https://bugs.launchpad.net/bugs/59449 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing l

[Bug 59449] Re: Valgrind errors on gethostbyname().

2008-10-31 Thread Morgan GERMAIN
No problem with Intrepid Ibex [EMAIL PROTECTED]:~/tmp$ valgrind --leak-check=full --show-reachable=yes ./gethostbyname ==12288== Memcheck, a memory error detector. ==12288== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al. ==12288== Using LibVEX rev 1854, a library for dynamic bina

[Bug 59449] Re: Valgrind errors on gethostbyname().

2008-03-31 Thread xRaich [o] ²x
Confirmed in Hardy Beta : ==13762== Invalid read of size 4 ==13762==at 0x40151F3: (within /lib/ld-2.7.so) ==13762==by 0x4005C69: (within /lib/ld-2.7.so) ==13762==by 0x4007A97: (within /lib/ld-2.7.so) ==13762==by 0x400BC16: (within /lib/ld-2.7.so) ==13762==by 0x400D5D5: (within

[Bug 59449] Re: Valgrind errors on gethostbyname().

2008-02-27 Thread Bug Watch Updater
** Changed in: glibc (Debian) Status: Unknown => New -- Valgrind errors on gethostbyname(). https://bugs.launchpad.net/bugs/59449 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubunt

[Bug 59449] Re: Valgrind errors on gethostbyname().

2008-02-27 Thread Morgan GERMAIN
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=318317 Debian lists suggests to use get{addr|name}info() instead but some systems do not have these methods and your program may lose portability... -- Valgrind errors on gethostbyname(). https://bugs.launchpad.net/bugs/59449 You received

[Bug 59449] Re: Valgrind errors on gethostbyname().

2008-02-27 Thread Morgan GERMAIN
** Bug watch added: Debian Bug tracker #318317 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=318317 ** Also affects: glibc (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=318317 Importance: Unknown Status: Unknown -- Valgrind errors on gethostbyname(). https://bu

[Bug 59449] Re: Valgrind errors on gethostbyname().

2008-02-27 Thread Morgan GERMAIN
I found that problem on Debian Etch. Is there another way to get hosts info ? -- Valgrind errors on gethostbyname(). https://bugs.launchpad.net/bugs/59449 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubun

[Bug 59449] Re: Valgrind errors on gethostbyname().

2007-11-20 Thread Teudimundo
In Gutsy Gibbon the error changed in 4 invalid read: ==10321== Invalid read of size 4 ==10321==at 0x4014C09: (within /lib/ld-2.6.1.so) ==10321==by 0x4005BE9: (within /lib/ld-2.6.1.so) ==10321==by 0x4007A07: (within /lib/ld-2.6.1.so) ==10321==by 0x4010F83: (within /lib/ld-2.6.1.so)

[Bug 59449] Re: Valgrind errors on gethostbyname().

2007-10-13 Thread Erik de Castro Lopo
I'm now running the Gutsy pre-release (libc6, 2.6.1-1ubuntu9) and this problem is still present. -- Valgrind errors on gethostbyname(). https://bugs.launchpad.net/bugs/59449 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubunt

[Bug 59449] Re: Valgrind errors on gethostbyname().

2007-09-09 Thread Teudimundo
I found the same problem on Ubuntu 7.04, but the errors that I get are 'invalid reads'. I attach the valgrind outputs. ** Attachment added: "Valgrind output on Ubuntu 7.04" http://launchpadlibrarian.net/9197026/valgrind.out -- Valgrind errors on gethostbyname(). https://bugs.launchpad.net/b

[Bug 59449] Re: Valgrind errors on gethostbyname().

2007-01-24 Thread Colin Watson
** Changed in: libc (Ubuntu) Sourcepackagename: libc => glibc -- Valgrind errors on gethostbyname(). https://launchpad.net/bugs/59449 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 59449] Re: Valgrind errors on gethostbyname().

2006-09-08 Thread Erik de Castro Lopo
Valgrind does have an issue (unhandled CFI instruction 0:50) but this bug is about gethostbyname doing a "Conditional jump or move depends on uninitialised value(s)". ** Changed in: valgrind (Ubuntu) Sourcepackagename: valgrind => libc -- Valgrind errors on gethostbyname(). https://launchpad.ne

[Bug 59449] Re: Valgrind errors on gethostbyname().

2006-09-08 Thread Erik de Castro Lopo
This is not an issue of returning a wrong value, but the gethostbyname code does have a bug. Valgrind reports a number of "Conditional jump or move depends on uninitialised value(s)" which is a result of code paths being taken which depend on uninitialised automatic variables. Compiling the geth

[Bug 59449] Re: Valgrind errors on gethostbyname().

2006-09-08 Thread Jeff Bailey
Nothing in here indicates to me that glibc is returning an incorrect value. However, I do see that valgrind isn't updated for recent CFI instructions. Reassigning this to valgrind. ** Changed in: glibc (Ubuntu) Sourcepackagename: glibc => valgrind -- Valgrind errors on gethostbyname(). https:/