Bug 190369 - Segmentation fault compiling 3dDesk
Summary: Segmentation fault compiling 3dDesk
Keywords:
Status: CLOSED DUPLICATE of bug 188125
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc
Version: 5
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-05-01 18:06 UTC by Drew DeNardo
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-05-02 10:18:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Preprocessed source (1.17 MB, text/plain)
2006-05-01 18:06 UTC, Drew DeNardo
no flags Details

Description Drew DeNardo 2006-05-01 18:06:33 UTC
Description of problem:
Download 3dDesktop 0.2.9
(http://sourceforge.net/project/showfiles.php?group_id=59688&package_id=55898)

As root unpack the .tar.gz file

cd into the 3ddesktop-0.2.9 directory

./configure

make

// omitting initial make output
if g++ -DHAVE_CONFIG_H -I. -I. -I.    -Wall -O3 -DQT_CLEAN_NAMESPACE
-DSHAREDIR=\"/usr/local/share/3ddesktop\" -DSYSCONFDIR=\"/usr/local/etc\"   -g
-O2  -MT 3ddeskd.o -MD -MP -MF ".deps/3ddeskd.Tpo" -c -o 3ddeskd.o 3ddeskd.cpp; \
then mv -f ".deps/3ddeskd.Tpo" ".deps/3ddeskd.Po"; else rm -f
".deps/3ddeskd.Tpo"; exit 1; fi
3ddeskd.cpp: In function âvoid draw_digit(int, float, float)â:
3ddeskd.cpp:634: 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/ccldiHH5.out file, please attach this to
your bugreport.
make[1]: *** [3ddeskd.o] Error 1
make[1]: Leaving directory `/home/ddenardo/download/unpack/3ddesktop-0.2.9'
make: *** [all] Error 2


Version-Release number of selected component (if applicable):


How reproducible:
Repeated 5 times out of 5 tries

Steps to Reproduce:
1.Download 3dDesktop 0.2.9
(http://sourceforge.net/project/showfiles.php?group_id=59688&package_id=55898)
2. As root unpack the .tar.gz file
3. cd into the 3ddesktop-0.2.9 directory
4. ./configure
5. make
  
Actual results:
Segmentation fault

Expected results:
Compiled object code

Additional info:

Comment 1 Drew DeNardo 2006-05-01 18:06:35 UTC
Created attachment 128454 [details]
Preprocessed source

Comment 2 Jakub Jelinek 2006-05-02 10:18:43 UTC

*** This bug has been marked as a duplicate of 188125 ***


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