public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/10610] valgrind detect 1 extra free() from _vgnU_freeres per shared lib linked
       [not found] <bug-10610-131@http.sourceware.org/bugzilla/>
@ 2011-09-12  9:19 ` spoyarek at redhat dot com
  2011-10-07 14:59 ` drepper.fsp at gmail dot com
  2014-07-01  6:54 ` fweimer at redhat dot com
  2 siblings, 0 replies; 9+ messages in thread
From: spoyarek at redhat dot com @ 2011-09-12  9:19 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=10610

Siddhesh Poyarekar <spoyarek at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |spoyarek at redhat dot com

--- Comment #6 from Siddhesh Poyarekar <spoyarek at redhat dot com> 2011-09-12 09:18:14 UTC ---
Looks like this has been fixed already with
bc5fb0374c3ce6eca92f44d13a55b066e707c4a0 . It was reported in Fedora too:
https://bugzilla.redhat.com/show_bug.cgi?id=629976

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libc/10610] valgrind detect 1 extra free() from _vgnU_freeres per shared lib linked
       [not found] <bug-10610-131@http.sourceware.org/bugzilla/>
  2011-09-12  9:19 ` [Bug libc/10610] valgrind detect 1 extra free() from _vgnU_freeres per shared lib linked spoyarek at redhat dot com
@ 2011-10-07 14:59 ` drepper.fsp at gmail dot com
  2014-07-01  6:54 ` fweimer at redhat dot com
  2 siblings, 0 replies; 9+ messages in thread
From: drepper.fsp at gmail dot com @ 2011-10-07 14:59 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=10610

Ulrich Drepper <drepper.fsp at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #7 from Ulrich Drepper <drepper.fsp at gmail dot com> 2011-10-07 14:56:06 UTC ---
I cannot reproduce any problem.  I'm not going to roll back my sources to check
whether it was the patch in comment 6 or not.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libc/10610] valgrind detect 1 extra free() from _vgnU_freeres per shared lib linked
       [not found] <bug-10610-131@http.sourceware.org/bugzilla/>
  2011-09-12  9:19 ` [Bug libc/10610] valgrind detect 1 extra free() from _vgnU_freeres per shared lib linked spoyarek at redhat dot com
  2011-10-07 14:59 ` drepper.fsp at gmail dot com
@ 2014-07-01  6:54 ` fweimer at redhat dot com
  2 siblings, 0 replies; 9+ messages in thread
From: fweimer at redhat dot com @ 2014-07-01  6:54 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=10610

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libc/10610] valgrind detect 1 extra free() from _vgnU_freeres per shared lib linked
  2009-09-05 21:05 [Bug libc/10610] New: " laurent dot deniau at cern dot ch
                   ` (4 preceding siblings ...)
  2010-06-30  8:23 ` caolanm at redhat dot com
@ 2010-06-30  8:27 ` caolanm at redhat dot com
  5 siblings, 0 replies; 9+ messages in thread
From: caolanm at redhat dot com @ 2010-06-30  8:27 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From caolanm at redhat dot com  2010-06-30 08:26 -------
int main(void) { return 0;} linked, using an rpath with two components, to an
empty lib which itself is linked using an rpath with two components to another
empty lib where each lib is in a different path corresponding to each rpath
component

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10610

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libc/10610] valgrind detect 1 extra free() from _vgnU_freeres per shared lib linked
  2009-09-05 21:05 [Bug libc/10610] New: " laurent dot deniau at cern dot ch
                   ` (3 preceding siblings ...)
  2010-06-30  8:22 ` caolanm at redhat dot com
@ 2010-06-30  8:23 ` caolanm at redhat dot com
  2010-06-30  8:27 ` caolanm at redhat dot com
  5 siblings, 0 replies; 9+ messages in thread
From: caolanm at redhat dot com @ 2010-06-30  8:23 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From caolanm at redhat dot com  2010-06-30 08:23 -------
Created an attachment (id=4865)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4865&action=view)
standalone demo

tar xvzf demo.tar.gz
cd demo
make

and that'll reproduce this

rpm -q glibc
glibc-2.12.90-3.x86_64


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10610

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libc/10610] valgrind detect 1 extra free() from _vgnU_freeres per shared lib linked
  2009-09-05 21:05 [Bug libc/10610] New: " laurent dot deniau at cern dot ch
                   ` (2 preceding siblings ...)
  2009-10-30  4:03 ` drepper at redhat dot com
@ 2010-06-30  8:22 ` caolanm at redhat dot com
  2010-06-30  8:23 ` caolanm at redhat dot com
  2010-06-30  8:27 ` caolanm at redhat dot com
  5 siblings, 0 replies; 9+ messages in thread
From: caolanm at redhat dot com @ 2010-06-30  8:22 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From caolanm at redhat dot com  2010-06-30 08:22 -------
I've a test case for this now

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |caolanm at redhat dot com
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |


http://sourceware.org/bugzilla/show_bug.cgi?id=10610

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libc/10610] valgrind detect 1 extra free() from _vgnU_freeres per shared lib linked
  2009-09-05 21:05 [Bug libc/10610] New: " laurent dot deniau at cern dot ch
  2009-09-06 13:16 ` [Bug libc/10610] " drepper at redhat dot com
  2009-10-28 13:46 ` schwab at linux-m68k dot org
@ 2009-10-30  4:03 ` drepper at redhat dot com
  2010-06-30  8:22 ` caolanm at redhat dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: drepper at redhat dot com @ 2009-10-30  4:03 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2009-10-30 04:03 -------
More than a month and a half without a reply.  Reopen in case you have a test case.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |WORKSFORME


http://sourceware.org/bugzilla/show_bug.cgi?id=10610

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libc/10610] valgrind detect 1 extra free() from _vgnU_freeres per shared lib linked
  2009-09-05 21:05 [Bug libc/10610] New: " laurent dot deniau at cern dot ch
  2009-09-06 13:16 ` [Bug libc/10610] " drepper at redhat dot com
@ 2009-10-28 13:46 ` schwab at linux-m68k dot org
  2009-10-30  4:03 ` drepper at redhat dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: schwab at linux-m68k dot org @ 2009-10-28 13:46 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  GCC build triplet|gcc -v Using built-in specs.|
                   |Target: x86_64-linux-gnu    |
                   |Configure                   |
   GCC host triplet|Linux ubuntu 2.6.28-15-     |x86_64-linux-gnu
                   |generic #49-Ubuntu SMP Tue  |
                   |Aug 18 19:25:3              |
 GCC target triplet|idem                        |


http://sourceware.org/bugzilla/show_bug.cgi?id=10610

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libc/10610] valgrind detect 1 extra free() from _vgnU_freeres per shared lib linked
  2009-09-05 21:05 [Bug libc/10610] New: " laurent dot deniau at cern dot ch
@ 2009-09-06 13:16 ` drepper at redhat dot com
  2009-10-28 13:46 ` schwab at linux-m68k dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: drepper at redhat dot com @ 2009-09-06 13:16 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2009-09-06 13:16 -------
This is no self-contained test.  Who knows what this library does.  This is
where the problem seems to be.  Otherwise, produce a test case which doesn't
rely on anything but libc.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING
  GCC build triplet| gcc -v Using built-in      |gcc -v Using built-in specs.
                   |specs. Target: x86_64-linux-|Target: x86_64-linux-gnu
                   |gnu Configure               |Configure


http://sourceware.org/bugzilla/show_bug.cgi?id=10610

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-07-01  6:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-10610-131@http.sourceware.org/bugzilla/>
2011-09-12  9:19 ` [Bug libc/10610] valgrind detect 1 extra free() from _vgnU_freeres per shared lib linked spoyarek at redhat dot com
2011-10-07 14:59 ` drepper.fsp at gmail dot com
2014-07-01  6:54 ` fweimer at redhat dot com
2009-09-05 21:05 [Bug libc/10610] New: " laurent dot deniau at cern dot ch
2009-09-06 13:16 ` [Bug libc/10610] " drepper at redhat dot com
2009-10-28 13:46 ` schwab at linux-m68k dot org
2009-10-30  4:03 ` drepper at redhat dot com
2010-06-30  8:22 ` caolanm at redhat dot com
2010-06-30  8:23 ` caolanm at redhat dot com
2010-06-30  8:27 ` caolanm at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).