From owner-freebsd-hackers@FreeBSD.ORG Thu Jun 5 08:15:38 2008 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 199671065675 for ; Thu, 5 Jun 2008 08:15:38 +0000 (UTC) (envelope-from redcrash@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.168]) by mx1.freebsd.org (Postfix) with ESMTP id E204F8FC14 for ; Thu, 5 Jun 2008 08:15:37 +0000 (UTC) (envelope-from redcrash@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so402742wfg.7 for ; Thu, 05 Jun 2008 01:15:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=BtCUboQKzPVvSQKGRPjmRtORdYQOeatIiPqPPrL2+jY=; b=D9ZT9jpnPkdDwbU1cOyKO0T3oPY5D6eLLGPNa0dzWm/vljSPaAcjaudPzLWjsUFhs8 bumFztskVtZAA1sAaMsj4f2vy0NIdCuLdM0AfRbis8/9vRqs0bGpPeijL3Pi+Zu2MS1I ej1sJprE8//WAQAOwvMMfRaDATfEBsL67wtZQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=XMeQOwesENF42Va0SHYY1jMl6s0pDFM9L8Z1BR5kDEwLeCqmEMWXy7uwhTokZmtS5c z8stPzmNUlFEahTVYIgT8ReGuZTJOf4jFBROdfSSaa19MnYP4+A1lw8Wxv+p5TqhXoPh agSEZniNXDxu+2AHG29CtHCozalzV18X99FvY= Received: by 10.142.224.5 with SMTP id w5mr381700wfg.215.1212652152121; Thu, 05 Jun 2008 00:49:12 -0700 (PDT) Received: by 10.142.47.7 with HTTP; Thu, 5 Jun 2008 00:49:12 -0700 (PDT) Message-ID: Date: Thu, 5 Jun 2008 09:49:12 +0200 From: "Harald Servat" To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: mplayer pauses when holding a window 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: Thu, 05 Jun 2008 08:15:38 -0000 Hello, today I was running mplayer playing an streaming url (just audio). There was a moment that I holded a(ny) window (i.e., click to move) for a long time (about 10-15s) and mplayer paused. Have anyone experienced this issue? I'm running mplayer-0.99.11_4 (I configured it to use esound), gnome2-lite-2.22.0, xorg 7.3 on FreeBSD 7.0 (ULE)/ia32. Regards, -- _________________________________________________________________ Empty your memory, with a free()... like a pointer! If you cast a pointer to an integer, it becomes an integer, if you cast a pointer to a struct, it becomes a struct. The pointer can crash..., and can overflow. Be a pointer my friend...