public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Hi,make question
@ 2005-06-20  1:44 guorke
  2005-06-20  1:51 ` Kyle Moffett
       [not found] ` <200506200618.44344.bonganilinux@mweb.co.za>
  0 siblings, 2 replies; 6+ messages in thread
From: guorke @ 2005-06-20  1:44 UTC (permalink / raw)
  To: linux-kernel

hi,when complie 2.6.12,i meet the followning message,how to fix it?

ipc/shm.c: In function `shm_inc':
ipc/shm.c:99: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [ipc/shm.o] Error 1
make: *** [ipc] Error 2

thanks

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

* Re: Hi,make question
  2005-06-20  1:44 Hi,make question guorke
@ 2005-06-20  1:51 ` Kyle Moffett
  2005-06-20  4:09   ` guorke
       [not found] ` <200506200618.44344.bonganilinux@mweb.co.za>
  1 sibling, 1 reply; 6+ messages in thread
From: Kyle Moffett @ 2005-06-20  1:51 UTC (permalink / raw)
  To: guorke; +Cc: linux-kernel

On Jun 19, 2005, at 21:44:30, guorke wrote:
> hi,when complie 2.6.12,i meet the followning message,how to fix it?

RTFM (Read the f***ing message):
   When you get an error message, it's usually best to do as it says.

> ipc/shm.c: In function `shm_inc':
> ipc/shm.c:99: internal error: Segmentation fault
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
> make[1]: *** [ipc/shm.o] Error 1
> make: *** [ipc] Error 2

Please note where it says: "See <URL> for instructions".  That usually
means that you should visit the URL and read the instructions contained
therein.

Cheers,
Kyle Moffett

--
There are two ways of constructing a software design. One way is to  
make it so simple that there are obviously no deficiencies. And the  
other way is to make it so complicated that there are no obvious  
deficiencies.
  -- C.A.R. Hoare


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

* Re: Hi,make question
  2005-06-20  1:51 ` Kyle Moffett
@ 2005-06-20  4:09   ` guorke
  0 siblings, 0 replies; 6+ messages in thread
From: guorke @ 2005-06-20  4:09 UTC (permalink / raw)
  To: Kyle Moffett; +Cc: linux-kernel

Thanks,I got it.
It beacuse  compiler segfaulted.


On 6/20/05, Kyle Moffett <mrmacman_g4@mac.com> wrote:
> On Jun 19, 2005, at 21:44:30, guorke wrote:
> > hi,when complie 2.6.12,i meet the followning message,how to fix it?
> 
> RTFM (Read the f***ing message):
>   When you get an error message, it's usually best to do as it says.
> 
> > ipc/shm.c: In function `shm_inc':
> > ipc/shm.c:99: internal error: Segmentation fault
> > Please submit a full bug report,
> > with preprocessed source if appropriate.
> > See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
> > make[1]: *** [ipc/shm.o] Error 1
> > make: *** [ipc] Error 2
> 
> Please note where it says: "See <URL> for instructions".  That usually
> means that you should visit the URL and read the instructions contained
> therein.
> 
> Cheers,
> Kyle Moffett
> 
> --
> There are two ways of constructing a software design. One way is to
> make it so simple that there are obviously no deficiencies. And the
> other way is to make it so complicated that there are no obvious
> deficiencies.
>  -- C.A.R. Hoare
> 
>

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

* Re: Hi,make question
       [not found] ` <200506200618.44344.bonganilinux@mweb.co.za>
@ 2005-06-20  5:31   ` guorke
  2005-06-20  7:14     ` Niraj kumar
  0 siblings, 1 reply; 6+ messages in thread
From: guorke @ 2005-06-20  5:31 UTC (permalink / raw)
  To: Bongani Hlope; +Cc: linux-kernel

> 1. What kernel are you currently runnig
2.6.11


> 2. What CPU are you using e.g. x86_64, x86 etc.
x86.

I want update the kernel to 2.6.12.
my gcc is 3.2
I meet lot of  Segmentation fault.
So I must make again and agian.

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

* Re: Hi,make question
  2005-06-20  5:31   ` guorke
@ 2005-06-20  7:14     ` Niraj kumar
  2005-06-20 17:56       ` Bongani Hlope
  0 siblings, 1 reply; 6+ messages in thread
From: Niraj kumar @ 2005-06-20  7:14 UTC (permalink / raw)
  To: guorke; +Cc: Bongani Hlope, linux-kernel

On 6/20/05, guorke <gourke@gmail.com> wrote:
> > 1. What kernel are you currently runnig
<snip>
> I meet lot of  Segmentation fault.
> So I must make again and agian.

Continuous segfault is usually sign of a hardware/memory issue .

You may like to try memtest86 .

Niraj

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

* Re: Hi,make question
  2005-06-20  7:14     ` Niraj kumar
@ 2005-06-20 17:56       ` Bongani Hlope
  0 siblings, 0 replies; 6+ messages in thread
From: Bongani Hlope @ 2005-06-20 17:56 UTC (permalink / raw)
  To: niraj17; +Cc: guorke, linux-kernel

On Monday 20 June 2005 09:14 am, Niraj kumar wrote:
> On 6/20/05, guorke <gourke@gmail.com> wrote:
> > > 1. What kernel are you currently runnig
> <snip>
> > I meet lot of  Segmentation fault.
> > So I must make again and agian.
> 
> Continuous segfault is usually sign of a hardware/memory issue .
> 
> You may like to try memtest86 .
> 
> Niraj
> 
>

If you haven't tried to update your system's glibc (or maybe partial upgrade), then try running memtest86

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

end of thread, other threads:[~2005-06-20 17:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-20  1:44 Hi,make question guorke
2005-06-20  1:51 ` Kyle Moffett
2005-06-20  4:09   ` guorke
     [not found] ` <200506200618.44344.bonganilinux@mweb.co.za>
2005-06-20  5:31   ` guorke
2005-06-20  7:14     ` Niraj kumar
2005-06-20 17:56       ` Bongani Hlope

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox