From owner-freebsd-ia64@FreeBSD.ORG Fri Dec 13 09:06:35 2013 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 77D0EF26 for ; Fri, 13 Dec 2013 09:06:35 +0000 (UTC) Received: from eu1sys200aog115.obsmtp.com (eu1sys200aog115.obsmtp.com [207.126.144.139]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C97D9149D for ; Fri, 13 Dec 2013 09:06:34 +0000 (UTC) Received: from mail-wg0-f42.google.com ([74.125.82.42]) (using TLSv1) by eu1sys200aob115.postini.com ([207.126.147.11]) with SMTP ID DSNKUqrN//XTQicZr8kJLHrYX5JwLCx40dCv@postini.com; Fri, 13 Dec 2013 09:06:34 UTC Received: by mail-wg0-f42.google.com with SMTP id a1so1658662wgh.5 for ; Fri, 13 Dec 2013 01:06:07 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:message-id:to:subject:reply-to; bh=GgupJoffvhbvkybbFyTvjqiSMinq2722Z4wnZd95RlM=; b=mhYc5gBDA6aBRfluiVqBZDzvCrBgLz5J4WuhlQkM0tJQJOHYJeFU7BWBPhKOA3R72Q wyXHSX1VVxn1ek/C4RRGF99a+pVR90vDwDX3iI+tWc6eD4t67LMUreldujODjvPkAfSR QwVq8ed5CL6Crx7wxuuf9uGR9L7IMmosYX9tnk3th2EigtaBedBHERFQvQXKmCyD7weR YUXfc1+IHwpll23X431CwTaLerr4lmov4/JTVk96I19+quj2cmn/8JZXsCOk24qWvjJZ W7DU83shfhPs1zNMs4CUsBR2kZ4GmSUp62nv+9XBTq18gw5yIOB+MiVdYeDTm9GTp2Ph gv8A== X-Gm-Message-State: ALoCoQm5Uz1LZj2k7cIJCS0r57+1iQDTbi9IlyFCOzkHgJifHTe6xCL6hrVfEL8Kw687P3ZkjtCdmNxcZPVqx+aKoqO064c5GpfKI8uPcw001HpmbRWW1gtgRSgvSL+qR5MFIvAqaH0fTcw579CXfA1DeliwyrhH3qsuk3OcsmWJRgcj0rE0QSQ= X-Received: by 10.180.77.49 with SMTP id p17mr1924785wiw.30.1386925567368; Fri, 13 Dec 2013 01:06:07 -0800 (PST) X-Received: by 10.180.77.49 with SMTP id p17mr1924778wiw.30.1386925567228; Fri, 13 Dec 2013 01:06:07 -0800 (PST) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id dn2sm5354744wid.1.2013.12.13.01.06.05 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Dec 2013 01:06:06 -0800 (PST) Sender: Anton Shterenlikht Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6) with ESMTP id rBD9647u098587 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 13 Dec 2013 09:06:04 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6/Submit) id rBD964xc098586; Fri, 13 Dec 2013 09:06:04 GMT (envelope-from mexas) Date: Fri, 13 Dec 2013 01:06:06 -0800 (PST) From: Anton Shterenlikht Message-Id: <201312130906.rBD964xc098586@mech-cluster241.men.bris.ac.uk> To: freebsd-ia64@freebsd.org, kde@freebsd.org Subject: random moc segfaults on ia64 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: mexas@bris.ac.uk List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Dec 2013 09:06:35 -0000 Hi I'm asking for help debugging random moc related segfaults on ia64. This is a major problem, but I have no idea where to look at all. Examples: 1) multimedia/phonon https://bugs.kde.org/show_bug.cgi?id=325841 Generating moc_avcapture.cpp *** Signal 11 2) sysutils/qzeitgeist: http://eis.bris.ac.uk/~mexas/qzeitgeist-0.8.0.log Generating refreshjob.moc *** Signal 11 http://www.freebsd.org/cgi/query-pr.cgi?pr=184139 Generating plugin.moc *** Signal 11 I've started this PR: https://bugreports.qt-project.org/browse/QTBUG-34009 but not even sure if this is the right place to look. Please advise Thanks Anton