bugMIT/GNU Scheme - Bugs: bug #9913, Segmentation Fault on Fedora Core 1

 
 

bug #9913: Segmentation Fault on Fedora Core 1

Submitter:  None
Submitted:  Fri 06 Aug 2004 05:25:02 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect behavior
Status:  Fixed Privacy:  Public
Assigned to:  cph Originator Name: 
Originator Email:  -email is unavailable- Open/Closed:  Closed
Keywords: 
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 23 Oct 2005 09:01:09 PM UTC, comment #4: 

Should be fixed by recent snapshots.

Chris Hanson <cph>
Group administrator
Thu 03 Mar 2005 06:23:33 PM UTC, comment #3: 

Im using Fedora Core 3 and examined the code at line 76 of pruxdld.c and found that there was a missing back slash (for quoted string continuation) missing on the next to last line).  This allowed the compilation process to continue.

Edward Hatfield <edwardh>
Mon 03 Jan 2005 05:45:31 AM UTC, comment #2: 

I affirm the difficulty under FC3, using gcc version 3.4.2.  Exact same error as the poster from November 28th.

Joe Ardent <nebkor>
Sun 28 Nov 2004 05:46:50 AM UTC, comment #1: 

A similar compilation failure occurs on Fedora Core 3:

gcc -DMIT_SCHEME -DDEFAULT_LIBRARY_PATH=\"/usr/local/lib/mit-scheme\" -DHAVE_CONFIG_H -I. -I. -I.  -g -O2 -Wall -I/usr/X11R6/include -c pruxdld.c
pruxdld.c:113:2: unterminated argument list invoking macro "DEFINE_PRIMITIVE"
pruxdld.c:76: error: syntax error at end of input
pruxdld.c:51: warning: 'dld_lookup' defined but not used
make: * [pruxdld.o] Error 1

Anonymous
Fri 06 Aug 2004 05:25:02 PM UTC, original submission:  

I am running Fedore Core 1 on an Intel Pentium IV machine. On running scheme, I simply get 'Segmentation Fault' and the program aborts. Compilation from source (using gcc 3.3.2) also fails...

.
.
.
gcc -DMIT_SCHEME -DDEFAULT_LIBRARY_PATH=\"/usr/local/lib/mit-scheme\" -DHAVE_CONFIG_H -I. -I. -I.  -g -O2 -Wall -I/usr/X11R6/include -c uxutil.c
./makegen/m4.sh -P LINUX_ELF,1 -P CALLEE_POPS_STRUCT_RETURN,1 cmpauxmd.m4 > cmpauxmd.s
as  -o cmpauxmd.o cmpauxmd.s
gcc -DMIT_SCHEME -DDEFAULT_LIBRARY_PATH=\"/usr/local/lib/mit-scheme\" -DHAVE_CONFIG_H -I. -I. -I.  -g -O2 -Wall -I/usr/X11R6/include -c pruxdld.c
pruxdld.c:77:19: missing terminating " character
pruxdld.c:80:19: missing terminating ' character
pruxdld.c:113:1: unterminated argument list invoking macro "DEFINE_PRIMITIVE"
pruxdld.c:76: error: syntax error at end of input
pruxdld.c:51: warning: `dld_lookup' defined but not used
make[1]: * [pruxdld.o] Error 1
rm cmpauxmd.s
make[1]: Leaving directory `/home/parijat/bin/scheme-7.7.1/src/microcode'
make: * [all] Error 2
.
.
.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-10-23 cph StatusNone Fixed
    Assigned toNone cph
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code