[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#554574: libstdc++: small test program



Package: libstdc++6
Severity: normal

It sounds like this bug is the cause of a FTBFS in one of my packages.  In
case it's helpful, here is a small self-contained test program that currently
crashes when run on the hppa buildd:

#include <cstdlib>
#include <fstream>
int
main(void)
{
  std::ofstream ofs("_conftest.dat");
  for (int i = 0; i < 50000; i++)
    ofs << "0123456789\r\n";
  ofs.close();
  return EXIT_SUCCESS;
}


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libstdc++6 depends on:
ii  gcc-4.4-base                  4.4.2-3    The GNU Compiler Collection (base 
ii  libc6                         2.10.2-1   GNU C Library: Shared libraries
ii  libgcc1                       1:4.4.2-3  GCC support library

libstdc++6 recommends no packages.

libstdc++6 suggests no packages.

-- no debconf information



Reply to: