Re: [uClinux-dev] BUG: scheduling while atomic.

2007-08-01 Thread Bou
Hi Jeff, I have applied the two patchesin the previous thread of BUG: scheduling while atomic. When I have the system configured without KERNEL_PREEMPT there are no problems during system bootup. However when I define CONFIG_PREEMPT and CONFIG_PREEMPT_TYPES I get BUG: scheduling while atomic duri

[uClinux-dev] BUG: scheduling while atomic.

2007-07-31 Thread Jeff Fellin
I have applied the two patchesin the previous thread of BUG: scheduling while atomic. When I have the system configured without KERNEL_PREEMPT there are no problems during system bootup. However when I define CONFIG_PREEMPT and CONFIG_PREEMPT_TYPES I get BUG: scheduling while atomic during system s

RE: [uClinux-dev] BUG: scheduling while atomic

2007-04-01 Thread Assaf Harel
ch 21, 2007 10:36 > To: uClinux development list > Subject: RE: [uClinux-dev] BUG: scheduling while atomic > > > We are using: > IPL_ixp400NpeLibrary-2_1.zip > modules-csr2.1-20061012.patch > > Regarding the access library, I have 2 packages: > BSD_ixp400AccessLibra

Re: [uClinux-dev] BUG: scheduling while atomic

2007-03-29 Thread Greg Ungerer
ginal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Greg Ungerer Sent: Wednesday, March 21, 2007 06:36 To: uClinux development list Subject: Re: [uClinux-dev] BUG: scheduling while atomic Hi Arnon, Arnon Meydav wrote: I am running snapgear-3.4.0 with a preemptive 2.6 k

Re: [uClinux-dev] BUG: scheduling while atomic

2007-03-28 Thread Greg Ungerer
see what is up. Regards Greg -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arnon Meydav Sent: Wednesday, March 21, 2007 10:36 To: uClinux development list Subject: RE: [uClinux-dev] BUG: scheduling while atomic We are using: IPL_ixp400NpeLibrary-

RE: [uClinux-dev] BUG: scheduling while atomic

2007-03-26 Thread Assaf Harel
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Greg Ungerer Sent: Wednesday, March 21, 2007 06:36 To: uClinux development list Subject: Re: [uClinux-dev] BUG: scheduling while atomic Hi Arnon, Arnon Meydav wrote: > I am running snapgear-3.4.0 with a preemptive 2.6 kern

RE: [uClinux-dev] BUG: scheduling while atomic

2007-03-21 Thread Arnon Meydav
] [mailto:[EMAIL PROTECTED] On Behalf Of Greg Ungerer Sent: Wednesday, March 21, 2007 06:36 To: uClinux development list Subject: Re: [uClinux-dev] BUG: scheduling while atomic Hi Arnon, Arnon Meydav wrote: > I am running snapgear-3.4.0 with a preemptive 2.6 kernel, on a > montejade-like

RE: [uClinux-dev] BUG: scheduling while atomic

2007-03-21 Thread Arnon Meydav
Sven Johnsson [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 20, 2007 16:40 To: uClinux development list Cc: Arnon Meydav Subject: Re: [uClinux-dev] BUG: scheduling while atomic Aron, It seems like you are accessing ifconfig from an atomic context such as an interrupt service routine, a kernel

Re: [uClinux-dev] BUG: scheduling while atomic

2007-03-20 Thread Greg Ungerer
Hi Arnon, Arnon Meydav wrote: I am running snapgear-3.4.0 with a preemptive 2.6 kernel, on a montejade-like board (IXP425 CPU). I get the following error message when I run some apps that access the ethernet device, e.g. ifconfig: What version of the AccessLibrary are you using? Regards Greg

Re: [uClinux-dev] BUG: scheduling while atomic

2007-03-20 Thread Sven Johnsson
Aron, It seems like you are accessing ifconfig from an atomic context such as an interrupt service routine, a kernel timer handler or some code which is not allowed to sleep. Ifconfig probably uses sleep or some other scheduling, which is not allowed to run in an atomic context. One workaround is

[uClinux-dev] BUG: scheduling while atomic

2007-03-20 Thread Arnon Meydav
Hi, I am running snapgear-3.4.0 with a preemptive 2.6 kernel, on a montejade-like board (IXP425 CPU). I get the following error message when I run some apps that access the ethernet device, e.g. ifconfig: BUG: scheduling while atomic: ifconfig/0x0001/802 [] (dump_stack+0x0/0x14) from [] (sch