pgloader icon indicating copy to clipboard operation
pgloader copied to clipboard

Tagged releases 3.6.8 and 3.6.9 report 3.6.7~devel as version

Open Zastai opened this issue 2 years ago • 2 comments

Building the v3.6.8 and v3.6.9 tags result in a binary for which --version reports 3.6.7~devel.

This seems to be because params.lisp was not updated (and still isn't on HEAD) and contains

(defparameter *release* nil
  "non-nil when this build is a release build.")

(defparameter *major-version* "3.6")
(defparameter *minor-version* "7")

Zastai avatar Feb 03 '23 14:02 Zastai

Confirmed image

pyrite357 avatar Apr 05 '23 18:04 pyrite357

Confirmed. We sometimes have a memory allocation error, and the LDB mode appears !!!

Heap exhausted during garbage collection: 128 bytes available, 272 requested.
        Immobile Object Counts
 Gen layout fdefn symbol   code  Boxed   Cons    Raw   Code  SmMix  Mixed  LgRaw LgCode  LgMix Waste%       Alloc        Trig   Dirty GCs Mem-age
  2      0      0      0      4   4266    130  15401      1      7    104      0      0   3100    0.9   746882256     2000000   23009   0  1.0802
  3      0      0      0      0      0      0      0      0      0      0      0      0      0    0.0           0     2000000       0   0  0.0000
  4      0      0      0      0      0      0      0      0      0      0      0      0      0    0.0           0     2000000       0   0  0.0000
  5      0      0      0      0      0      0      0      0      0      0      0      0      0    0.0           0     2000000       0   0  0.0000
fatal error encountered in SBCL pid 4080557 tid 4080561:
GC invariant lost, file "gencgc.c", line 522

Welcome to LDB, a low-level debugger for the Lisp runtime environment.
(GC in progress, oldspace=2, newspace=7)
ldb> 

fredericalonsosfr avatar May 23 '23 07:05 fredericalonsosfr