This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

ctore_copy_dtor (was Re: string find)



> > > Sorry, 21_strings ctor_copy_dtor still fails on sparc-solaris-2.7 with
> CVS
> > > gcc,
> > > CVS libstdc++ and binutils 2.9.1
> >
> > Hmm. Anyway you can try to track this down? this has been plaguing the
> > solaris builds for a long time.

After this patch, the shared build works, but the static build still fails
under solaris 8 with binutils 000502 snapshot and CVS everything else.
Getting a report from the coredump is interesting:

   % gdb ctor_copy_dtor.st-exe ctor_copy_dtor.st-exe.core 
   GNU gdb 5.0
[blah blah blah]
   
   warning: core file may not match specified executable file.
[huh?  and why not?]
   Core was generated by `/stuff/pme/3test/sparc-sun-solaris2.8/libstdc++-v3/testsuite/ctor_copy_dtor.st-'.
   Program terminated with signal 10, Bus Error.
   #0  0x3ed90 in std::exception type_info function ()
       at /stuff/pme/3test/gcc/include/exception:403
   Line number 403 out of range; /stuff/pme/3test/gcc/include/exception has 65 lines.
   (gdb) quit
   % 

When I have time tomorrow, I'll look over my build environment again.
I expect this to be a failure local to my systems somehow, but you never
know.

Phil


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]