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?
Thanks,
Thomas.
--
GPG-Key 0x160D1092 | [email protected] | http://thomaskeller.biz
Please note that according to the EU law on data retention, information
on every electronic information exchange might be retained for a period
of six months or longer: http://www.vorratsdatenspeicherung.de/?lang=en
signature.asc
Description: OpenPGP digital signature

