public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "howarth at bromo dot med.uc.edu" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/64368] [5 Regression] Several libstdc++ test failures on non-linux platforms after r218964.
Date: Sat, 24 Jan 2015 20:38:00 -0000	[thread overview]
Message-ID: <bug-64368-4-qtrnHvDnH9@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-64368-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #17 from howarth at bromo dot med.uc.edu ---
For the failure of the 22_locale/locale/cons/6.cc execution test on darwin14,
it traces as...

% fsf-gdb ./11.exe                                                              
GNU gdb (GDB) 7.8.2
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin14.1.0".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from ./11.exe...Reading symbols from
/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/x86_64-apple-darwin14.1.0/libstdc++-v3/testsuite/11.exe.dSYM/Contents/Resources/DWARF/11.exe...done.
done.
(gdb) break main
Breakpoint 1 at 0x3860: file
/sw/src/fink.build/gcc50-5.0.0-1000/gcc-5-20150124/libstdc++-v3/testsuite/22_locale/num_get/get/char/11.cc,
line 104.
(gdb) r
Starting program:
/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/x86_64-apple-darwin14.1.0/libstdc++-v3/testsuite/11.exe 
warning: Could not open OSO archive file
"/BinaryCache/corecrypto/corecrypto-233.1.2~26/Symbols/BuiltProducts/libcorecrypto_static.a"
warning:
`/BinaryCache/coreTLS/coreTLS-35.1.2~2/Objects/coretls.build/coretls.build/Objects-normal/i386/system_coretls_vers.o':
can't open to read symbols: No such file or directory.
warning: Could not open OSO archive file
"/BinaryCache/coreTLS/coreTLS-35.1.2~2/Symbols/BuiltProducts/libcoretls_ciphersuites.a"
warning: Could not open OSO archive file
"/BinaryCache/coreTLS/coreTLS-35.1.2~2/Symbols/BuiltProducts/libcoretls_handshake.a"
warning: Could not open OSO archive file
"/BinaryCache/coreTLS/coreTLS-35.1.2~2/Symbols/BuiltProducts/libcoretls_record.a"
warning: Could not open OSO archive file
"/BinaryCache/coreTLS/coreTLS-35.1.2~2/Symbols/BuiltProducts/libcoretls_stream_parser.a"

Breakpoint 1, main () at
/sw/src/fink.build/gcc50-5.0.0-1000/gcc-5-20150124/libstdc++-v3/testsuite/22_locale/num_get/get/char/11.cc:104
104    {
(gdb) s
105      test01();
(gdb) s
test01 () at
/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/x86_64-apple-darwin14.1.0/i386/libstdc++-v3/include/bits/basic_ios.h:462
462        _M_streambuf(0), _M_ctype(0), _M_num_put(0), _M_num_get(0)
(gdb) s
40    {
(gdb) s
462        _M_streambuf(0), _M_ctype(0), _M_num_put(0), _M_num_get(0)
(gdb) s
40    {
(gdb) s
462        _M_streambuf(0), _M_ctype(0), _M_num_put(0), _M_num_get(0)
(gdb) s
warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

0x94e20420 in dyld_stub_binder () from /usr/lib/system/libdyld.dylib
(gdb) s
Single stepping until exit from function dyld_stub_binder,
which has no line number information.
warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

0x94e20440 in misaligned_stack_error_ () from /usr/lib/system/libdyld.dylib
(gdb) s
Single stepping until exit from function misaligned_stack_error_,
which has no line number information.
warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

0x94e20458 in dyld_stub_binder_ () from /usr/lib/system/libdyld.dylib
(gdb) s
Single stepping until exit from function dyld_stub_binder_,
which has no line number information.
std::ios_base::ios_base (this=0xbffff49c) at
../../../../../../gcc-5-20150124/libstdc++-v3/src/c++11/ios.cc:76
76      ios_base::ios_base() throw()
(gdb) s
11.exe(40298,0xa07ed1d4) malloc: *** error for object 0xc5a1e: pointer being
freed was not allocated
*** set a breakpoint in malloc_error_break to debug

Program received signal SIGABRT, Aborted.
0x94e3c69a in __pthread_kill () from /usr/lib/system/libsystem_kernel.dylib


  parent reply	other threads:[~2015-01-24 20:38 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-20 15:33 [Bug target/64368] New: [5 Regression] Several libstdc++ test failures on darwin " dominiq at lps dot ens.fr
2014-12-20 15:37 ` [Bug target/64368] " dominiq at lps dot ens.fr
2014-12-20 15:39 ` dominiq at lps dot ens.fr
2014-12-20 15:47 ` fxcoudert at gcc dot gnu.org
2014-12-20 16:00 ` dominiq at lps dot ens.fr
2014-12-20 17:39 ` howarth at bromo dot med.uc.edu
2014-12-29  2:23 ` hp at gcc dot gnu.org
2014-12-29  2:51 ` [Bug target/64368] [5 Regression] Several libstdc++ test failures on darwin and others " hp at gcc dot gnu.org
2014-12-29 12:56 ` redi at gcc dot gnu.org
2014-12-29 14:15 ` hp at gcc dot gnu.org
2014-12-29 14:48 ` hp at gcc dot gnu.org
2015-01-09 11:20 ` rguenth at gcc dot gnu.org
2015-01-12  7:26 ` izamyatin at gmail dot com
2015-01-21 11:13 ` ro at gcc dot gnu.org
2015-01-21 15:03 ` [Bug target/64368] [5 Regression] Several libstdc++ test failures on non-linux platforms " dominiq at lps dot ens.fr
2015-01-21 16:32 ` redi at gcc dot gnu.org
2015-01-24 20:38 ` howarth at bromo dot med.uc.edu [this message]
2015-01-26 12:33 ` redi at gcc dot gnu.org
2015-01-26 23:43 ` redi at gcc dot gnu.org
2015-01-26 23:44 ` redi at gcc dot gnu.org
2015-01-27  5:06 ` howarth at bromo dot med.uc.edu
2015-01-27 11:05 ` dominiq at lps dot ens.fr
2015-01-27 11:13 ` redi at gcc dot gnu.org
2015-01-27 12:23 ` dominiq at lps dot ens.fr
2015-01-27 13:13 ` redi at gcc dot gnu.org
2015-01-27 14:54 ` hp at gcc dot gnu.org
2015-01-27 21:11 ` andreast at gcc dot gnu.org
2015-01-28  0:48 ` redi at gcc dot gnu.org
2015-01-28  3:32 ` howarth at bromo dot med.uc.edu
2015-01-28  9:46 ` ro at CeBiTec dot Uni-Bielefeld.DE

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-64368-4-qtrnHvDnH9@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).