public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug go/54761] New: FAIL log
@ 2012-09-30 17:51 ubizjak at gmail dot com
  2012-09-30 18:16 ` [Bug go/54761] " ubizjak at gmail dot com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: ubizjak at gmail dot com @ 2012-09-30 17:51 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 54761
           Summary: FAIL log
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: go
        AssignedTo: ian@airs.com
        ReportedBy: ubizjak@gmail.com
              Host: alpha-unknown-linux-gnu
            Target: alpha-unknown-linux-gnu
             Build: alpha-unknown-linux-gnu


log libgo test regressed again, probaby when libgo switched to libbacktrace. As
instructed in PR52583, I am opening a new PR for this.

make GOTESTFLAGS=--keep log/check
--- FAIL: log.TestAll (0.01 seconds)
        ???:1: log output should match "^.*/[A-Za-z0-9_\\-]+\\.go:(54|56):
hello 23 world$" is "???:0: hello 23 world"
        ???:1: log output should match "^.*/[A-Za-z0-9_\\-]+\\.go:(54|56):
hello 23 world$" is "???:0: hello 23 world"
        ???:1: log output should match "^[A-Za-z0-9_\\-]+\\.go:(54|56): hello
23 world$" is "???:0: hello 23 world"
        ???:1: log output should match "^[A-Za-z0-9_\\-]+\\.go:(54|56): hello
23 world$" is "???:0: hello 23 world"
        ???:1: log output should match "^[A-Za-z0-9_\\-]+\\.go:(54|56): hello
23 world$" is "???:0: hello 23 world"
        ???:1: log output should match "^[A-Za-z0-9_\\-]+\\.go:(54|56): hello
23 world$" is "???:0: hello 23 world"
        ???:1: log output should match
"^XXX[0-9][0-9][0-9][0-9]/[0-9][0-9]/[0-9][0-9]
[0-9][0-9]:[0-9][0-9]:[0-9][0-9]\\.[0-9][0-9][0-9][0-9][0-9][0-9]
.*/[A-Za-z0-9_\\-]+\\.go:(54|56): hello 23 world$" is "XXX2012/09/30
19:38:55.640536 ???:0: hello 23 world"
        ???:1: log output should match
"^XXX[0-9][0-9][0-9][0-9]/[0-9][0-9]/[0-9][0-9]
[0-9][0-9]:[0-9][0-9]:[0-9][0-9]\\.[0-9][0-9][0-9][0-9][0-9][0-9]
.*/[A-Za-z0-9_\\-]+\\.go:(54|56): hello 23 world$" is "XXX2012/09/30
19:38:55.641513 ???:0: hello 23 world"
        ???:1: log output should match
"^XXX[0-9][0-9][0-9][0-9]/[0-9][0-9]/[0-9][0-9]
[0-9][0-9]:[0-9][0-9]:[0-9][0-9]\\.[0-9][0-9][0-9][0-9][0-9][0-9]
[A-Za-z0-9_\\-]+\\.go:(54|56): hello 23 world$" is "XXX2012/09/30
19:38:55.642490 ???:0: hello 23 world"
        ???:1: log output should match
"^XXX[0-9][0-9][0-9][0-9]/[0-9][0-9]/[0-9][0-9]
[0-9][0-9]:[0-9][0-9]:[0-9][0-9]\\.[0-9][0-9][0-9][0-9][0-9][0-9]
[A-Za-z0-9_\\-]+\\.go:(54|56): hello 23 world$" is "XXX2012/09/30
19:38:55.643466 ???:0: hello 23 world"
FAIL

~/gcc-build/gcc/xgcc -v
Using built-in specs.
COLLECT_GCC=/home/uros/gcc-build/gcc/xgcc
Target: alphaev68-unknown-linux-gnu
Configured with: ../gcc-svn/trunk/configure --enable-languages=all,obj-c++,go
Thread model: posix
gcc version 4.8.0 20120930 (experimental) [trunk revision 191866] (GCC)


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

* [Bug go/54761] FAIL log
  2012-09-30 17:51 [Bug go/54761] New: FAIL log ubizjak at gmail dot com
@ 2012-09-30 18:16 ` ubizjak at gmail dot com
  2012-09-30 18:18 ` ubizjak at gmail dot com
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ubizjak at gmail dot com @ 2012-09-30 18:16 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #1 from Uros Bizjak <ubizjak at gmail dot com> 2012-09-30 18:16:20 UTC ---
Created attachment 28306
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28306
Gzipped test executable

Gzipped alpha test executable, can be used with readelf.


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

* [Bug go/54761] FAIL log
  2012-09-30 17:51 [Bug go/54761] New: FAIL log ubizjak at gmail dot com
  2012-09-30 18:16 ` [Bug go/54761] " ubizjak at gmail dot com
@ 2012-09-30 18:18 ` ubizjak at gmail dot com
  2012-10-01  8:48 ` ubizjak at gmail dot com
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ubizjak at gmail dot com @ 2012-09-30 18:18 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #2 from Uros Bizjak <ubizjak at gmail dot com> 2012-09-30 18:18:10 UTC ---
Created attachment 28307
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28307
Output of readelf --debug


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

* [Bug go/54761] FAIL log
  2012-09-30 17:51 [Bug go/54761] New: FAIL log ubizjak at gmail dot com
  2012-09-30 18:16 ` [Bug go/54761] " ubizjak at gmail dot com
  2012-09-30 18:18 ` ubizjak at gmail dot com
@ 2012-10-01  8:48 ` ubizjak at gmail dot com
  2012-10-01 12:11 ` ubizjak at gmail dot com
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ubizjak at gmail dot com @ 2012-10-01  8:48 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #3 from Uros Bizjak <ubizjak at gmail dot com> 2012-10-01 08:48:24 UTC ---
FWIW, btest from libbacktrace already fails with:

test1: [0]: got C expected test.c
test1: [0]: got 197864 expected 303
test1: [0]: got  expected f3
FAIL: backtrace_full noinline
test2: [0]: got  expected test.c
test2: [0]: got 213088 expected 355
test2: [0]: got ELF expected f13
FAIL: backtrace_full inline
Segmentation fault

where:

Program received signal SIGSEGV, Segmentation fault.
check () at ../../../gcc-svn/trunk/libbacktrace/btest.c:116
116       for (s = p; *s != '\0'; ++s)
(gdb) bt
#0  check () at ../../../gcc-svn/trunk/libbacktrace/btest.c:116
#1  0x0000000120001e88 in f23.constprop.4 () at
../../../gcc-svn/trunk/libbacktrace/btest.c:448
#2  0x0000000120002148 in f22.constprop.3 () at
../../../gcc-svn/trunk/libbacktrace/btest.c:390
#3  0x0000000120002178 in test3 () at
../../../gcc-svn/trunk/libbacktrace/btest.c:384
#4  0x0000000120001208 in main () at
../../../gcc-svn/trunk/libbacktrace/btest.c:623
(gdb) li
111     {
112       const char *last;
113       const char *s;
114
115       last = NULL;
116       for (s = p; *s != '\0'; ++s)
117         {
118           if (IS_DIR_SEPARATOR (*s))
119             last = s + 1;
120         }


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

* [Bug go/54761] FAIL log
  2012-09-30 17:51 [Bug go/54761] New: FAIL log ubizjak at gmail dot com
                   ` (2 preceding siblings ...)
  2012-10-01  8:48 ` ubizjak at gmail dot com
@ 2012-10-01 12:11 ` ubizjak at gmail dot com
  2012-10-01 19:45 ` ubizjak at gmail dot com
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ubizjak at gmail dot com @ 2012-10-01 12:11 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #4 from Uros Bizjak <ubizjak at gmail dot com> 2012-10-01 12:11:16 UTC ---
For some reason _Unwind_Backtrace does not unwind after
backtrace_full/backtrace.c. This is problem in alpha unwinder.


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

* [Bug go/54761] FAIL log
  2012-09-30 17:51 [Bug go/54761] New: FAIL log ubizjak at gmail dot com
                   ` (3 preceding siblings ...)
  2012-10-01 12:11 ` ubizjak at gmail dot com
@ 2012-10-01 19:45 ` ubizjak at gmail dot com
  2012-10-01 21:14 ` [Bug other/54761] " ubizjak at gmail dot com
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ubizjak at gmail dot com @ 2012-10-01 19:45 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #5 from Uros Bizjak <ubizjak at gmail dot com> 2012-10-01 19:45:30 UTC ---
If libbacktrace is compiled with -fasynchronous-unwind-tables, then btest works
OK. Also, when libbacktrace is compiled with this flag, log and runtime/pprof
does not fail anymore.


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

* [Bug other/54761] FAIL log
  2012-09-30 17:51 [Bug go/54761] New: FAIL log ubizjak at gmail dot com
                   ` (4 preceding siblings ...)
  2012-10-01 19:45 ` ubizjak at gmail dot com
@ 2012-10-01 21:14 ` ubizjak at gmail dot com
  2012-10-02 13:14 ` uros at gcc dot gnu.org
  2012-10-02 13:30 ` ubizjak at gmail dot com
  7 siblings, 0 replies; 9+ messages in thread
From: ubizjak at gmail dot com @ 2012-10-01 21:14 UTC (permalink / raw)
  To: gcc-bugs


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

Uros Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-p
                   |                            |atches/2012-10/msg00092.htm
                   |                            |l
          Component|go                          |other
   Target Milestone|---                         |4.8.0

--- Comment #6 from Uros Bizjak <ubizjak at gmail dot com> 2012-10-01 21:13:49 UTC ---
Patch at [1].

[1] http://gcc.gnu.org/ml/gcc-patches/2012-10/msg00092.html


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

* [Bug other/54761] FAIL log
  2012-09-30 17:51 [Bug go/54761] New: FAIL log ubizjak at gmail dot com
                   ` (5 preceding siblings ...)
  2012-10-01 21:14 ` [Bug other/54761] " ubizjak at gmail dot com
@ 2012-10-02 13:14 ` uros at gcc dot gnu.org
  2012-10-02 13:30 ` ubizjak at gmail dot com
  7 siblings, 0 replies; 9+ messages in thread
From: uros at gcc dot gnu.org @ 2012-10-02 13:14 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #7 from uros at gcc dot gnu.org 2012-10-02 13:14:29 UTC ---
Author: uros
Date: Tue Oct  2 13:14:25 2012
New Revision: 191981

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191981
Log:
        PR other/54761
        * configure.ac (EXTRA_FLAGS): New.
    * Makefile.am (AM_FLAGS): Add $(EXTRA_FLAGS).
        * configure, Makefile.in: Regenerate.


Modified:
    trunk/libbacktrace/ChangeLog
    trunk/libbacktrace/Makefile.am
    trunk/libbacktrace/Makefile.in
    trunk/libbacktrace/configure
    trunk/libbacktrace/configure.ac


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

* [Bug other/54761] FAIL log
  2012-09-30 17:51 [Bug go/54761] New: FAIL log ubizjak at gmail dot com
                   ` (6 preceding siblings ...)
  2012-10-02 13:14 ` uros at gcc dot gnu.org
@ 2012-10-02 13:30 ` ubizjak at gmail dot com
  7 siblings, 0 replies; 9+ messages in thread
From: ubizjak at gmail dot com @ 2012-10-02 13:30 UTC (permalink / raw)
  To: gcc-bugs


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

Uros Bizjak <ubizjak at gmail dot com> changed:

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

--- Comment #8 from Uros Bizjak <ubizjak at gmail dot com> 2012-10-02 13:29:51 UTC ---
Fixed.


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

end of thread, other threads:[~2012-10-02 13:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-30 17:51 [Bug go/54761] New: FAIL log ubizjak at gmail dot com
2012-09-30 18:16 ` [Bug go/54761] " ubizjak at gmail dot com
2012-09-30 18:18 ` ubizjak at gmail dot com
2012-10-01  8:48 ` ubizjak at gmail dot com
2012-10-01 12:11 ` ubizjak at gmail dot com
2012-10-01 19:45 ` ubizjak at gmail dot com
2012-10-01 21:14 ` [Bug other/54761] " ubizjak at gmail dot com
2012-10-02 13:14 ` uros at gcc dot gnu.org
2012-10-02 13:30 ` ubizjak at gmail 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).