monotone-debian
[Top][All Lists]
Advanced

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

Bug#558017: [Monotone-debian] Bug#557983: FTBFS [hppa]


From: Thomas Keller
Subject: Bug#558017: [Monotone-debian] Bug#557983: FTBFS [hppa]
Date: Wed, 25 Nov 2009 23:43:05 +0100
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; de; rv:1.9.1.4pre) Gecko/20090915 Lightning/1.0pre Thunderbird/3.0b4

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 | address@hidden | 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

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]