From owner-freebsd-hackers@FreeBSD.ORG Sun Aug 29 20:07:01 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DDE71065672 for ; Sun, 29 Aug 2010 20:07:01 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id DDA458FC18 for ; Sun, 29 Aug 2010 20:07:00 +0000 (UTC) Received: by bwz20 with SMTP id 20so3867451bwz.13 for ; Sun, 29 Aug 2010 13:06:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=xkWzoLe5o08lpU/3sVSsre2Muyox3Dh1K08m0rRrMp4=; b=m0Cf+6js1cJVckK51+LQ7M7Fg+21xsjLmYwdcuB1w51y/RoJtGF3fpME0H4kzElz2F 3L5bY9coyjUW+hVal5ofHN6XNBVpS4GPCcuvakATyk0EDd2x4pWqovndefVkVleBRvUV ugIsbVJkLCp4zbLtuo1h9RttbEISbkcBc5q84= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=lyQzYkgeSyPYZyhbL4WFixPVp75FI6PpWIvQG52kW4V5Vu+ZIVl5tY51FAht6wYCp3 dSMfrbRXEp/9ZCiYxzlgwHUgbkjFfvBs+csI+hlnfLIlUqwmknckMzKJJpDCJiWoOFZK LTPbSDTUBijFAnB5HCxtQjsKdXQBy5g+F5QB0= MIME-Version: 1.0 Received: by 10.204.63.9 with SMTP id z9mr2555348bkh.66.1283112419552; Sun, 29 Aug 2010 13:06:59 -0700 (PDT) Sender: yanegomi@gmail.com Received: by 10.204.113.79 with HTTP; Sun, 29 Aug 2010 13:06:59 -0700 (PDT) In-Reply-To: References: <4C7A8ACD.9020201@gmail.com> Date: Sun, 29 Aug 2010 13:06:59 -0700 X-Google-Sender-Auth: WO9HGSbitSxO7fFms2Xe2Xsrdc4 Message-ID: From: Garrett Cooper To: Davide Italiano Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-hackers@freebsd.org, Glen Barber Subject: Re: System freezes unexpectly X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Aug 2010 20:07:01 -0000 On Sun, Aug 29, 2010 at 9:33 AM, Davide Italiano wrote: > On Sun, Aug 29, 2010 at 6:29 PM, Glen Barber wrote: >> On 8/29/10 10:18 AM, Davide Italiano wrote: >>> Hi. >>> I'm running 8.1 on my Sony Vaio laptop, with dwm as window manager on >>> lastest Xorg on ports. >>> When I'm trying to run firefox3, the system "freezes" unexpectly. I >>> know that "freezes" is a bit generic but I can't find a more specific >>> term to describe the situation. Dmesg doesn't give useful infos. >>> >>> I installed firefox using pkg_add -r , the only add-on/plugin >>> installed is Xmarks. >>> >>> I'm ready to eventually debug, any suggestion is apprectiated. >>> >> >> Hi Davide, >> >> Can you run firefox from xterm and check for any errors that might be >> generated? What video driver are you using, can you stimulate this issue with other applications in X11, etc? -Garrett