All of lore.kernel.org
 help / color / mirror / Atom feed
* es1938 kernel panic - buffer overrun on recording
@ 2006-06-06 21:01 Kacper Wysocki
  2006-06-08  0:43 ` Lee Revell
  0 siblings, 1 reply; 5+ messages in thread
From: Kacper Wysocki @ 2006-06-06 21:01 UTC (permalink / raw)
  To: alsa-devel

Hi,
I'm running linux 2.6.16.5 and have a esssolo1 soundcard built into my
IBM Thinkpad 240. Anytime I try to record from the soundcard I get the
following message on the console:

kernel panic - not syncing: Buffer above 16M boundry

This is reproducible with for example 'sound-recorder foo.wav' or any
other program that reads from the soundcard.

I would be happy to debug it further, but I would need some pointers
as to what to do, as I couldn't find a debug mode for the alsa es1938
kernel driver.

Regards,
 -Kacper

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: es1938 kernel panic - buffer overrun on recording
  2006-06-06 21:01 es1938 kernel panic - buffer overrun on recording Kacper Wysocki
@ 2006-06-08  0:43 ` Lee Revell
       [not found]   ` <367a23780606080048i434393c2r37d9b4d7d8e46f48@mail.gmail.com>
  0 siblings, 1 reply; 5+ messages in thread
From: Lee Revell @ 2006-06-08  0:43 UTC (permalink / raw)
  To: Kacper Wysocki; +Cc: alsa-devel

On Tue, 2006-06-06 at 17:01 -0400, Kacper Wysocki wrote:
> Hi,
> I'm running linux 2.6.16.5 and have a esssolo1 soundcard built into my
> IBM Thinkpad 240. Anytime I try to record from the soundcard I get the
> following message on the console:
> 
> kernel panic - not syncing: Buffer above 16M boundry
> 
> This is reproducible with for example 'sound-recorder foo.wav' or any
> other program that reads from the soundcard.
> 
> I would be happy to debug it further, but I would need some pointers
> as to what to do, as I couldn't find a debug mode for the alsa es1938
> kernel driver.

Can you post the full kernel panic output?

Lee

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: es1938 kernel panic - buffer overrun on recording
       [not found]   ` <367a23780606080048i434393c2r37d9b4d7d8e46f48@mail.gmail.com>
@ 2006-06-08 16:53     ` Kacper Wysocki
  2006-06-08 17:04       ` Takashi Iwai
  0 siblings, 1 reply; 5+ messages in thread
From: Kacper Wysocki @ 2006-06-08 16:53 UTC (permalink / raw)
  To: alsa-devel

2006/6/8, Kacper Wysocki <kacperw@gmail.com>:
> 2006/6/7, Lee Revell <rlrevell@joe-job.com>:
> > On Tue, 2006-06-06 at 17:01 -0400, Kacper Wysocki wrote:
> > > Hi,
> > > I'm running linux 2.6.16.5 and have a esssolo1 soundcard built into my
> > > IBM Thinkpad 240. Anytime I try to record from the soundcard I get the
> > > following message on the console:
> > >
> > > kernel panic - not syncing: Buffer above 16M boundry
> > >
> > > This is reproducible with for example 'sound-recorder foo.wav' or any
> > > other program that reads from the soundcard.
> > >
> > > I would be happy to debug it further, but I would need some pointers
> > > as to what to do, as I couldn't find a debug mode for the alsa es1938
> > > kernel driver.
> >
> > Can you post the full kernel panic output?
>
> That is the full panic output. I've tried getting a stack trace for
> running processes with the magic sysreq key but lacking a serial
> console setup I haven't succeeded in capturing any relevant output.
>
> I'll try 2.6.16.20 with kernel symbols, soft kernel hang detection,
> alsa debugging and verbosity compiled in next.
>
> Any other suggestions for debugging this would be appreciated.

I have now tried the 2.6.16.20 kernel as above, but still only get the
kernel panic one-liner. How do I get a full kernel panic?

 -Kacper

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: es1938 kernel panic - buffer overrun on recording
  2006-06-08 16:53     ` Kacper Wysocki
@ 2006-06-08 17:04       ` Takashi Iwai
  2006-06-08 17:25         ` Kacper Wysocki
  0 siblings, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2006-06-08 17:04 UTC (permalink / raw)
  To: Kacper Wysocki; +Cc: alsa-devel

At Thu, 8 Jun 2006 12:53:09 -0400,
Kacper Wysocki wrote:
> 
> 2006/6/8, Kacper Wysocki <kacperw@gmail.com>:
> > 2006/6/7, Lee Revell <rlrevell@joe-job.com>:
> > > On Tue, 2006-06-06 at 17:01 -0400, Kacper Wysocki wrote:
> > > > Hi,
> > > > I'm running linux 2.6.16.5 and have a esssolo1 soundcard built into my
> > > > IBM Thinkpad 240. Anytime I try to record from the soundcard I get the
> > > > following message on the console:
> > > >
> > > > kernel panic - not syncing: Buffer above 16M boundry
> > > >
> > > > This is reproducible with for example 'sound-recorder foo.wav' or any
> > > > other program that reads from the soundcard.
> > > >
> > > > I would be happy to debug it further, but I would need some pointers
> > > > as to what to do, as I couldn't find a debug mode for the alsa es1938
> > > > kernel driver.
> > >
> > > Can you post the full kernel panic output?
> >
> > That is the full panic output. I've tried getting a stack trace for
> > running processes with the magic sysreq key but lacking a serial
> > console setup I haven't succeeded in capturing any relevant output.
> >
> > I'll try 2.6.16.20 with kernel symbols, soft kernel hang detection,
> > alsa debugging and verbosity compiled in next.
> >
> > Any other suggestions for debugging this would be appreciated.
> 
> I have now tried the 2.6.16.20 kernel as above, but still only get the
> kernel panic one-liner. How do I get a full kernel panic?

The error message comes from OSS essolo1 driver...


Takashi

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: es1938 kernel panic - buffer overrun on recording
  2006-06-08 17:04       ` Takashi Iwai
@ 2006-06-08 17:25         ` Kacper Wysocki
  0 siblings, 0 replies; 5+ messages in thread
From: Kacper Wysocki @ 2006-06-08 17:25 UTC (permalink / raw)
  To: alsa-devel

2006/6/8, Takashi Iwai <tiwai@suse.de>:
> At Thu, 8 Jun 2006 12:53:09 -0400,
> Kacper Wysocki wrote:
> >
> > 2006/6/8, Kacper Wysocki <kacperw@gmail.com>:
> > > 2006/6/7, Lee Revell <rlrevell@joe-job.com>:
> > > > On Tue, 2006-06-06 at 17:01 -0400, Kacper Wysocki wrote:
> > > > > I'm running linux 2.6.16.5 and have a esssolo1 soundcard built into my
> > > > > IBM Thinkpad 240. Anytime I try to record from the soundcard I get the
> > > > > following message on the console:
> > > > >
> > > > > kernel panic - not syncing: Buffer above 16M boundry
> > > > >
> > > > > This is reproducible with for example 'sound-recorder foo.wav' [snip]
> The error message comes from OSS essolo1 driver...

Wow. I failed to notice that my system was loading the oss driver
alongside the alsa driver. Thanks for spotting this for me. Sorry for
the noise.

-Kacper

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-06-08 17:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-06 21:01 es1938 kernel panic - buffer overrun on recording Kacper Wysocki
2006-06-08  0:43 ` Lee Revell
     [not found]   ` <367a23780606080048i434393c2r37d9b4d7d8e46f48@mail.gmail.com>
2006-06-08 16:53     ` Kacper Wysocki
2006-06-08 17:04       ` Takashi Iwai
2006-06-08 17:25         ` Kacper Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.