bugGNU Common Lisp - Bugs: bug #60161, gcl fails to start with glibc 2.33

 
 

bug #60161: gcl fails to start with glibc 2.33

Submitter:  Balint Reczey <rbalint>
Submitted:  Wed 03 Mar 2021 04:13:44 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 10 Nov 2021 10:45:08 AM UTC, comment #1: 

Version_2_6_13pre.  Thanks for your report!

Camm Maguire <camm>
Group administrator
Wed 03 Mar 2021 04:13:44 PM UTC, original submission:  

GLibc 2.33 returns success from realpath but also sets errno which breaks gcl thanks to the invalid check in massert():

$ gcl
The assertion realpath(s,o) on line 475 of main.c in function mbin failed: Invalid argumentAborted (core dumped)


On git revision 2_6_10pre_sync-540-g0e782f077

gcl/h/notcomp.h:285

#define massert(a_) ({errno=0;if (!(a_)||errno) assert_error(#a_,__LINE__,__FILE__,__FUNCTION__);})

Originally reported at: https://bugs.launchpad.net/ubuntu/+source/gcl/+bug/1917631

Balint Reczey <rbalint>

 

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

Attach Files:
   
   
Comment:
   

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by camm (Posted a comment)
  • -email is unavailable- added by rbalint (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 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2021-11-10 camm StatusNone Fixed
        Open/ClosedOpen Closed
    2021-03-03 rbalint Attached File- Added 0001-Fix-invalid-error-checking-to-not-crash-with-glibc-2.patch, #50980

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code