From owner-freebsd-hackers@FreeBSD.ORG Fri Jun 6 07:49:19 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 59147106566C for ; Fri, 6 Jun 2008 07:49:19 +0000 (UTC) (envelope-from redcrash@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.234]) by mx1.freebsd.org (Postfix) with ESMTP id 1B4EF8FC29 for ; Fri, 6 Jun 2008 07:49:19 +0000 (UTC) (envelope-from redcrash@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1246655rvf.43 for ; Fri, 06 Jun 2008 00:49:18 -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:cc:in-reply-to:mime-version:content-type:references; bh=p69TXDszFlG+8dnzXsRmKQ8N77O0MPpxU3gfPlHVda0=; b=Kh5Qnpm9Mda7ASAHr0Kk/EHJgFKAIooV5Hy/PPCCYRkihQmJ/1wDYnRKIg105dm/9k o+tdT31fQEjHHzkjvy2K0DnVSS/WTLucuakvrmu3XDKrpHcU9uvk6zwmTQ4Q/8ROKhR5 3+1sGH2Yd+3gqZJyz3qOvzkblyAsVLuK7yitA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=QH+Km1iUShUapMm94LfbYs4S1PqtQNW5ozhX5nbKIGidNZ8KqfSXzOrU5Zul3cEGcW L2rBw9BLGDE6U4LTxoMjpdHqx5qMbHRNrO1X7c+M8PL2pCOShllbEPZ1BYrmjS0T4k/L X4C/60zKGp/WfWUASuWA7jooRM1y2GF5M+qpk= Received: by 10.142.188.4 with SMTP id l4mr977939wff.92.1212738558769; Fri, 06 Jun 2008 00:49:18 -0700 (PDT) Received: by 10.142.47.7 with HTTP; Fri, 6 Jun 2008 00:49:18 -0700 (PDT) Message-ID: Date: Fri, 6 Jun 2008 09:49:18 +0200 From: "Harald Servat" To: "Paul B. Mahol" In-Reply-To: <3a142e750806051354s7867708esb23ba4320037b5ba@mail.gmail.com> MIME-Version: 1.0 References: <20080605143227.GB6864@epsilon.local> <3a142e750806051354s7867708esb23ba4320037b5ba@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-hackers@freebsd.org, Rui Paulo Subject: Re: 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: Fri, 06 Jun 2008 07:49:19 -0000 Hi, 2008/6/5 Paul B. Mahol : > I could not reproduce this with fvwm and mplayer (without esoud). But > I am aware of following (fv)wm/Xorg issue/bug/feature: if you > configured your window manager to not display window when moving it > (instead wm display frame) all Xorg windows will be put in suspend > state (music will stop playing, and such ...) > Paul, you hit the nail on the head. I have "Metacity>Reduced resources" enabled in the Gnome Configurator. If I disable it, this issue disappear. Regards, > > On 6/5/08, Rui Paulo wrote: > > On Thu, Jun 05, 2008 at 09:49:12AM +0200, Harald Servat wrote: > >> 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. > > > > This is normal behavior and I think this is a Window Manager issue, not > > a FreeBSD issue. > > > > Regards, > > -- > > Rui Paulo > > _______________________________________________ > > freebsd-hackers@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > > To unsubscribe, send any mail to " > freebsd-hackers-unsubscribe@freebsd.org" > > > -- _________________________________________________________________ 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...