public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/41473]  New: [4.5 Regression] dsymutil "Assertion failed ..." since revision 151907
@ 2009-09-25 21:38 dominiq at lps dot ens dot fr
  2009-09-26 11:20 ` [Bug bootstrap/41473] " rguenth at gcc dot gnu dot org
                   ` (100 more replies)
  0 siblings, 101 replies; 102+ messages in thread
From: dominiq at lps dot ens dot fr @ 2009-09-25 21:38 UTC (permalink / raw)
  To: gcc-bugs

I open this PR to keep a record of the minor issue found in pr41405. For some
libraries dsymutil gives for instance on i686-apple-darwin9 r152145:

19259 - libtool: link: dsymutil .libs/libstdc++.6.dylib || :
19260 : Assertion failed: (orig_str), function FixReferences, file
/SourceCache/dwarf_utilities/dwarf_utilities-70/source/DWARFdSYM.cpp, line
3641.
19261 + ../libtool: line 7996: 53016 Abort trap              dsymutil
.libs/libstdc++.6.dylib
22118 - libtool: link: dsymutil .libs/libstdc++.6.dylib || :
22119 : Assertion failed: (orig_str), function FixReferences, file
/SourceCache/dwarf_utilities/dwarf_utilities-70/source/DWARFdSYM.cpp, line
3641.
22120 + ../libtool: line 7996: 56489 Abort trap              dsymutil
.libs/libstdc++.6.dylib
36201 - libtool: link: dsymutil .libs/libgcj.11.dylib || :
36202 : Assertion failed: (orig_str), function FixReferences, file
/SourceCache/dwarf_utilities/dwarf_utilities-70/source/DWARFdSYM.cpp, line
3641.
36203 + warning: {0x00096f4c} TAG_variable:  AT_location( 0x000760de ) didn't
have valid function low pc, the location list will be incorrect.

while on powerpc-apple-darwin9 r152135 I get:

17913 - libtool: link: dsymutil .libs/libstdc++.6.dylib || :
17914 : Assertion failed: (orig_str), function FixReferences, file
/SourceCache/dwarf_utilities/dwarf_utilities-70/source/DWARFdSYM.cpp, line
3641.
17915 + ../libtool: line 7996:  2024 Abort trap              dsymutil
.libs/libstdc++.6.dylib
20787 - libtool: link: dsymutil .libs/libstdc++.6.dylib || :
20788 : Assertion failed: (orig_str), function FixReferences, file
/SourceCache/dwarf_utilities/dwarf_utilities-70/source/DWARFdSYM.cpp, line
3641.
20789 + ../libtool: line 7996:  5504 Abort trap              dsymutil
.libs/libstdc++.6.dylib
24341 - libtool: link: dsymutil .libs/libgfortran.3.dylib || :
24342 : Assertion failed: (orig_str), function FixReferences, file
/SourceCache/dwarf_utilities/dwarf_utilities-70/source/DWARFdSYM.cpp, line
3641.
24343 + ./libtool: line 7996: 43560 Abort trap              dsymutil
.libs/libgfortran.3.dylib
34863 - libtool: link: dsymutil .libs/libgcj.11.dylib || :
34864 : Assertion failed: (orig_str), function FixReferences, file
/SourceCache/dwarf_utilities/dwarf_utilities-70/source/DWARFdSYM.cpp, line
3641.
34865 + ./libtool: line 7996: 56377 Abort trap              dsymutil
.libs/libgcj.11.dylib
39262 - libtool: link: dsymutil .libs/libgcj.11.dylib || :
39263 : Assertion failed: (orig_str), function FixReferences, file
/SourceCache/dwarf_utilities/dwarf_utilities-70/source/DWARFdSYM.cpp, line
3641.
39264 + ./libtool: line 7996:  4174 Abort trap              dsymutil
.libs/libgcj.11.dylib

It is probably not surprising that these libraries don't have the *.dSYM
directory

[karma] gcc/darwin_buildw% lf
powerpc-apple-darwin9/libgfortran/.libs/libgfortran.3.dylib*
powerpc-apple-darwin9/libgfortran/.libs/libgfortran.3.dylib*
[karma] gcc/darwin_buildw% lf
powerpc-apple-darwin9/ppc64/libgfortran/.libs/libgfortran.3.dylib*
powerpc-apple-darwin9/ppc64/libgfortran/.libs/libgfortran.3.dylib*

powerpc-apple-darwin9/ppc64/libgfortran/.libs/libgfortran.3.dylib.dSYM:
Contents/


-- 
           Summary: [4.5 Regression] dsymutil "Assertion failed ..." since
                    revision 151907
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dominiq at lps dot ens dot fr
 GCC build triplet: *-apple-darwin*
  GCC host triplet: *-apple-darwin*
GCC target triplet: *-apple-darwin*


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


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

end of thread, other threads:[~2009-12-16 13:27 UTC | newest]

Thread overview: 102+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-25 21:38 [Bug bootstrap/41473] New: [4.5 Regression] dsymutil "Assertion failed ..." since revision 151907 dominiq at lps dot ens dot fr
2009-09-26 11:20 ` [Bug bootstrap/41473] " rguenth at gcc dot gnu dot org
2009-09-26 12:10 ` dominiq at lps dot ens dot fr
2009-09-26 12:13 ` rguenther at suse dot de
2009-09-27 11:44 ` dominiq at lps dot ens dot fr
2009-09-27 12:27 ` [Bug target/41473] [4.5 Regression] dsymutil "Assertion failed ..." rguenth at gcc dot gnu dot org
2009-09-27 12:33 ` rguenth at gcc dot gnu dot org
2009-09-28  1:19 ` developer at sandoe-acoustics dot co dot uk
2009-10-24 11:55 ` rguenth at gcc dot gnu dot org
2009-11-13 13:22 ` dominiq at lps dot ens dot fr
2009-11-16 10:35 ` dominiq at lps dot ens dot fr
2009-11-16 10:58 ` hp at gcc dot gnu dot org
2009-11-16 14:29 ` dominiq at lps dot ens dot fr
2009-11-16 15:13 ` howarth at nitro dot med dot uc dot edu
2009-11-16 15:38 ` dominiq at lps dot ens dot fr
2009-11-16 16:25 ` dominiq at lps dot ens dot fr
2009-11-16 16:27 ` howarth at nitro dot med dot uc dot edu
2009-11-16 16:32 ` dominiq at lps dot ens dot fr
2009-11-16 16:38 ` dominiq at lps dot ens dot fr
2009-11-16 19:02 ` dominiq at lps dot ens dot fr
2009-11-16 19:03 ` dominiq at lps dot ens dot fr
2009-11-16 19:37 ` dominiq at lps dot ens dot fr
2009-11-19  2:25 ` howarth at nitro dot med dot uc dot edu
2009-11-19  2:27 ` howarth at nitro dot med dot uc dot edu
2009-11-19 10:56 ` dominiq at lps dot ens dot fr
2009-11-19 10:58 ` dominiq at lps dot ens dot fr
2009-11-19 11:00 ` dominiq at lps dot ens dot fr
2009-11-19 11:01 ` dominiq at lps dot ens dot fr
2009-11-19 23:28 ` howarth at nitro dot med dot uc dot edu
2009-11-20  0:13 ` howarth at nitro dot med dot uc dot edu
2009-11-20 18:59 ` howarth at nitro dot med dot uc dot edu
2009-11-23 14:22 ` howarth at nitro dot med dot uc dot edu
2009-11-23 14:26 ` rguenther at suse dot de
2009-11-23 14:39 ` howarth at nitro dot med dot uc dot edu
2009-11-23 14:42 ` howarth at nitro dot med dot uc dot edu
2009-11-23 14:54 ` rguenth at gcc dot gnu dot org
2009-11-23 15:03 ` howarth at nitro dot med dot uc dot edu
2009-11-23 15:07 ` rguenther at suse dot de
2009-11-23 15:26 ` howarth at nitro dot med dot uc dot edu
2009-11-23 15:29 ` rguenther at suse dot de
2009-11-23 15:43 ` howarth at nitro dot med dot uc dot edu
2009-11-23 15:49 ` jakub at gcc dot gnu dot org
2009-11-23 16:29 ` rguenther at suse dot de
2009-11-23 16:36 ` howarth at nitro dot med dot uc dot edu
2009-11-23 20:56 ` andreast at gcc dot gnu dot org
2009-11-23 21:41 ` howarth at nitro dot med dot uc dot edu
2009-11-24 13:09 ` howarth at nitro dot med dot uc dot edu
2009-11-24 13:11 ` jakub at redhat dot com
2009-11-24 13:40 ` jakub at gcc dot gnu dot org
2009-11-24 13:57 ` howarth at nitro dot med dot uc dot edu
2009-11-24 14:10 ` howarth at nitro dot med dot uc dot edu
2009-11-24 19:23 ` howarth at nitro dot med dot uc dot edu
2009-11-24 22:21 ` howarth at nitro dot med dot uc dot edu
2009-11-24 22:22 ` howarth at nitro dot med dot uc dot edu
2009-11-24 23:40 ` howarth at nitro dot med dot uc dot edu
2009-11-24 23:46 ` howarth at nitro dot med dot uc dot edu
2009-11-24 23:49 ` howarth at nitro dot med dot uc dot edu
2009-11-24 23:53 ` howarth at nitro dot med dot uc dot edu
2009-11-24 23:56 ` howarth at nitro dot med dot uc dot edu
2009-11-24 23:58 ` howarth at nitro dot med dot uc dot edu
2009-11-25  0:03 ` howarth at nitro dot med dot uc dot edu
2009-11-25  0:05 ` howarth at nitro dot med dot uc dot edu
2009-11-25  0:07 ` howarth at nitro dot med dot uc dot edu
2009-11-25  0:10 ` howarth at nitro dot med dot uc dot edu
2009-11-25  0:13 ` howarth at nitro dot med dot uc dot edu
2009-11-25  0:17 ` howarth at nitro dot med dot uc dot edu
2009-11-25  0:18 ` howarth at nitro dot med dot uc dot edu
2009-11-25  0:18 ` howarth at nitro dot med dot uc dot edu
2009-11-25  0:20 ` howarth at nitro dot med dot uc dot edu
2009-11-25  0:20 ` howarth at nitro dot med dot uc dot edu
2009-11-25  0:22 ` howarth at nitro dot med dot uc dot edu
2009-11-25  0:22 ` howarth at nitro dot med dot uc dot edu
2009-11-25  0:23 ` howarth at nitro dot med dot uc dot edu
2009-11-25  0:24 ` howarth at nitro dot med dot uc dot edu
2009-11-25  0:25 ` howarth at nitro dot med dot uc dot edu
2009-11-25  0:26 ` howarth at nitro dot med dot uc dot edu
2009-11-25  0:27 ` howarth at nitro dot med dot uc dot edu
2009-11-25  1:12 ` howarth at nitro dot med dot uc dot edu
2009-11-25  4:13 ` howarth at nitro dot med dot uc dot edu
2009-11-25  4:14 ` howarth at nitro dot med dot uc dot edu
2009-11-25  4:19 ` howarth at nitro dot med dot uc dot edu
2009-11-25  4:20 ` howarth at nitro dot med dot uc dot edu
2009-11-25  4:29 ` howarth at nitro dot med dot uc dot edu
2009-11-25  4:30 ` howarth at nitro dot med dot uc dot edu
2009-11-25  4:32 ` howarth at nitro dot med dot uc dot edu
2009-11-25 17:56 ` howarth at nitro dot med dot uc dot edu
2009-11-26 22:35 ` howarth at nitro dot med dot uc dot edu
2009-11-27  0:07 ` howarth at nitro dot med dot uc dot edu
2009-11-28 18:41 ` dominiq at lps dot ens dot fr
2009-11-28 18:46 ` howarth at nitro dot med dot uc dot edu
2009-11-28 19:05 ` dominiq at lps dot ens dot fr
2009-11-28 19:07 ` howarth at nitro dot med dot uc dot edu
2009-12-03 13:27 ` dominiq at lps dot ens dot fr
2009-12-07 17:15 ` jakub at gcc dot gnu dot org
2009-12-07 18:26 ` howarth at nitro dot med dot uc dot edu
2009-12-07 18:30 ` jakub at gcc dot gnu dot org
2009-12-07 18:40 ` howarth at nitro dot med dot uc dot edu
2009-12-14 16:55 ` jakub at gcc dot gnu dot org
2009-12-14 16:56 ` jakub at gcc dot gnu dot org
2009-12-14 18:31 ` developer at sandoe-acoustics dot co dot uk
2009-12-15 10:15 ` dominiq at lps dot ens dot fr
2009-12-16 13:27 ` jakub 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).