From owner-freebsd-questions@FreeBSD.ORG Thu May 15 15:36:07 2014 Return-Path: Delivered-To: freebsd-questions@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 48FF62EC for ; Thu, 15 May 2014 15:36:07 +0000 (UTC) Received: from mail-wg0-x22d.google.com (mail-wg0-x22d.google.com [IPv6:2a00:1450:400c:c00::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C0326242C for ; Thu, 15 May 2014 15:36:06 +0000 (UTC) Received: by mail-wg0-f45.google.com with SMTP id m15so3569706wgh.28 for ; Thu, 15 May 2014 08:36:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ut7m/y8mvnk24kzqSbvCVz+JHhExqeAhFmjsx0/7gkY=; b=Xu8P5UY5Md4I/geMPUbp9z6Qbh3vcdz8O9lQu6eE5kcFeTIkzjE6KxdIlvdFUKqWhQ Ny+8uWLs9u7J6UJ7BjjXJQHmyJgl2l7aLpMQdS8KTU6mAAw+py/dv/IrdyclNIFmOIY/ vw6t+nF/01GWo3CLilq2/nvfZY9/Q1W62/7NISea1lfspBtlyr30gUqmPcPPTSYZmz/F cCpBD+JthFWxpzYbPyqSsVkuOs1y9bHT74uh15Fv01pfBm36we69Al+LG9SzCeEq8BEt J9na7XruaNNJDk5evdyNvPJa0M+ND5C6sBjMPqJuVcCxFevrlOKq+wftDkp4Vo1C2+zE 0JXA== MIME-Version: 1.0 X-Received: by 10.180.14.72 with SMTP id n8mr31990317wic.53.1400168164847; Thu, 15 May 2014 08:36:04 -0700 (PDT) Received: by 10.217.157.71 with HTTP; Thu, 15 May 2014 08:36:04 -0700 (PDT) Received: by 10.217.157.71 with HTTP; Thu, 15 May 2014 08:36:04 -0700 (PDT) In-Reply-To: <53718B2B.6020903@yeaguy.com> References: <20140510194507.GA13714@thinkpad.piggybox> <20140511213702.GA1797@thinkpad.piggybox> <20140512185642.GA1794@thinkpad.piggybox> <53718B2B.6020903@yeaguy.com> Date: Thu, 15 May 2014 16:36:04 +0100 Message-ID: Subject: Re: Chromium again From: Peter Harrison To: p90s Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: FreeBSD Mailing List X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2014 15:36:07 -0000 Peter Harrison On 13 May 2014 05:02, "p90s" wrote: > > > On 05/12/14 14:44, Adrian Chadd wrote: >> >> Hi, >> >> I'm not sure then, sorry. The last time I had issues like this, it was >> some weird disconnect between chromium and all of the other stuff like >> C++ libraries and such. >> >> These days I just run pkg and I do a 'pkg upgrade -f' every time I >> sync my -HEAD laptop. Too much stuff changes without bumping package >> revisions. >> >> Sorry, >> >> >> -a >> >> >> On 12 May 2014 11:56, Peter Harrison wrote: >>> >>> Sunday, 11 May 2014 at 15:11:49 -0700, Adrian Chadd said: >>>> >>>> Hi, >>>> >>>> You didn't type in the whole gdb command line I asked you to type in. :-) >>> >>> Ah. My bad. Sorry. Here we go: >>> >>> gdb /usr/local/share/chromium/chrome chrome.core >>> GNU gdb 6.1.1 [FreeBSD] >>> Copyright 2004 Free Software Foundation, Inc. >>> GDB is free software, covered by the GNU General Public License, and you are >>> welcome to change it and/or distribute copies of it under certain conditions. >>> Type "show copying" to see the conditions. >>> There is absolutely no warranty for GDB. Type "show warranty" for details. >>> This GDB was configured as "i386-marcel-freebsd"...(no debugging symbols found)... >>> Core was generated by `chrome'. >>> Program terminated with signal 11, Segmentation fault. >>> #0 0x2e025d68 in ?? () >>> (gdb) bt >>> #0 0x2e025d68 in ?? () >>> #1 0x2e021931 in ?? () >>> #2 0x00000005 in ?? () >>> #3 0xbfbfc420 in ?? () >>> #4 0x00000040 in ?? () >>> #5 0x0e1de568 in ?? () >>> #6 0x32beddd4 in ?? () >>> #7 0x2ef9ad34 in ?? () >>> #8 0x316bca80 in ?? () >>> #9 0x087e26da in std::string::_S_construct () >>> #10 0x32beddd4 in ?? () >>> #11 0x0000003e in ?? () >>> #12 0xbfbfc378 in ?? () >>> #13 0x0e1de568 in ?? () >>> #14 0x0e1de568 in ?? () >>> #15 0x0e1de568 in ?? () >>> #16 0x32bedc00 in ?? () >>> #17 0x08a56d31 in std::basic_string, std::allocator >::basic_string<__gnu_cxx::__normal_iterator > () >>> #18 0x32beddd4 in ?? () >>> #19 0x00000000 in ?? () >>> (gdb) >>> >>> Thanks for staying with it! >>> >>> >>> >>> Peter. >>> >>> >>> >>> >>> >>> >>>> >>>> -a >>>> >>>> >>>> On 11 May 2014 14:37, Peter Harrison wrote: >>>>> >>>>> Sunday, 11 May 2014 at 12:44:47 -0700, Adrian Chadd said: >>>>>> >>>>>> What's uname -a say? >>>>> >>>>> FreeBSD thinkpad.piggybox 9.2-RELEASE-p5 FreeBSD 9.2-RELEASE-p5 #0: Tue Apr 29 18:53:19 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >>>>> >>>>>> Can you run gdb on the core file? >>>>>> >>>>>> gdb /usr/local/share/chromium/chrome chrome.core >>>>>> >>>>>> If you can, what's the output of 'bt' in gdb? >>>>> >>>>> gdb chrome.core >>>>> GNU gdb 6.1.1 [FreeBSD] >>>>> Copyright 2004 Free Software Foundation, Inc. >>>>> GDB is free software, covered by the GNU General Public License, and you are >>>>> welcome to change it and/or distribute copies of it under certain conditions. >>>>> Type "show copying" to see the conditions. >>>>> There is absolutely no warranty for GDB. Type "show warranty" for details. >>>>> This GDB was configured as "i386-marcel-freebsd"..."/usr/home/peter/chrome.core": not in executable format: File format not recognized >>>>> >>>>> (gdb) bt >>>>> No stack. >>>>> (gdb) >>>>> >>>>> >>>>> I am not an expert, but that doesn't look that helpful I'm afraid - but thanks for coming back to me. >>>>> >>>>> >>>>> >>>>> Peter. >>>>> >>>>>> >>>>>> -a >>>>>> >>>>>> >>>>>> On 10 May 2014 12:45, Peter Harrison wrote: >>>>>>> >>>>>>> OK, so after the fix made yesterday Chromium now compiles. >>>>>>> >>>>>>> But it won't run - segfaulting without fail every time. Is anyone else seeing this, or is it just me? >>>>>>> >>>>>>> Cheers, >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> Peter Harrison. >>>>>>> _______________________________________________ >>>>>>> freebsd-questions@freebsd.org mailing list >>>>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>>>>>> To unsubscribe, send any mail to " freebsd-questions-unsubscribe@freebsd.org" >> >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to " freebsd-questions-unsubscribe@freebsd.org" > > > > > Hi - I am also having chromium issues.. I deinstalled it and reinstalled it.. When i try to run it, i get this: > > [jv@yeaguy ~] chrome > /usr/local/bin/chrome: /usr/local/share/chromium/chrome: Exec format error > > Any Ideas?????? Odd. No idea I'm afraid, but I notice that the port version has been updated again so I'll have another go at compiling it tonight. Peter. > > > [jv@yeaguy ~] uname -a > FreeBSD yeaguy.com 10.0-RELEASE-p2 FreeBSD 10.0-RELEASE-p2 #0: Tue Apr 29 17:06:01 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 > [jv@yeaguy ~] > > [jv@yeaguy ~] pkg info chromium > chromium-34.0.1847.132 > Name : chromium > Version : 34.0.1847.132 > Installed on : Mon May 12 16:23:38 PDT 2014 > Origin : www/chromium > Architecture : freebsd:10:x86:64 > Prefix : /usr/local > Categories : www > Licenses : MPL and LGPL21 and BSD3CLAUSE > Maintainer : chromium@FreeBSD.org > WWW : http://www.chromium.org/Home > Comment : Mostly BSD-licensed web browser based on WebKit and Gtk+ > Options : > CODECS : on > DEBUG : on > GCONF : on > PULSEAUDIO : on > TEST : on > Shared Libs required: > libxslt.so.2 > libxml2.so.2 > libsmime3.so.1 > libplds4.so.1 > libplc4.so.1 > libpangoft2-1.0.so.0 > libpangocairo-1.0.so.0 > libpango-1.0.so.0 > libnssutil3.so.1 > libnss3.so.1 > libnspr4.so.1 > libintl.so.9 > libgtk-x11-2.0.so.0 > libgthread-2.0.so.0 > libgpg-error.so.0 > libgobject-2.0.so.0 > libgmodule-2.0.so.0 > libglib-2.0.so.0 > libgio-2.0.so.0 > libgdk_pixbuf-2.0.so.0 > libgdk-x11-2.0.so.0 > libgcrypt.so.19 > libgconf-2.so.4 > libfreetype.so.6 > libfontconfig.so.1 > libexpat.so.6 > libdbus-1.so.3 > libcups.so.2 > libcairo.so.2 > libatk-1.0.so.0 > libasound.so.2 > libXtst.so.6 > libXss.so.1 > libXrender.so.1 > libXrandr.so.2 > libXinerama.so.1 > libXi.so.6 > libXfixes.so.3 > libXext.so.6 > libXdamage.so.1 > libXcursor.so.1 > libXcomposite.so.1 > libX11.so.6 > Shared Libs provided: > libffmpegsumo.so > Flat size : 2.71GiB > Description : > Chromium is an open-source browser project that aims to build a safer, > faster, and more stable way for all users to experience the web. > > The Chromium website contains design documents, architecture overviews, > testing information, and more to help you learn to build and work with > the Chromium source code. > > WWW: http://www.chromium.org/Home > > [jv@yeaguy ~] > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " freebsd-questions-unsubscribe@freebsd.org"