On Wed, Dec 22, 2010 at 12:47 PM, dann frazier <[email protected]> wrote: > On Thu, Dec 16, 2010 at 08:49:18PM -0600, Jonathan Nieder wrote: >> Hi, >> >> You might have noticed that git's test suite is somewhat unreliable on >> hppa. >> >> Summary: >> >> . Intermittent failures. >> . Sometimes crashing. Would be nice to get a backtrace. >> . If you have time for it, please try to reproduce, for example with >> >> git clone git://repo.or.cz/git.git >> cd git >> make -j2 NO_OPENSSL=1 NO_EXPAT=1 NO_CURL=1 >> cd t >> while ! ls trash*/core 2>/dev/null >> do >> sh -x t5400-send-pack.sh -v -i >> done >> gdb ../git trash*/core >> bt full >> >> . Ideas? >
Do you get a core dump that you can examine? Depending on your kernel configuration the kernel will print a tombstone with all the relevant register information for the faulting process. Do you see one of those in your logs, can you provide it? Cheers, Carlos. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

