From owner-freebsd-stable@FreeBSD.ORG Fri Jan 10 06:09:32 2014 Return-Path: Delivered-To: freebsd-stable@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 720DFF0A for ; Fri, 10 Jan 2014 06:09:32 +0000 (UTC) Received: from mail109.syd.optusnet.com.au (mail109.syd.optusnet.com.au [211.29.132.80]) by mx1.freebsd.org (Postfix) with ESMTP id F297B1947 for ; Fri, 10 Jan 2014 06:09:31 +0000 (UTC) Received: from maxwell.menhennitt.com.au (c122-107-224-152.mckinn3.vic.optusnet.com.au [122.107.224.152]) by mail109.syd.optusnet.com.au (Postfix) with ESMTP id 74021D61FAE for ; Fri, 10 Jan 2014 17:09:28 +1100 (EST) Received: from [203.2.73.75] (starker.menhennitt.com.au [203.2.73.75]) by maxwell.menhennitt.com.au (Postfix) with ESMTP id 78DAF620F for ; Fri, 10 Jan 2014 17:09:27 +1100 (EST) Message-ID: <52CF8E97.50304@menhennitt.com.au> Date: Fri, 10 Jan 2014 17:09:27 +1100 From: Graham Menhennitt User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: FreeBSD stable Subject: VirtualBox crash on 10-Stable Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.1 cv=YYGEuWhf c=1 sm=1 tr=0 a=BQwmYAONLMrTGJtfTy08BQ==:117 a=BQwmYAONLMrTGJtfTy08BQ==:17 a=Cpq1HDflAAAA:8 a=PO7r1zJSAAAA:8 a=4ZoS1BJXjLcA:10 a=8nJEP1OIZ-IA:10 a=6I5d2MoRAAAA:8 a=UDL9C3oB3VUA:10 a=aCMnVOfoCwk0JWjD8ykA:9 a=wPNLvfGTeEIA:10 a=pFsWx7k4bxAA:10 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jan 2014 06:09:32 -0000 Hello all, I recently upgraded my 9-Stable box to 10-RC3 amd64. I did a completely fresh installation and then added a few packages including KDE and VirtualBox. I had trouble getting KDE running but fixed it with some help from Jean-Sébastien Pédron (see http://lists.freebsd.org/pipermail/freebsd-stable/2014-January/076703.html). However, VirtualBox crashes for me every time I run it. I don't think it's actually a VirtualBox problem per se - it's a KDE problem. I've SVN'd base to 10-Stable and ports to HEAD. I then rebuilt world, my kernel, KDE and VirtualBox (with the Qt4 front-end option) from ports. But it keeps happening. It happens as both a normal user and as root. It crashes almost immediately on starting the program - before any window is shown. Below is a gdb stack backtrace. I'm reluctant to rebuild everything with debug symbols because it will take so long and so much disk space - but, if it's necessary, I will. Before I do that I thought I'd see if anybody else has seen this. Can anybody please give me any hints. Thanks in advance for your help, Graham (gdb) r Starting program: /usr/local/bin/VirtualBox (no debugging symbols found)...[New LWP 101403] [New Thread 801c06400 (LWP 101403/VirtualBox)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 801c06400 (LWP 101403/VirtualBox)] 0x0000000000000000 in ?? () (gdb) bt #0 0x0000000000000000 in ?? () #1 0x0000000800afa952 in __dynamic_cast (src_ptr=0x801e00de0, src_type=0x810e1f3a8, dst_type=0x810e1f440, src2dst=0) at ../../.././../gcc-4.6.4/libstdc++-v3/libsupc++/dyncast.cc:61 #2 0x0000000810947045 in KConfigGroup::reparent () from /usr/local/kde4/lib/libkdecore.so.7 #3 0x00000008109401c6 in KConfigGroup::KConfigGroup () from /usr/local/kde4/lib/libkdecore.so.7 #4 0x0000000810a0d8dc in KStandardDirs::addCustomized () from /usr/local/kde4/lib/libkdecore.so.7 #5 0x0000000810a023cf in KComponentData::KComponentData () from /usr/local/kde4/lib/libkdecore.so.7 #6 0x0000000810a02204 in KComponentData::KComponentData () from /usr/local/kde4/lib/libkdecore.so.7 #7 0x0000000810a01d93 in KGlobal::findDirectChild_helper () from /usr/local/kde4/lib/libkdecore.so.7 #8 0x0000000810a00f50 in KGlobal::dirs () from /usr/local/kde4/lib/libkdecore.so.7 #9 0x0000000810a01020 in KGlobal::config () from /usr/local/kde4/lib/libkdecore.so.7 #10 0x000000080f490eae in qt_plugin_instance () from /usr/local/kde4/lib/kde4/plugins/gui_platform/libkde.so #11 0x0000000807ca7039 in QApplicationPrivate::x11_apply_settings () from /usr/local/lib/qt4/libQtGui.so.4 #12 0x0000000807cae191 in qt_set_x11_resources () from /usr/local/lib/qt4/libQtGui.so.4 #13 0x0000000807cac23f in qt_init () from /usr/local/lib/qt4/libQtGui.so.4 #14 0x0000000807c3a031 in QApplicationPrivate::construct () from /usr/local/lib/qt4/libQtGui.so.4 #15 0x0000000807c3a95d in QApplication::QApplication () from /usr/local/lib/qt4/libQtGui.so.4 #16 0x000000080525dfd9 in TrustedMain (argc=1, argv=0x7fffffffd548) at CIShared.h:52 #17 0x00007fff01040805 in ?? () #18 0x000000080060d7d3 in _rtld_get_stack_prot () from /libexec/ld-elf.so.1 Previous frame inner to this frame (corrupt stack?)