* LDT allocated for cloned task!
@ 2001-03-20 16:45 Pau
2001-03-20 17:23 ` Linus Torvalds
0 siblings, 1 reply; 10+ messages in thread
From: Pau @ 2001-03-20 16:45 UTC (permalink / raw)
To: lkml
I've been running 2.4.3-pre4 for a few days now and today I've got this
message in the logs a couple of times. Is it harmless?
Pau
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: LDT allocated for cloned task!
2001-03-20 16:45 LDT allocated for cloned task! Pau
@ 2001-03-20 17:23 ` Linus Torvalds
2001-03-21 18:43 ` Simon Kirby
0 siblings, 1 reply; 10+ messages in thread
From: Linus Torvalds @ 2001-03-20 17:23 UTC (permalink / raw)
To: linux-kernel
In article <Pine.LNX.4.33.0103201745080.1701-100000@pau.intranet.ct>,
Pau <linuxnow@terra.es> wrote:
>
>I've been running 2.4.3-pre4 for a few days now and today I've got this
>message in the logs a couple of times. Is it harmless?
It's harmless.
It's really a warning that says: the mm that you allocated a new LDT for
may have multiple users, and while the LDT is added to all of them, we
don't guarantee _when_ the other users will actually see the LDT.
It so happens that the other users are probably just something like
"top" or similar, that increment the MM count to make sure that the MM
doesn't go away while they get information about the process. And those
users don't care about the LDT in the least.
Linus
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: LDT allocated for cloned task!
2001-03-20 17:23 ` Linus Torvalds
@ 2001-03-21 18:43 ` Simon Kirby
0 siblings, 0 replies; 10+ messages in thread
From: Simon Kirby @ 2001-03-21 18:43 UTC (permalink / raw)
To: linux-kernel
On Tue, Mar 20, 2001 at 09:23:14AM -0800, Linus Torvalds wrote:
> It's harmless.
>
> It's really a warning that says: the mm that you allocated a new LDT for
> may have multiple users, and while the LDT is added to all of them, we
> don't guarantee _when_ the other users will actually see the LDT.
>
> It so happens that the other users are probably just something like
> "top" or similar, that increment the MM count to make sure that the MM
> doesn't go away while they get information about the process. And those
> users don't care about the LDT in the least.
xmms with the xmms-avi (or avi-xmms?) plugin reproduces the message each
and every time xmms starts up.
Simon-
[ Stormix Technologies Inc. ][ NetNation Communications Inc. ]
[ sim@stormix.com ][ sim@netnation.com ]
[ Opinions expressed are not necessarily those of my employers. ]
^ permalink raw reply [flat|nested] 10+ messages in thread
* LDT allocated for cloned task!
@ 2001-03-17 9:21 Pozsar Balazs
0 siblings, 0 replies; 10+ messages in thread
From: Pozsar Balazs @ 2001-03-17 9:21 UTC (permalink / raw)
To: linux-kernel
hi all,
When I was starting X, I got this in the syslog:
Mar 17 10:19:20 brefatox kernel: LDT allocated for cloned task!
_What is this?_. A grep on /var/log/messages shows that I had this several
times. I'm using ext2fs on an IDE drive.
Tell me what more info I can provide.
Balazs Pozsar.
^ permalink raw reply [flat|nested] 10+ messages in thread
* LDT allocated for cloned task!
@ 2001-02-13 17:42 Simon Kirby
2001-02-13 18:22 ` Alan Cox
0 siblings, 1 reply; 10+ messages in thread
From: Simon Kirby @ 2001-02-13 17:42 UTC (permalink / raw)
To: linux-kernel
LDT allocated for cloned task!
I'm seeing this message come up fairly often while running vanilla
2.4.2-pre3 on my dual Celeron system. I don't think I saw it before
while running 2.4.1, but I may have just missed it.
My system has been up around two days and has 11 of these messages in the
ring buffer.
Actually, I just remembered that I'm using the mga DRI driver module
from the DRI CVS tree rather than the built-in module, so that's not part
of the official kernel...maybe that is causing the messages.
Simon-
[ Stormix Technologies Inc. ][ NetNation Communications Inc. ]
[ sim@stormix.com ][ sim@netnation.com ]
[ Opinions expressed are not necessarily those of my employers. ]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: LDT allocated for cloned task!
2001-02-13 17:42 Simon Kirby
@ 2001-02-13 18:22 ` Alan Cox
2001-02-13 18:48 ` Simon Kirby
0 siblings, 1 reply; 10+ messages in thread
From: Alan Cox @ 2001-02-13 18:22 UTC (permalink / raw)
To: Simon Kirby; +Cc: linux-kernel
> LDT allocated for cloned task!
>
> I'm seeing this message come up fairly often while running vanilla
> 2.4.2-pre3 on my dual Celeron system. I don't think I saw it before
> while running 2.4.1, but I may have just missed it.
Are you running wine or dosemu ?
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: LDT allocated for cloned task!
2001-02-13 18:22 ` Alan Cox
@ 2001-02-13 18:48 ` Simon Kirby
2001-02-14 14:06 ` Ville Herva
0 siblings, 1 reply; 10+ messages in thread
From: Simon Kirby @ 2001-02-13 18:48 UTC (permalink / raw)
To: Alan Cox; +Cc: linux-kernel
On Tue, Feb 13, 2001 at 06:22:26PM +0000, Alan Cox wrote:
> > LDT allocated for cloned task!
> >
> > I'm seeing this message come up fairly often while running vanilla
> > 2.4.2-pre3 on my dual Celeron system. I don't think I saw it before
> > while running 2.4.1, but I may have just missed it.
>
> Are you running wine or dosemu ?
Actually, I've ran both of them at least a few times this boot.
I think I've found what's doing it...xmms with the avi-xmms plugin will
cause the message to appear at startup even without playing anything.
Moving the libraries out of the /usr/lib/xmms/Input directory and
starting xmms again will not produce any message. I only just recently
downloaded this plugin which is probably why I didn't see it before.
It's also happening on my second (non-DRI) head, so it's probably not
related to that (I'll reboot and try again without any DRI modules loaded
and see).
Simon-
[ Stormix Technologies Inc. ][ NetNation Communications Inc. ]
[ sim@stormix.com ][ sim@netnation.com ]
[ Opinions expressed are not necessarily those of my employers. ]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: LDT allocated for cloned task!
2001-02-13 18:48 ` Simon Kirby
@ 2001-02-14 14:06 ` Ville Herva
2001-02-14 14:12 ` Gábor Lénárt
0 siblings, 1 reply; 10+ messages in thread
From: Ville Herva @ 2001-02-14 14:06 UTC (permalink / raw)
To: Simon Kirby; +Cc: Alan Cox, linux-kernel
On Tue, Feb 13, 2001 at 10:48:23AM -0800, you [Simon Kirby] claimed:
> On Tue, Feb 13, 2001 at 06:22:26PM +0000, Alan Cox wrote:
>
> > > LDT allocated for cloned task!
> > >
> > > I'm seeing this message come up fairly often while running vanilla
> > > 2.4.2-pre3 on my dual Celeron system. I don't think I saw it before
> > > while running 2.4.1, but I may have just missed it.
> >
> > Are you running wine or dosemu ?
>
> Actually, I've ran both of them at least a few times this boot.
>
> I think I've found what's doing it...xmms with the avi-xmms plugin will
> cause the message to appear at startup even without playing anything.
> Moving the libraries out of the /usr/lib/xmms/Input directory and
> starting xmms again will not produce any message. I only just recently
> downloaded this plugin which is probably why I didn't see it before.
>
> It's also happening on my second (non-DRI) head, so it's probably not
> related to that (I'll reboot and try again without any DRI modules loaded
> and see).
I saw/see a lot of those messages on 2.2.18pre19 as well. I hacked the
kernel to show the process in question, and it's always xmms:
LDT allocated for cloned task (pid=20272; count=3)!
20272 pts/10 RN 186:01 xmms
And I do have the xmms-avi plugin in the plugin directory. So if you find a
bug/fix to 2.4, could you please check 2.2 as well? (I'm afraid I'm not
nearly clueful enough.)
Are these messages serious anyway?
-- v --
v@iki.fi
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: LDT allocated for cloned task!
2001-02-14 14:06 ` Ville Herva
@ 2001-02-14 14:12 ` Gábor Lénárt
2001-02-14 14:15 ` Ville Herva
0 siblings, 1 reply; 10+ messages in thread
From: Gábor Lénárt @ 2001-02-14 14:12 UTC (permalink / raw)
To: Ville Herva; +Cc: linux-kernel
On Wed, Feb 14, 2001 at 04:06:49PM +0200, Ville Herva wrote:
> > I think I've found what's doing it...xmms with the avi-xmms plugin will
> > cause the message to appear at startup even without playing anything.
> > Moving the libraries out of the /usr/lib/xmms/Input directory and
> > starting xmms again will not produce any message. I only just recently
> > downloaded this plugin which is probably why I didn't see it before.
> >
> > It's also happening on my second (non-DRI) head, so it's probably not
> > related to that (I'll reboot and try again without any DRI modules loaded
> > and see).
>
> I saw/see a lot of those messages on 2.2.18pre19 as well. I hacked the
> kernel to show the process in question, and it's always xmms:
>
> LDT allocated for cloned task (pid=20272; count=3)!
>
> 20272 pts/10 RN 186:01 xmms
>
> And I do have the xmms-avi plugin in the plugin directory. So if you find a
> bug/fix to 2.4, could you please check 2.2 as well? (I'm afraid I'm not
> nearly clueful enough.)
xmms-avi uses DLL loader from wine too? I mean does it use windows codecs
to play AVIs? In this case, the dll loader set up some LDT settings and
this casue that message. However with our player - mplayer - it does not
detected my myself (it can use DLLs to play DivX movies, as well).
--
--[ Gábor Lénárt ]---[ Vivendi Telecom Hungary ]---------[ lgb@lgb.hu ]--
U have 8 bit comp or chip of them and it's unused or to be sold? Call me!
-------[ +36 30 2270823 ]------> LGB <-----[ Linux/UNIX/8bit 4ever ]-----
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: LDT allocated for cloned task!
2001-02-14 14:12 ` Gábor Lénárt
@ 2001-02-14 14:15 ` Ville Herva
0 siblings, 0 replies; 10+ messages in thread
From: Ville Herva @ 2001-02-14 14:15 UTC (permalink / raw)
To: Gábor Lénárt; +Cc: linux-kernel
On Wed, Feb 14, 2001 at 03:12:29PM +0100, you [Gábor Lénárt] claimed:
>
> xmms-avi uses DLL loader from wine too?
AFAIK: yes.
> I mean does it use windows codecs
> to play AVIs? In this case, the dll loader set up some LDT settings and
> this casue that message.
So this is a harmless message?
> However with our player - mplayer - it does not
> detected my myself (it can use DLLs to play DivX movies, as well).
Cool.
-- v --
v@iki.fi
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2001-03-21 18:44 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-20 16:45 LDT allocated for cloned task! Pau
2001-03-20 17:23 ` Linus Torvalds
2001-03-21 18:43 ` Simon Kirby
-- strict thread matches above, loose matches on Subject: below --
2001-03-17 9:21 Pozsar Balazs
2001-02-13 17:42 Simon Kirby
2001-02-13 18:22 ` Alan Cox
2001-02-13 18:48 ` Simon Kirby
2001-02-14 14:06 ` Ville Herva
2001-02-14 14:12 ` Gábor Lénárt
2001-02-14 14:15 ` Ville Herva
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox