public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/35424]  New: deallocate_local_thread-5.cc and deallocate_local_thread-7.cc fails on darwin
@ 2008-03-03 15:12 ismail at namtrac dot org
  2008-12-07 20:35 ` [Bug target/35424] " danglin at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ismail at namtrac dot org @ 2008-03-03 15:12 UTC (permalink / raw)
  To: gcc-bugs

Both tests show the same failure:

terminate called after throwing an instance of 'std::runtime_error'
  what():  allocation/deallocation count isn't zero
operator new is called
operator new is called
operator new is called
operator new is called
operator new is called
operator new is called
operator new is called
operator new is called
operator new is called
operator new is called
operator new is called
operator new is called
operator new is called
operator new is called
operator new is called
operator new is called
operator new is called
operator new is called
operator new is called
operator new is called
operator new is called
operator new is called
operator new is called
operator new is called
operator delete is called
operator delete is called
operator delete is called
operator delete is called
operator delete is called
operator delete is called
operator delete is called
operator delete is called
operator delete is called
operator delete is called
operator delete is called
operator delete is called
operator delete is called
operator delete is called
operator delete is called
operator delete is called
operator delete is called
operator delete is called
operator delete is called
operator delete is called
operator delete is called
operator delete is called
operator delete is called
allocation/deallocation count is 1
operator new is called
FAIL: ext/mt_allocator/deallocate_local_thread-5.cc execution test


-- 
           Summary: deallocate_local_thread-5.cc and
                    deallocate_local_thread-7.cc fails on darwin
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ismail at namtrac dot org
 GCC build triplet: i686-apple-darwin9
  GCC host triplet: i686-apple-darwin9
GCC target triplet: i686-apple-darwin9


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35424


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

* [Bug target/35424] deallocate_local_thread-5.cc and deallocate_local_thread-7.cc fails on darwin
  2008-03-03 15:12 [Bug c++/35424] New: deallocate_local_thread-5.cc and deallocate_local_thread-7.cc fails on darwin ismail at namtrac dot org
@ 2008-12-07 20:35 ` danglin at gcc dot gnu dot org
  2009-01-27  4:03 ` [Bug libstdc++/35424] " bkoz at gcc dot gnu dot org
  2009-01-27  4:04 ` bkoz at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: danglin at gcc dot gnu dot org @ 2008-12-07 20:35 UTC (permalink / raw)
  To: gcc-bugs



-- 

danglin at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-12-07 20:32:40
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35424


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

* [Bug libstdc++/35424] deallocate_local_thread-5.cc and deallocate_local_thread-7.cc fails on darwin
  2008-03-03 15:12 [Bug c++/35424] New: deallocate_local_thread-5.cc and deallocate_local_thread-7.cc fails on darwin ismail at namtrac dot org
  2008-12-07 20:35 ` [Bug target/35424] " danglin at gcc dot gnu dot org
@ 2009-01-27  4:03 ` bkoz at gcc dot gnu dot org
  2009-01-27  4:04 ` bkoz at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2009-01-27  4:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from bkoz at gcc dot gnu dot org  2009-01-27 04:03 -------
Fixed on trunk and gcc-4.3.4


-- 

bkoz at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |bkoz at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
          Component|target                      |libstdc++
   Last reconfirmed|2008-12-07 20:32:40         |2009-01-27 04:03:48
               date|                            |
   Target Milestone|---                         |4.3.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35424


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

* [Bug libstdc++/35424] deallocate_local_thread-5.cc and deallocate_local_thread-7.cc fails on darwin
  2008-03-03 15:12 [Bug c++/35424] New: deallocate_local_thread-5.cc and deallocate_local_thread-7.cc fails on darwin ismail at namtrac dot org
  2008-12-07 20:35 ` [Bug target/35424] " danglin at gcc dot gnu dot org
  2009-01-27  4:03 ` [Bug libstdc++/35424] " bkoz at gcc dot gnu dot org
@ 2009-01-27  4:04 ` bkoz at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2009-01-27  4:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from bkoz at gcc dot gnu dot org  2009-01-27 04:04 -------
Fixed


-- 

bkoz at gcc dot gnu dot org changed:

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


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35424


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

end of thread, other threads:[~2009-01-27  4:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-03 15:12 [Bug c++/35424] New: deallocate_local_thread-5.cc and deallocate_local_thread-7.cc fails on darwin ismail at namtrac dot org
2008-12-07 20:35 ` [Bug target/35424] " danglin at gcc dot gnu dot org
2009-01-27  4:03 ` [Bug libstdc++/35424] " bkoz at gcc dot gnu dot org
2009-01-27  4:04 ` bkoz at gcc dot gnu dot org

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).