Bug 221006 - Segmentation fault when compiling blender mallocn.o
Summary: Segmentation fault when compiling blender mallocn.o
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc4
Version: 5
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-12-30 11:02 UTC by patrik
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version: 4.1.1-30
Clone Of:
Environment:
Last Closed: 2007-01-02 22:48:38 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
/tmp/ccuppxOd.out (67.50 KB, application/octet-stream)
2006-12-30 11:03 UTC, patrik
no flags Details

Description patrik 2006-12-30 11:02:27 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); sv-SE; rv:1.8.1.1) Gecko/20061208 Firefox/2.0.0.1

Description of problem:
When I trid to compile blender with scons building system I recieve this message:
[patrik@localhost blender-2.42a]scons
...
Compiling ==> 'mallocn.c'
intern/guardedalloc/intern/mallocn.c: In function ‘MEM_freeN’:
intern/guardedalloc/intern/mallocn.c:369: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.
Preprocessed source stored into /tmp/ccuppxOd.out file, please attach this to your bugreport.
scons: *** [/home/patrik/dev/cad/build/linux2/intern/guardedalloc/intern/mallocn.o] Error 1
scons: building terminated because of errors.
[patrik@localhost blender-2.42a]$ uname -a
Linux localhost.xxxxxxxxxx 2.6.18-1.2257.fc5 #1 SMP Fri Dec 15 16:07:14 EST 2006 x86_64 x86_64 x86_64 GNU/Linux
[patrik@localhost blender-2.42a]$ gcc --version
gcc (GCC) 4.1.1 20060525 (Red Hat 4.1.1-1)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[patrik@localhost blender-2.42a]$


Version-Release number of selected component (if applicable):
gcc (GCC) 4.1.1 20060525 (Red Hat 4.1.1-1)

How reproducible:
Always


Steps to Reproduce:
1. Build blender from its source with scons
2.
3.

Actual Results:


Expected Results:


Additional info:

Comment 1 patrik 2006-12-30 11:03:54 UTC
Created attachment 144576 [details]
/tmp/ccuppxOd.out

Comment 2 Jakub Jelinek 2007-01-02 22:48:38 UTC
Compiles just fine with gcc-4.1.1-30.

Comment 3 patrik 2007-01-04 16:05:34 UTC
FC5 will not detect any newer version than the installed one. Where can I find
rpm for gcc-4.1.1-30?


Note You need to log in before you can comment on or make changes to this bug.