From owner-freebsd-emulation@freebsd.org Tue Jan 5 08:46:06 2016 Return-Path: Delivered-To: freebsd-emulation@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD15BA56894 for ; Tue, 5 Jan 2016 08:46:06 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id BC3621C31 for ; Tue, 5 Jan 2016 08:46:06 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id B8AB7A56891; Tue, 5 Jan 2016 08:46:06 +0000 (UTC) Delivered-To: emulation@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B80A0A5688F; Tue, 5 Jan 2016 08:46:06 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 96BEE1C2D; Tue, 5 Jan 2016 08:46:04 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id KAA07031; Tue, 05 Jan 2016 10:46:02 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1aGNFh-0006Gv-LH; Tue, 05 Jan 2016 10:46:01 +0200 Subject: environment corrupt; missing value for QT_IM_MO [Was: [VirtualBox 4.3.26] Fail with assertion VERR_INVALID_POINTER (-6) - Invalid memory pointer.] To: office@FreeBSD.org, FreeBSD Current References: <5514E5B0.1030509@rawbw.com> Cc: Yuri , emulation@FreeBSD.org From: Andriy Gapon X-Enigmail-Draft-Status: N1110 Message-ID: <568B8291.50700@FreeBSD.org> Date: Tue, 5 Jan 2016 10:45:05 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <5514E5B0.1030509@rawbw.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jan 2016 08:46:06 -0000 Very weird, this suddenly started happening to me but with libreoffice. I can not correlate the problem with any actions / events. stderr: soffice.bin: environment corrupt; missing value for QT_IM_MO gdb: Core was generated by `soffice.bin'. Program terminated with signal SIGABRT, Aborted. #0 thr_kill () at thr_kill.S:3 3 RSYSCALL(thr_kill) [Current thread is 2 (Thread 816615000 (LWP 102134))] (gdb) bt #0 thr_kill () at thr_kill.S:3 #1 0x0000000800dc5ddb in __raise (s=6) at /usr/src/lib/libc/gen/raise.c:52 #2 0x0000000800dc5d49 in abort () at /usr/src/lib/libc/stdlib/abort.c:65 #3 0x0000000805231318 in tools::extendApplicationEnvironment() () from /usr/local/lib/libreoffice/program/libtllo.so Smells like a possible bug in libc... On 27/03/2015 07:08, Yuri wrote: > After ports update today, now both VirtualBox and VBoxManage fail right away > with this message. > This happens also without module vboxdrv.ko loaded. > I rebuilt whole dependency tree of virtualbox-ose-4.3.26. but still have the > same problem. > > Yuri > > > --- message --- > $ VirtualBox > VirtualBox: environment corrupt; missing value for QT_IM_MO > > !!Assertion Failed!! > Expression: RT_SUCCESS_NP(vrc) > Location : > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.26/src/VBox/Main/glue/initterm.cpp(466) > nsresult com::Initialize(bool) > VERR_INVALID_POINTER (-6) - Invalid memory pointer. > Trace/BPT trap > [yuri@yuri ~/proj/app-llvm-update/libwikiparser/web-demo]$ VBoxManage list vms > VBoxManage: environment corrupt; missing value for QT_IM_MO > > !!Assertion Failed!! > Expression: RT_SUCCESS_NP(vrc) > Location : > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.26/src/VBox/Main/glue/initterm.cpp(466) > nsresult com::Initialize(bool) > VERR_INVALID_POINTER (-6) - Invalid memory pointer. > Trace/BPT trap -- Andriy Gapon