From owner-freebsd-emulation@freebsd.org Wed Aug 26 19:05:42 2015 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 6E03D9C39E2 for ; Wed, 26 Aug 2015 19:05:42 +0000 (UTC) (envelope-from miguelmclara@gmail.com) Received: from mail-ig0-x22d.google.com (mail-ig0-x22d.google.com [IPv6:2607:f8b0:4001:c05::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 37EB6213 for ; Wed, 26 Aug 2015 19:05:42 +0000 (UTC) (envelope-from miguelmclara@gmail.com) Received: by igfj19 with SMTP id j19so19625732igf.1 for ; Wed, 26 Aug 2015 12:05:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=g3+EmHs/i+d8ON4c2bXVNA5WmJ57tDr3/wKjVBUeCaE=; b=ftJL4WTCIMipf/guQ8Nclm+Wa4SpYlt/eUd2+8iyrEBteRXBUkE5omRFjfmhKMvALB ptHsxnnxOLE/gWByk2ys6yZQlja/iaxEN8pgYGt4OWtpU8J09p5rlr8WM50YIBfTR7bN c2bUTfO6gWt8m2OQhIvL4As0B0g5jnUVILAiowAvU9umiPoiCVnn105SssrxxEOtiC7i 6yQcVoioxXzdopqBE2bnf4tIBWWwManP9Tri/8PIHZ1nW1EDfK7Sq3yILMM5X9srtUXm uDjzqyQpAPZTkTkd2ktnp/dBP+uYkOlyAdegBjB5mLdLkciOnKaZ5DqYx0ltASQ/rtgL wryw== X-Received: by 10.50.110.72 with SMTP id hy8mr12664670igb.36.1440615941438; Wed, 26 Aug 2015 12:05:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.67.11 with HTTP; Wed, 26 Aug 2015 12:05:01 -0700 (PDT) In-Reply-To: References: <55D45CAE.6050904@meixner.dk> <55D8AB19.2090209@meixner.dk> From: Miguel C Date: Wed, 26 Aug 2015 20:05:01 +0100 Message-ID: Subject: Re: [CFT] CentOS 6.7 ports To: Johannes Jost Meixner Cc: "freebsd-emulation@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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: Wed, 26 Aug 2015 19:05:42 -0000 On Sun, Aug 23, 2015 at 1:44 AM, Miguel C wrote: > > On Sun, Aug 23, 2015 at 1:02 AM, Miguel C wrote: > >> >> On Sat, Aug 22, 2015 at 6:02 PM, Johannes Jost Meixner < >> johannes@meixner.dk> wrote: >> >>> -----BEGIN PGP SIGNED MESSAGE----- >>> Hash: SHA256 >>> >>> >>> >>> On 08/20/2015 20:51, Miguel C wrote: >>> > Was testing this with sublime3 (linux-c6 installed fine after the >>> > patch), I've changed sublime3 Makefile to get the 64bit version >>> > instead of 32; updated the plist and distinfo files... and it >>> > install fine, but I get a segfault while running it see this is >>> > dmesg: >>> > >>> > pid 59256 (bash), uid 1001: exited on signal 11 (core dumped) pid >>> > 59257 (bash), uid 1001: exited on signal 11 (core dumped) >>> > >>> > Not sure if this is the best way to get a more verbose output when >>> > linux ports are involved. >>> >>> Something you can do is, truss the sublime3 command, and attach the >>> logs here. >>> >> >> I was unaware of truss thanks, log here for "bash" seems this seems to be >> what segfaulting so before debugging sublime I would like to find out why >> bash segfaults as I wont be able to run most things without it anyway :P >> >> truss log here: >> http://pastebin.com/raw.php?i=igHkXeQq >> >> >> >>> >>> Likewise, please have a look at devel/linux_kdump and ktrace. Those >>> two should get you logs with even more debugging information. >>> >>> I found linux_kdump before sending the email, but can I just use it with >> FreeBSD ktrace? I tough I would need a "linux_ktrace" but I don't find one. >> >> > running ktrace and linux_kdump seem to do it :) > > output here: http://pastebin.com/raw.php?i=jzvTA9GJ > I wonder if the logs offer any insight on what might be the issue? Sadly I dunno what it all means execpt it crashed after calling mknod not usre if that's the issue, I did test runing `/compat/linux/bin/mknod` and found no issue. Thanks