Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 7 Dec 2001 04:19:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 7 Dec 2001 04:19:35 -0500 Received: from lightning.swansea.linux.org.uk ([194.168.151.1]:42504 "EHLO the-village.bc.nu") by vger.kernel.org with ESMTP id ; Fri, 7 Dec 2001 04:19:28 -0500 Subject: Re: kernel: ldt allocation failed To: vkire@pixar.com (Kiril Vidimce) Date: Fri, 7 Dec 2001 09:28:15 +0000 (GMT) Cc: alan@lxorguk.ukuu.org.uk (Alan Cox), dmaas@dcine.com (Dan Maas), linux-kernel@vger.kernel.org (linux-kernel) In-Reply-To: from "Kiril Vidimce" at Dec 07, 2001 01:13:15 AM X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: From: Alan Cox Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > Without turning this into a religous debate, is there any way to > find out what those messages really mean? When does one run into > an ldt allocation failure? What is ldt? I am not just trying to > solve this problem; I also want to understand what is going on > in the kernel. Have a look in arch/i386/kernel/*.c. LDT is a descriptor table of segment registers. Its generally used by emulators to run things like win16 binaries and sometimes by threaded apps to do thread specific address spaces by giving each thread a different %fs or %gs segment register - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/