public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/36570]  New: segmentation fault
@ 2008-06-18 21:45 info at milde dot cz
  2008-06-18 21:48 ` [Bug target/36570] " pinskia at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: info at milde dot cz @ 2008-06-18 21:45 UTC (permalink / raw)
  To: gcc-bugs

During kernel compilation with Ubuntu OS and kernel 2.6.24 I get this error
message:


make[1]: Entering directory `/usr/src/linux-source-2.6.24'
  CHK     include/linux/version.h
  CHK     include/linux/utsrelease.h
  CALL    scripts/checksyscalls.sh
  CHK     include/linux/compile.h
  CC      kernel/sysctl.o
  CC      kernel/capability.o
  CC      kernel/ptrace.o
  CC      kernel/timer.o
  CC      kernel/user.o
  CC      kernel/user_namespace.o
  CC      kernel/signal.o
  CC      kernel/sys.o
kernel/sys.c:1820: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see <URL:file:///usr/share/doc/gcc-4.2/README.Bugs>.


-- 
           Summary: segmentation fault
           Product: gcc
           Version: 4.2.3
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: info at milde dot cz


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36570


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

* [Bug target/36570] segmentation fault
  2008-06-18 21:45 [Bug c/36570] New: segmentation fault info at milde dot cz
@ 2008-06-18 21:48 ` pinskia at gcc dot gnu dot org
  2008-06-18 21:50 ` info at milde dot cz
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-06-18 21:48 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
           Severity|critical                    |normal
          Component|c                           |target


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36570


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

* [Bug target/36570] segmentation fault
  2008-06-18 21:45 [Bug c/36570] New: segmentation fault info at milde dot cz
  2008-06-18 21:48 ` [Bug target/36570] " pinskia at gcc dot gnu dot org
@ 2008-06-18 21:50 ` info at milde dot cz
  2008-06-18 21:53 ` info at milde dot cz
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: info at milde dot cz @ 2008-06-18 21:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from info at milde dot cz  2008-06-18 21:49 -------
First error was:

  CC      arch/x86/mach-default/setup.o
  LD      arch/x86/mach-default/built-in.o
  LD      arch/x86/crypto/built-in.o
  CC      kernel/sched.o
  CC      kernel/fork.o
  CC      kernel/exec_domain.o
  CC      kernel/panic.o
  CC      kernel/printk.o
  CC      kernel/profile.o
  CC      kernel/exit.o
  CC      kernel/itimer.o
  CC      kernel/time.o
  CC      kernel/softirq.o
  CC      kernel/resource.o
  CC      kernel/sysctl.o
kernel/sysctl.c:2733: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see <URL:file:///usr/share/doc/gcc-4.2/README.Bugs>.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36570


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

* [Bug target/36570] segmentation fault
  2008-06-18 21:45 [Bug c/36570] New: segmentation fault info at milde dot cz
  2008-06-18 21:48 ` [Bug target/36570] " pinskia at gcc dot gnu dot org
  2008-06-18 21:50 ` info at milde dot cz
@ 2008-06-18 21:53 ` info at milde dot cz
  2008-06-18 21:55 ` info at milde dot cz
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: info at milde dot cz @ 2008-06-18 21:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from info at milde dot cz  2008-06-18 21:52 -------
commands done (as root): 

apt-get install linux-source build-essential bin86 kernel-package gcc gcc-3.4
libncurses5 libncurses5-dev fakeroot libglade2-dev

make gconfig

make-kpkg clean

sudo make-kpkg --initrd --stem linux --revision=my.1.0 kernel_image


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36570


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

* [Bug target/36570] segmentation fault
  2008-06-18 21:45 [Bug c/36570] New: segmentation fault info at milde dot cz
                   ` (2 preceding siblings ...)
  2008-06-18 21:53 ` info at milde dot cz
@ 2008-06-18 21:55 ` info at milde dot cz
  2008-07-05 18:51 ` info at milde dot cz
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: info at milde dot cz @ 2008-06-18 21:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from info at milde dot cz  2008-06-18 21:54 -------
Created an attachment (id=15784)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15784&action=view)
kernel config file

made with gconfig utility


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36570


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

* [Bug target/36570] segmentation fault
  2008-06-18 21:45 [Bug c/36570] New: segmentation fault info at milde dot cz
                   ` (3 preceding siblings ...)
  2008-06-18 21:55 ` info at milde dot cz
@ 2008-07-05 18:51 ` info at milde dot cz
  2008-07-05 19:06 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: info at milde dot cz @ 2008-07-05 18:51 UTC (permalink / raw)
  To: gcc-bugs



-- 

info at milde dot cz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36570


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

* [Bug target/36570] segmentation fault
  2008-06-18 21:45 [Bug c/36570] New: segmentation fault info at milde dot cz
                   ` (5 preceding siblings ...)
  2008-07-05 19:06 ` pinskia at gcc dot gnu dot org
@ 2008-07-05 19:06 ` pinskia at gcc dot gnu dot org
  2008-07-06 10:17 ` info at milde dot cz
  2008-07-07  9:20 ` aldot at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-07-05 19:06 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36570


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

* [Bug target/36570] segmentation fault
  2008-06-18 21:45 [Bug c/36570] New: segmentation fault info at milde dot cz
                   ` (4 preceding siblings ...)
  2008-07-05 18:51 ` info at milde dot cz
@ 2008-07-05 19:06 ` pinskia at gcc dot gnu dot org
  2008-07-05 19:06 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-07-05 19:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2008-07-05 19:06 -------
You need to provide the preprocessed source as directed by the instructions:
>with preprocessed source if appropriate.
 :).


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36570


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

* [Bug target/36570] segmentation fault
  2008-06-18 21:45 [Bug c/36570] New: segmentation fault info at milde dot cz
                   ` (6 preceding siblings ...)
  2008-07-05 19:06 ` pinskia at gcc dot gnu dot org
@ 2008-07-06 10:17 ` info at milde dot cz
  2008-07-07  9:20 ` aldot at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: info at milde dot cz @ 2008-07-06 10:17 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 888 bytes --]



------- Comment #5 from info at milde dot cz  2008-07-06 10:16 -------
Subject: Re:  segmentation fault

pinskia at gcc dot gnu dot org napsal(a):
> ------- Comment #4 from pinskia at gcc dot gnu dot org  2008-07-05 19:06 -------
> You need to provide the preprocessed source as directed by the instructions:
>   
>> with preprocessed source if appropriate.
>>     
>  :).
>
>
>   
Ok, let it be :) I seems that it could be imposed by faulty memory.

-- 
Daniel Milde
Milde.cz
*****************
U zastávky 1, Modøany
143 00 Praha 4
IÈO: 715 26 374
mob.: +420 777 609 440
tel: +420 241 941 229
*****************
http://milde.cz
info@milde.cz


------- Comment #6 from info at milde dot cz  2008-07-06 10:16 -------
Created an attachment (id=15862)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15862&action=view)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36570


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

* [Bug target/36570] segmentation fault
  2008-06-18 21:45 [Bug c/36570] New: segmentation fault info at milde dot cz
                   ` (7 preceding siblings ...)
  2008-07-06 10:17 ` info at milde dot cz
@ 2008-07-07  9:20 ` aldot at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: aldot at gcc dot gnu dot org @ 2008-07-07  9:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from aldot at gcc dot gnu dot org  2008-07-07 09:20 -------
Closing as INVALID as suggested by the reporter.


-- 

aldot at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36570


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

end of thread, other threads:[~2008-07-07  9:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-18 21:45 [Bug c/36570] New: segmentation fault info at milde dot cz
2008-06-18 21:48 ` [Bug target/36570] " pinskia at gcc dot gnu dot org
2008-06-18 21:50 ` info at milde dot cz
2008-06-18 21:53 ` info at milde dot cz
2008-06-18 21:55 ` info at milde dot cz
2008-07-05 18:51 ` info at milde dot cz
2008-07-05 19:06 ` pinskia at gcc dot gnu dot org
2008-07-05 19:06 ` pinskia at gcc dot gnu dot org
2008-07-06 10:17 ` info at milde dot cz
2008-07-07  9:20 ` aldot at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).