Bug#554574: libstdc++6: apt segfaults on hppa

2009-11-24 Thread Carlos O'Donell
On Mon, Nov 23, 2009 at 8:48 AM, Aurelien Jarno wrote: >> Next steps: >> (1) Wait for testsuite results to finish completely. Verify nothing >> has regressed. No regressions. >> (2) Remove changes to gcc package debian/rules2 and re-run validation. Some regressions caused by enabling cloog/ppl,

Bug#554574: libstdc++6: apt segfaults on hppa

2009-11-23 Thread John David Anglin
On Mon, 23 Nov 2009, Carlos O'Donell wrote: > I can successfully run apt-get with the new libstdc++6 that I just built. > > The testsuite result is cleaner: > ~~~ > FAIL: 29_atomics/atomic_flag/clear/1.c execution test > FAIL: 29_atomics/atomic_flag/test_and_set/explicit.c execution test > >

Bug#554574: libstdc++6: apt segfaults on hppa

2009-11-23 Thread Aurelien Jarno
On Mon, Nov 23, 2009 at 08:17:03AM -0500, Carlos O'Donell wrote: > On Mon, Nov 23, 2009 at 5:22 AM, Aurelien Jarno wrote: > > Carlos O'Donell a écrit : > >> On Sun, Nov 22, 2009 at 5:05 PM, John David Anglin > >> wrote: > While I set out the glibc types exactly as before (binary compatible),

Bug#554574: libstdc++6: apt segfaults on hppa

2009-11-23 Thread Carlos O'Donell
On Mon, Nov 23, 2009 at 5:22 AM, Aurelien Jarno wrote: > Carlos O'Donell a écrit : >> On Sun, Nov 22, 2009 at 5:05 PM, John David Anglin >> wrote: While I set out the glibc types exactly as before (binary compatible), the alignment restrictions were changed subtly. >>> Excellent debuggi

Bug#554574: libstdc++6: apt segfaults on hppa

2009-11-23 Thread Aurelien Jarno
Carlos O'Donell a écrit : > On Sun, Nov 22, 2009 at 5:05 PM, John David Anglin > wrote: >>> While I set out the glibc types exactly as before (binary compatible), >>> the alignment restrictions were changed subtly. >> Excellent debugging! > > I have adjusted the glibc lock structure alignments to

Bug#554574: libstdc++6: apt segfaults on hppa

2009-11-22 Thread Carlos O'Donell
On Sun, Nov 22, 2009 at 5:05 PM, John David Anglin wrote: >> While I set out the glibc types exactly as before (binary compatible), >> the alignment restrictions were changed subtly. > > Excellent debugging! I have adjusted the glibc lock structure alignments to try and match more accurately the

Bug#554574: libstdc++6: apt segfaults on hppa

2009-11-22 Thread John David Anglin
> > On Sun, Nov 22, 2009 at 2:51 PM, Carlos O'Donell > wrote: > > This happens because the original locale object was created at address > > 0xbff01c20. However, when apt-get calls "std::basic_ios > std::char_traits >::init" it passes in the address 0xbff01c18. > > So we went from a constructor u

Bug#554574: libstdc++6: apt segfaults on hppa

2009-11-22 Thread Carlos O'Donell
On Sun, Nov 22, 2009 at 2:51 PM, Carlos O'Donell wrote: > This happens because the original locale object was created at address > 0xbff01c20. However, when apt-get calls "std::basic_ios std::char_traits >::init" it passes in the address 0xbff01c18. > So we went from a constructor using this as 0x

Bug#554574: libstdc++6: apt segfaults on hppa

2009-11-22 Thread Carlos O'Donell
On Sun, Nov 22, 2009 at 10:30 AM, John David Anglin wrote: >> > The problem appears to have gone away with head.  I don't see it with >> > hpux. >> > >> >> Note that latest version of gcc 4.4 in Debian is built with >> --disable-libstdcxx-pch, but the segfault is this present :( > > Personally, I

Bug#554574: libstdc++6: apt segfaults on hppa

2009-11-22 Thread Aurelien Jarno
On Sun, Nov 22, 2009 at 10:30:16AM -0500, John David Anglin wrote: > > > The problem appears to have gone away with head. I don't see it with > > > hpux. > > > > > > > Note that latest version of gcc 4.4 in Debian is built with > > --disable-libstdcxx-pch, but the segfault is this present :( >

Bug#554574: libstdc++6: apt segfaults on hppa

2009-11-22 Thread John David Anglin
> > The problem appears to have gone away with head. I don't see it with > > hpux. > > > > Note that latest version of gcc 4.4 in Debian is built with > --disable-libstdcxx-pch, but the segfault is this present :( Personally, I don't believe the segfault is related to the FAILs seen in the libs

Bug#554574: libstdc++6: apt segfaults on hppa

2009-11-22 Thread Aurelien Jarno
On Sat, Nov 21, 2009 at 08:55:12PM -0500, Carlos O'Donell wrote: > On Sat, Nov 21, 2009 at 5:37 AM, Aurelien Jarno wrote: > > > > I confirm, it's what I see in the testsuite log: > > > > | 77 > > | __signbitl > > | version status: incompatible > > | GLIBCXX_3.4 > > | type: function > > | status: a

Bug#554574: libstdc++6: apt segfaults on hppa

2009-11-22 Thread Aurelien Jarno
On Sat, Nov 21, 2009 at 10:00:59PM -0500, John David Anglin wrote: > > > > On Sat, Nov 21, 2009 at 5:37 AM, Aurelien Jarno > > wrote: > > > > > > I confirm, it's what I see in the testsuite log: > > > > > > | 77 > > > | __signbitl > > > | version status: incompatible > > > | GLIBCXX_3.4 > > > |

Bug#554574: libstdc++6: apt segfaults on hppa

2009-11-21 Thread John David Anglin
> > On Sat, Nov 21, 2009 at 5:37 AM, Aurelien Jarno wrote: > > > > I confirm, it's what I see in the testsuite log: > > > > | 77 > > | __signbitl > > | version status: incompatible > > | GLIBCXX_3.4 > > | type: function > > | status: added > > If __signbitl is the only failure in the abi_check,

Bug#554574: libstdc++6: apt segfaults on hppa

2009-11-21 Thread Carlos O'Donell
On Sat, Nov 21, 2009 at 5:37 AM, Aurelien Jarno wrote: > > I confirm, it's what I see in the testsuite log: > > | 77 > | __signbitl > | version status: incompatible > | GLIBCXX_3.4 > | type: function > | status: added If __signbitl is the only failure in the abi_check, then that's easy to fix, th

Bug#554574: libstdc++6: apt segfaults on hppa

2009-11-21 Thread Aurelien Jarno
On Fri, Nov 20, 2009 at 07:00:26PM -0600, Matthias Klose wrote: > On 20.11.2009 16:44, Carlos O'Donell wrote: >> On Fri, Nov 20, 2009 at 10:31 AM, Aurelien Jarno >> wrote: >>> Domenico Andreoli a écrit : On Thu, Nov 05, 2009 at 06:47:11PM +0100, Domenico Andreoli wrote: > On Thu, Nov 5,

Bug#554574: libstdc++6: apt segfaults on hppa

2009-11-20 Thread Matthias Klose
On 20.11.2009 16:44, Carlos O'Donell wrote: On Fri, Nov 20, 2009 at 10:31 AM, Aurelien Jarno wrote: Domenico Andreoli a écrit : On Thu, Nov 05, 2009 at 06:47:11PM +0100, Domenico Andreoli wrote: On Thu, Nov 5, 2009 at 5:43 PM, Matthias Klose wrote: On 05.11.2009 14:30, Domenico Andreoli wro

Bug#554574: libstdc++6: apt segfaults on hppa

2009-11-20 Thread Carlos O'Donell
On Fri, Nov 20, 2009 at 10:31 AM, Aurelien Jarno wrote: > Domenico Andreoli a écrit : >> On Thu, Nov 05, 2009 at 06:47:11PM +0100, Domenico Andreoli wrote: >>> On Thu, Nov 5, 2009 at 5:43 PM, Matthias Klose wrote: On 05.11.2009 14:30, Domenico Andreoli wrote: > frankly i do not know what

Bug#554574: libstdc++6: apt segfaults on hppa

2009-11-20 Thread Aurelien Jarno
On Fri, Nov 20, 2009 at 11:52:36PM +0100, Aurelien Jarno wrote: > On Fri, Nov 20, 2009 at 05:44:25PM -0500, Carlos O'Donell wrote: > > On Fri, Nov 20, 2009 at 10:31 AM, Aurelien Jarno > > wrote: > > > Domenico Andreoli a écrit : > > >> On Thu, Nov 05, 2009 at 06:47:11PM +0100, Domenico Andreoli w

Bug#554574: libstdc++6: apt segfaults on hppa

2009-11-20 Thread Aurelien Jarno
On Fri, Nov 20, 2009 at 05:44:25PM -0500, Carlos O'Donell wrote: > On Fri, Nov 20, 2009 at 10:31 AM, Aurelien Jarno wrote: > > Domenico Andreoli a écrit : > >> On Thu, Nov 05, 2009 at 06:47:11PM +0100, Domenico Andreoli wrote: > >>> On Thu, Nov 5, 2009 at 5:43 PM, Matthias Klose wrote: > On

Bug#554574: libstdc++6: apt segfaults on hppa

2009-11-20 Thread Aurelien Jarno
Domenico Andreoli a écrit : > On Thu, Nov 05, 2009 at 06:47:11PM +0100, Domenico Andreoli wrote: >> On Thu, Nov 5, 2009 at 5:43 PM, Matthias Klose wrote: >>> On 05.11.2009 14:30, Domenico Andreoli wrote: frankly i do not know what to do next, besides trying to rebuild gcc-4.4 4.4.2-1 wit

Bug#554574: libstdc++6: apt segfaults on hppa

2009-11-09 Thread John David Anglin
> On 08.11.2009 21:38, John David Anglin wrote: > >> test results for 4.4.2-1: > >> http://gcc.gnu.org/ml/gcc-testresults/2009-10/msg01919.html > >> for 4.4.2-2: > >> http://gcc.gnu.org/ml/gcc-testresults/2009-11/msg00351.html > >> > >> there are some differences, which are not seen in Dave

Bug#554574: libstdc++6: apt segfaults on hppa

2009-11-08 Thread John David Anglin
> On 08.11.2009 21:38, John David Anglin wrote: > >> test results for 4.4.2-1: > >> http://gcc.gnu.org/ml/gcc-testresults/2009-10/msg01919.html > >> for 4.4.2-2: > >> http://gcc.gnu.org/ml/gcc-testresults/2009-11/msg00351.html > >> > >> there are some differences, which are not seen in Dave

Bug#554574: libstdc++6: apt segfaults on hppa

2009-11-08 Thread Matthias Klose
On 08.11.2009 21:38, John David Anglin wrote: test results for 4.4.2-1: http://gcc.gnu.org/ml/gcc-testresults/2009-10/msg01919.html for 4.4.2-2: http://gcc.gnu.org/ml/gcc-testresults/2009-11/msg00351.html there are some differences, which are not seen in Dave's build: http://gcc.gnu.

Bug#554574: libstdc++6: apt segfaults on hppa

2009-11-08 Thread John David Anglin
> test results for 4.4.2-1: >http://gcc.gnu.org/ml/gcc-testresults/2009-10/msg01919.html > for 4.4.2-2: >http://gcc.gnu.org/ml/gcc-testresults/2009-11/msg00351.html > > there are some differences, which are not seen in Dave's build: >http://gcc.gnu.org/ml/gcc-testresults/2009-11/msg000

Bug#554574: libstdc++6: apt segfaults on hppa

2009-11-06 Thread Domenico Andreoli
On Thu, Nov 05, 2009 at 06:47:11PM +0100, Domenico Andreoli wrote: > On Thu, Nov 5, 2009 at 5:43 PM, Matthias Klose wrote: > > On 05.11.2009 14:30, Domenico Andreoli wrote: > >> > >> frankly i do not know what to do next, besides trying to rebuild gcc-4.4 > >> 4.4.2-1 with latest eglibc to see if