From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24928 invoked by alias); 26 Sep 2015 21:51:14 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 24917 invoked by uid 89); 26 Sep 2015 21:51:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_20,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qg0-f44.google.com Received: from mail-qg0-f44.google.com (HELO mail-qg0-f44.google.com) (209.85.192.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sat, 26 Sep 2015 21:51:12 +0000 Received: by qgx61 with SMTP id 61so94998734qgx.3 for ; Sat, 26 Sep 2015 14:51:10 -0700 (PDT) X-Received: by 10.140.133.10 with SMTP id 10mr14451975qhf.95.1443304270135; Sat, 26 Sep 2015 14:51:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.55.75.85 with HTTP; Sat, 26 Sep 2015 14:50:40 -0700 (PDT) From: Simon Marchi Date: Sat, 26 Sep 2015 21:51:00 -0000 Message-ID: Subject: Broken build details view? To: Sergio Durigan Junior , gdb-patches@sourceware.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-09/txt/msg00592.txt.bz2 Hi Sergio, FYI, when trying to look at a build's details, I get a Python backtrace. For example, I get this: http://nova.polymtl.ca/~simark/ss/screenshot.png when trying to access: http://gdb-build.sergiodj.net/builders/Debian-i686/builds/1949 Do you also get that? Simon