From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: sfxload / asfxload page allocation failure Date: Tue, 13 Apr 2004 17:27:37 +0200 Sender: alsa-devel-admin@lists.sourceforge.net Message-ID: References: <200404131237.11198.holborn@telefonica.net> Mime-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII Return-path: In-Reply-To: <200404131237.11198.holborn@telefonica.net> Errors-To: alsa-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , List-Archive: To: holborn@telefonica.net Cc: alsa-devel@lists.sourceforge.net List-Id: alsa-devel@alsa-project.org At Tue, 13 Apr 2004 12:37:10 +0100, holborn wrote: > > > Hi! > > I have problems when i try to load "big" soundfonts, in older versions i was > load this soundfonts without probems. > > when i run sfxload or asfxload with PC51f.sf2 (for example ... ) asfxload or > sfxload try to load but no returnd to command line. No way to kill the > process, no way to load other soundfonts and when i reboot i have this > message: well, it means that your machine has really no RAM available for the soundfont. on 2.4 kernel (or older ALSA version), the driver allocated the pages in atomic, so it doesn't go to sleep. on 2.6 and current ALSA, the page allocation is done with GFP_KERNEL, so it may sleep until the page is available. it can take a long time but must not be infinitely long. could you check whether the "page allocation failure" message already appeared when sfxload hangs up? does the message appears once or many times? Takashi ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click