Re: Another KSE problem?

2002-07-12 Thread Bill Huey

On Thu, Jul 11, 2002 at 11:42:56PM -0700, Julian Elischer wrote:
> I was asking if it was a newly forked process...

No, its not. It's something that's been running for at least a few
seconds. Sorry to be unclear about that.

bill


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Another KSE problem?

2002-07-11 Thread Julian Elischer



On Thu, 11 Jul 2002, Bill Huey wrote:

> On Thu, Jul 11, 2002 at 10:58:56PM -0700, Julian Elischer wrote:
> > it may be in "NEW" state if it has just been forked.
> > if so then the "NEW" state is hanging around too long.
> > it should be fixed tomorrow after testing.
> 
> What do you mean by just forked ?

I was asking if it was a newly forked process...

> This is a running process
> that's block on a kernel of some sort within libc_r. If my
> reading of the problem is correct, then there might be a problem
> with signal delivery and things like select/poll.
>

let me know..



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Another KSE problem?

2002-07-11 Thread Bill Huey

On Thu, Jul 11, 2002 at 10:58:56PM -0700, Julian Elischer wrote:
> it may be in "NEW" state if it has just been forked.
> if so then the "NEW" state is hanging around too long.
> it should be fixed tomorrow after testing.

What do you mean by just forked ? This is a running process
that's block on a kernel of some sort within libc_r. If my
reading of the problem is correct, then there might be a problem
with signal delivery and things like select/poll.

I don't know until I do some investigation.

bill


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Another KSE problem?

2002-07-11 Thread Julian Elischer



On Thu, 11 Jul 2002, Bill Huey wrote:

> On Thu, Jul 11, 2002 at 09:55:51AM -0700, Julian Elischer wrote:
> > I have no idea what xmms is, but it seems doubtlfu that this is a KSE
> > problem. 
> 
> Hey,
> 
> xmms is a very popular audio media player.
> 
> BTW, I'm getting a lot of orphaned processes when I run a program in gdb
> and you deliver a SIGQUIT that seem to be stuck in poll(). It's 100 percent
> repeatable.

There will be a commit tomorrow that might influence this.

> 
> bill
> 
> 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Another KSE problem?

2002-07-11 Thread Julian Elischer

it may be in "NEW" state if it has just been forked.
if so then the "NEW" state is hanging around too long.
it should be fixed tomorrow after testing.


On Thu, 11 Jul 2002, Bill Huey wrote:

> On Thu, Jul 11, 2002 at 06:39:27PM -0700, Bill Huey wrote:
> > BTW, I'm getting a lot of orphaned processes when I run a program in gdb
> > and you deliver a SIGQUIT that seem to be stuck in poll(). It's 100 percent
> > repeatable.
> 
> Here's a ps axl:
> 
> =
> 1001   312 1   0  96  0 116264 5767 -  W p10:07.79 
>/usr/home/billh/javasrc_1_3_scsl/j2sdk1.3.1/build/bsd-i386/bin/i386/native_threads/java
>  -jar 
> 1001  1339 1   0  96  0 116580 5978 -  W p10:07.80 
>/usr/home/billh/javasrc_1_3_scsl/j2sdk1.3.1/build/bsd-i386/bin/i386/native_threads/java
>   -jar 
> =
> 
> I found that not reporting what state it was in peculiar.
> 
> bill
> 
> 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Another KSE problem?

2002-07-11 Thread Bill Huey

On Thu, Jul 11, 2002 at 06:39:27PM -0700, Bill Huey wrote:
> BTW, I'm getting a lot of orphaned processes when I run a program in gdb
> and you deliver a SIGQUIT that seem to be stuck in poll(). It's 100 percent
> repeatable.

Here's a ps axl:

=
1001   312 1   0  96  0 116264 5767 -  W p10:07.79 
/usr/home/billh/javasrc_1_3_scsl/j2sdk1.3.1/build/bsd-i386/bin/i386/native_threads/java
 -jar 
1001  1339 1   0  96  0 116580 5978 -  W p10:07.80 
/usr/home/billh/javasrc_1_3_scsl/j2sdk1.3.1/build/bsd-i386/bin/i386/native_threads/java
  -jar 
=

I found that not reporting what state it was in peculiar.

bill


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Another KSE problem?

2002-07-11 Thread Bill Huey

On Thu, Jul 11, 2002 at 09:55:51AM -0700, Julian Elischer wrote:
> I have no idea what xmms is, but it seems doubtlfu that this is a KSE
> problem. 

Hey,

xmms is a very popular audio media player.

BTW, I'm getting a lot of orphaned processes when I run a program in gdb
and you deliver a SIGQUIT that seem to be stuck in poll(). It's 100 percent
repeatable.

bill


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Another KSE problem?

2002-07-11 Thread Julian Elischer



On Thu, 11 Jul 2002, Martin Faxer wrote:

> Hi!
> 
> This morning, when starting XMMS, I saw something weird:
> 
> redpixel@lockdown:~ %> xmms&
> [1] 603
> redpixel@lockdown:~ %> cat
> cat: stdin: Resource temporarily unavailable
> 
> This is on a 2 days old -CURRENT.
> 
> (PS. If this has been reported and/or fixed already, I apologise in
> advance.  My mail has been bouncing the last few days...)
> 
I have no idea what xmms is, but it seems doubtlfu that this is a KSE
problem. 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Another KSE problem?

2002-07-11 Thread Martin Faxer

Hi!

This morning, when starting XMMS, I saw something weird:

redpixel@lockdown:~ %> xmms&
[1] 603
redpixel@lockdown:~ %> cat
cat: stdin: Resource temporarily unavailable

This is on a 2 days old -CURRENT.

(PS. If this has been reported and/or fixed already, I apologise in
advance.  My mail has been bouncing the last few days...)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message