On Wed, Nov 25, 2009 at 11:43:05PM +0100, Thomas Keller wrote: > Package: monotone > Version: 0.45-2 > > > monotone has been reliably failing to build on hppa. > > > > Here are logs of the all the build attemps so far: > > > > https://buildd.debian.org/build.php?&pkg=monotone&ver=0.45-2&arch=hppa&file=log > > Apparently this test segfaults on hppa: > > #include <cstdlib> > #include <fstream> > > int main(void) > { > std::ofstream ofs("test.dat"); > for (int i = 0; i < 50000; i++) > ofs << "0123456789\r\n"; > ofs.close(); > return 0; > } > > Could you provide a stracktrace of this crash for further investigation?
Turns out upgrading the buildd to the latest libc fixed the issue. I've given monotone back. Thanks! -- dann frazier -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org