bugMIT/GNU Scheme - Bugs: bug #47229, mit-scheme-c-9.2.tar.gz fails to...

 
 

bug #47229: mit-scheme-c-9.2.tar.gz fails to build on Raspberry Pi 2

Submitter:  Otfried Geffert <otfriedg>
Submitted:  Mon 22 Feb 2016 09:06:32 PM UTC
   
 
Category:  microcode Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect behavior
Status:  None Privacy:  Public
Assigned to:  None Originator Name: 
Open/Closed:  Open
Keywords: 
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 16 Aug 2018 06:54:29 PM UTC, comment #1: 

I have this error on a Raspberry Pi 3B+ with the latest Raspbian GNU/Linux.

Andrew A. Schilt <aas>
Mon 22 Feb 2016 09:06:32 PM UTC, original submission:  

When running         etc/make-liarc.sh 
it ends with:

initialize: .....
initialize: ....
initialize: (runtime floating-point-environment)
broken heart in scan: 0x88625093
scan = 0x75141038; to = 0x751410f0
Inconsistency detected within critical section "garbage collector".
* Error in `../microcode/scheme': double free or corruption (out): 0x7509e008 *

My suspicion is that the patches once applied to microcode/confshared.h
for the ARM processor architecture regarding floating point do ONLY work
for older Raspberry Pi machines. 

Other files involved may be
microcode/floenv.c
microcode/gcloop.c
runtime/floenc.scm

More details about the symptoms are here:------------------------------------------------

The commans that does not run actually is

 ../microcode/scheme --library ../lib --fasl http://www.gnu.org/software/mit-scheme/lib/runtime/make.so --heap 6000 --batch-mode

http://www.gnu.org/software/mit-scheme/lib/runtime/packag.so initialized evaluated
http://www.gnu.org/software/mit-scheme/lib/runtime/gcdemn.so initialized evaluated
http://www.gnu.org/software/mit-scheme/lib/runtime/gc.so initialized evaluated
http://www.gnu.org/software/mit-scheme/lib/runtime/boot.so initialized evaluated
http://www.gnu.org/software/mit-scheme/lib/runtime/queue.so initialized evaluated
http://www.gnu.org/software/mit-scheme/lib/runtime/equals.so initialized evaluated
http://www.gnu.org/software/mit-scheme/lib/runtime/list.so initialized evaluated
http://www.gnu.org/software/mit-scheme/lib/runtime/symbol.so initialized evaluated
...
...
...
initialize: (runtime regular-sexpression) [initialize-conditions!]
initialize: (runtime os-primitives) [initialize-system-primitives!]
initialize: (runtime floating-point-environment)
broken heart in scan: 0x88625093
scan = 0x75208038; to = 0x752080f0

Inconsistency detected within critical section "garbage collector".
* Error in `../microcode/scheme': double free or corruption (out): 0x75165008 *

>> A system software fault has occurred within critical section "garbage collector".
>> [signal 6 (SIGIOT), code -6]
>> The stack has overflowed overwriting adjacent memory.
>> This was probably caused by a runaway recursion.
>> Successful recovery is unlikely.

Choose one of the following actions:
  D = dump core
  I = terminate immediately
  N = terminate normally
  R = attempt recovery
  Q = terminate normally
Action ->


Otfried Geffert <otfriedg>

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #36453:  mit-scheme_debugging_the_error.txt added by otfriedg (4KiB - text/plain - I tried to debug the problem - here are some results)
file #36433:  config.log added by otfriedg (440KiB - application/octet-stream - This is the config.log from the microcode directory.)
file #36429:  mit-scheme-arm.patch added by otfriedg (796B - application/octet-stream - I attached config.log and the old patches, which are now part of confshared.h)
file #36430:  config.log added by otfriedg (13KiB - application/octet-stream - I attached config.log and the old patches, which are now part of confshared.h)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by aas (Posted a comment)
  • -email is unavailable- added by otfriedg (Submitted the item)
  •  

    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 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-02-25 otfriedg Attached File- Added mit-scheme_debugging_the_error.txt, #36453
    2016-02-22 otfriedg Attached File- Added config.log, #36433
    2016-02-22 otfriedg Attached File- Added mit-scheme-arm.patch, #36429
        Attached File- Added config.log, #36430

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code