mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Mark v Wolher <trilight@ns666.com>
To: Jiri Slaby <xslaby@fi.muni.cz>
Cc: Sami Farin <7atbggg02@sneakemail.com>,
	Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: system keeps freezing once every 24 hours / random apps crashing
Date: Sun, 01 Jan 2006 03:26:51 +0100	[thread overview]
Message-ID: <43B73DEB.4070604@ns666.com> (raw)
In-Reply-To: <43B6B669.6020500@ns666.com>

Jiri Slaby wrote:
>>Hi Sami,
>>
>>That caused also a crash, i kept pressing the v key and within 15
>>seconds it crashed, then i saw the crash-info appear in the log and when
>>i clicked on mozilla then it crashed too but without crahs info and
>>system froze totally.
>>
>>Below the crash info:
>>
>>Dec 31 17:38:32 localhost kernel: Unable to handle kernel paging request
>>at virtual address c8111000
>>Dec 31 17:38:32 localhost kernel:  printing eip:
>>Dec 31 17:38:32 localhost kernel: c036037a
>>Dec 31 17:38:32 localhost kernel: *pgd = 21063
>>Dec 31 17:38:32 localhost kernel: *pmd = 21063
>>Dec 31 17:38:32 localhost kernel: *pte = 8111000
>>Dec 31 17:38:32 localhost kernel: Oops: 0002 [#4]
> 
> [snip]
> Could you try the attached patch?
> 
> --
> diff --git a/drivers/media/video/bttv-risc.c b/drivers/media/video/bttv-risc.c
> --- a/drivers/media/video/bttv-risc.c
> +++ b/drivers/media/video/bttv-risc.c
> @@ -53,7 +53,7 @@ bttv_risc_packed(struct bttv *btv, struc
>  	/* estimate risc mem: worst case is one write per page border +
>  	   one write per scan line + sync + jump (all 2 dwords) */
>  	instructions  = (bpl * lines) / PAGE_SIZE + lines;
> -	instructions += 2;
> +	instructions += 4;
>  	if ((rc = btcx_riscmem_alloc(btv->c.pci,risc,instructions*8)) < 0)
>  		return rc;
>  
> 
> 


Hi Jiri,

Tried it but it seems to crash indeed faster, and this time it didn't
leave traces in the log.

Appreciate your help eitherway !

  parent reply	other threads:[~2006-01-01  2:27 UTC|newest]

Thread overview: 65+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-30 14:05 Trilight
2005-12-30 14:11 ` Ochal Christophe
2005-12-30 14:27 ` Jesper Juhl
2005-12-30 15:52   ` Mark v Wolher
2005-12-30 16:37     ` Mark v Wolher
2005-12-30 16:47       ` Folkert van Heusden
2005-12-30 17:14         ` Mark v Wolher
2005-12-30 18:30           ` Folkert van Heusden
2005-12-30 19:22             ` Mark v Wolher
2005-12-30 20:24               ` Folkert van Heusden
2005-12-30 20:58                 ` Mark v Wolher
2005-12-30 21:15                   ` Mark v Wolher
2005-12-30 21:30                     ` Mark v Wolher
2005-12-30 21:35                       ` Lee Revell
2005-12-30 21:47                         ` Mark v Wolher
2005-12-30 21:51                           ` Lee Revell
2005-12-30 21:57                             ` Mark v Wolher
2005-12-30 22:00                               ` Lee Revell
2005-12-30 22:05                                 ` Mark v Wolher
2005-12-30 22:11                                   ` Lee Revell
2005-12-30 22:16                                     ` Mark v Wolher
2005-12-30 23:11                                       ` Alistair John Strachan
2005-12-30 23:42                                         ` Mark v Wolher
2005-12-30 23:56                                           ` Alistair John Strachan
2005-12-31  0:20                                             ` Mark v Wolher
2005-12-31  0:27                                               ` Alistair John Strachan
2005-12-31  0:42                                                 ` Mark v Wolher
2005-12-31  0:51                                                   ` Alistair John Strachan
2005-12-31  0:54                                                     ` Mark v Wolher
2005-12-31 10:31                                                       ` Mark v Wolher
2005-12-31 11:08                                                         ` Jesper Juhl
2005-12-31 11:40                                                           ` Mark v Wolher
2005-12-31 11:49                                                             ` Jesper Juhl
2005-12-31 12:46                                                               ` Mark v Wolher
2005-12-31 15:18                                                                 ` Mark v Wolher
2005-12-31 15:22                                                                   ` Arjan van de Ven
2005-12-31 15:34                                                                     ` Mark v Wolher
2005-12-31 15:51                                                                   ` Mark v Wolher
2005-12-31 16:34                                                                   ` Sami Farin
2005-12-31 16:48                                                                     ` Mark v Wolher
2005-12-31 17:02                                                                       ` Sami Farin
2005-12-31 17:26                                                                         ` Mark v Wolher
2005-12-31 22:01                                                                       ` Sami Farin
2006-01-01  2:26                                                                       ` Mark v Wolher [this message]
2006-01-01 13:06                                                                         ` Mark v Wolher
2006-01-01 14:47                                                                           ` Mark v Wolher
2006-01-01 17:47                                                                             ` Mark v Wolher
2006-01-01 18:38                                                                               ` Jiri Slaby
2006-01-01 18:49                                                                                 ` Mark v Wolher
2006-01-01 19:01                                                                                   ` Mauro Carvalho Chehab
2006-01-01 19:12                                                                                     ` Jiri Slaby
2006-01-01 19:37                                                                                       ` Mark v Wolher
2006-01-01 23:20                                                                                         ` Re; system keeps freezing once every 24 hours / random apps crashing Peter Missel
2006-01-02 22:29                                                                                           ` Alan Cox
2006-01-03  0:19                                                                                             ` Mauro Carvalho Chehab
2006-01-01 18:49                                                                                 ` Folkert van Heusden
2006-01-01 18:54                                                                                   ` Mark v Wolher
2006-01-01 20:49                                                                                     ` Folkert van Heusden
2006-01-01 21:38                                                                                       ` Mark v Wolher
2006-01-01 21:41                                                                                         ` Lee Revell
2006-01-01 22:01                                                                                           ` Mark v Wolher
2006-01-25 12:46                                                                                 ` Jiri Slaby
2006-01-01 15:14                                                                           ` Sami Farin
2005-12-31 11:23                                                   ` Jesper Juhl
2005-12-31 11:31     ` Jesper Juhl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43B73DEB.4070604@ns666.com \
    --to=trilight@ns666.com \
    --cc=7atbggg02@sneakemail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=xslaby@fi.muni.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox