public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/64040] New: FAIL: 23_containers/vector/ext_pointer/types/2.cc execution test
@ 2014-11-24  1:13 danglin at gcc dot gnu.org
  2014-11-24  1:29 ` [Bug libstdc++/64040] " redi at gcc dot gnu.org
  2014-11-24  1:40 ` danglin at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: danglin at gcc dot gnu.org @ 2014-11-24  1:13 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64040

            Bug ID: 64040
           Summary: FAIL: 23_containers/vector/ext_pointer/types/2.cc
                    execution test
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: danglin at gcc dot gnu.org
              Host: hppa2.0w-hp-hpux11.11
            Target: hppa2.0w-hp-hpux11.11
             Build: hppa*-*-* (32-bit)

Executing on host: /test/gnu/gcc/objdir/./gcc/xg++ -shared-libgcc
-B/test/gnu/gc
c/objdir/./gcc -nostdinc++
-L/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc+
+-v3/src -L/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/src/.libs
-L/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/libsupc++/.libs
-B/opt/gnu/gcc/gcc-5.0/hppa2.0w-hp-hpux11.11/bin/
-B/opt/gnu/gcc/gcc-5.0/hppa2.0w-hp-hpux11.11/lib/ -isystem
/opt/gnu/gcc/gcc-5.0/hppa2.0w-hp-hpux11.11/include -isystem
/opt/gnu/gcc/gcc-5.0/hppa2.0w-hp-hpux11.11/sys-include
-B/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libstdc++-v3/src/.libs
-D_GLIBCXX_ASSERT -fmessage-length=0 -g -O2 -DLOCALEDIR="." -nostdinc++
-I/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/hppa2.0w-hp-hpux11.11
-I/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include
-I/test/gnu/gcc/gcc/libstdc++-v3/libsupc++
-I/test/gnu/gcc/gcc/libstdc++-v3/include/backward
-I/test/gnu/gcc/gcc/libstdc++-v3/testsuite/util
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/types/2.cc
  -std=gnu++11 ./libtestc++.a   -lm   -o ./2.exe    (timeout = 600)
spawn /test/gnu/gcc/objdir/./gcc/xg++ -shared-libgcc
-B/test/gnu/gcc/objdir/./gcc -nostdinc++
-L/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/src -L/t
est/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/src/.libs
-L/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/libsupc++/.libs
-B/opt/gnu/gcc/gcc-5.0/hppa2.0w-hp-hpux11.11/bin/
-B/opt/gnu/gcc/gcc-5.0/hppa2.0w-hp-hpux11.11/lib/ -isystem
/opt/gnu/gcc/gcc-5.0/hppa2.0w-hp-hpux11.11/include -isystem
/opt/gnu/gcc/gcc-5.0/hppa2.0w-hp-hpux11.11/sys-include
-B/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libstdc++-v3/src/.libs
-D_GLIBCXX_ASSERT -fmessage-length=0 -g -O2 -DLOCALEDIR="." -nostdinc++
-I/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/hppa2.0w-hp-hpux11.11
-I/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include
-I/test/gnu/gcc/gcc/libstdc++-v3/libsupc++
-I/test/gnu/gcc/gcc/libstdc++-v3/include/backward
-I/test/gnu/gcc/gcc/libstdc++-v3/testsuite/util
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/types/2.cc
-std=gnu++11 ./libtestc++.a -lm -o ./2.exe
PASS: 23_containers/vector/ext_pointer/types/2.cc (test for excess errors)
Setting LD_LIBRARY_PATH to
:/test/gnu/gcc/objdir/gcc:/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libstdc++-v3/../libgomp/.libs:/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libstdc++-v3/src/.libs::/test/gnu/gcc/objdir/gcc:/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libstdc++-v3/../libgomp/.libs:/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libstdc++-v3/src/.libs
spawn [open ...]
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
FAIL: 23_containers/vector/ext_pointer/types/2.cc execution test
extra_tool_flags are:
 -std=gnu++11


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

* [Bug libstdc++/64040] FAIL: 23_containers/vector/ext_pointer/types/2.cc execution test
  2014-11-24  1:13 [Bug libstdc++/64040] New: FAIL: 23_containers/vector/ext_pointer/types/2.cc execution test danglin at gcc dot gnu.org
@ 2014-11-24  1:29 ` redi at gcc dot gnu.org
  2014-11-24  1:40 ` danglin at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: redi at gcc dot gnu.org @ 2014-11-24  1:29 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64040

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Strange. Maybe some number is overflowing and trying to allocate a huge number
of bytes. I'll try to look into it but not for a few days.


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

* [Bug libstdc++/64040] FAIL: 23_containers/vector/ext_pointer/types/2.cc execution test
  2014-11-24  1:13 [Bug libstdc++/64040] New: FAIL: 23_containers/vector/ext_pointer/types/2.cc execution test danglin at gcc dot gnu.org
  2014-11-24  1:29 ` [Bug libstdc++/64040] " redi at gcc dot gnu.org
@ 2014-11-24  1:40 ` danglin at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: danglin at gcc dot gnu.org @ 2014-11-24  1:40 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64040

--- Comment #2 from John David Anglin <danglin at gcc dot gnu.org> ---
Program received signal SIGABRT, Aborted.
0xc020e9d8 in ?? () from /usr/lib/libc.2
(gdb) bt
#0  0xc020e9d8 in ?? () from /usr/lib/libc.2
#1  0xc01a9a74 in ?? () from /usr/lib/libc.2
#2  0xc01eadf8 in ?? () from /usr/lib/libc.2
#3  0xc01eae54 in ?? () from /usr/lib/libc.2
#4  0xc1cbc82c in __gnu_cxx::__throw_concurrence_unlock_error ()
    at
/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/ext/concurrence.h:106
#5  0xc1cb7194 in __gnu_cxx::__throw_concurrence_unlock_error ()
    at
/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/ext/concurrence.h:106
#6  0xc1cb7600 in __gnu_cxx::__throw_concurrence_unlock_error ()
    at
/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/ext/concurrence.h:106
#7  0xc1cb7e44 in __gnu_cxx::__throw_concurrence_unlock_error ()
    at
/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/ext/concurrence.h:106
#8  0xc1cb9eac in __gnu_cxx::__throw_concurrence_unlock_error ()
    at
/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/ext/concurrence.h:106
#9  0x00004df0 in std::vector<N::X, __gnu_cxx::_ExtPtr_allocator<N::X>
>::_M_range_insert<__gnu_cxx::__normal_iterator<__gnu_cxx::_Pointer_adapter<__gnu_cxx::_Relative_pointer_impl<N::X
const> >, std::vector<N::X, __gnu_cxx::_ExtPtr_allocator<N::X> > > >
(this=0x7eff0638, __position=..., __first=..., __last=...)
---Type <return> to continue, or q <return> to quit---
    at
/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/ext/new_allocator.h:104
#10 0x00004f78 in std::vector<N::X, __gnu_cxx::_ExtPtr_allocator<N::X>
>::insert<__gnu_cxx::__normal_iterator<__gnu_cxx::_Pointer_adapter<__gnu_cxx::_Relative_pointer_impl<N::X
const> >, std::vector<N::X, __gnu_cxx::_ExtPtr_allocator<N::X> > >, void>
(this=0x7eff0638, __position=..., __first=..., __last=...)
    at
/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/bits/stl_vector.h:1377
#11 0x000064e4 in main ()
    at
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/types/2.cc:58


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

end of thread, other threads:[~2014-11-24  1:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-24  1:13 [Bug libstdc++/64040] New: FAIL: 23_containers/vector/ext_pointer/types/2.cc execution test danglin at gcc dot gnu.org
2014-11-24  1:29 ` [Bug libstdc++/64040] " redi at gcc dot gnu.org
2014-11-24  1:40 ` danglin at gcc dot gnu.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).