[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#983487: malloc(): unsorted double linked list corrupted



Package: asymptote
Version: 2.69+ds-1
Severity: normal
X-Debbugs-Cc: picca@debian.org

Hello, I have this message when I try to compile this file



-- System Information:
Debian Release: bullseye/sid
  APT prefers stable-debug
  APT policy: (500, 'stable-debug'), (500, 'proposed-updates-debug'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.0-3-amd64 (SMP w/4 CPU threads)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages asymptote depends on:
ii  freeglut3                        2.8.1-6
ii  ghostscript                      9.53.3~dfsg-7
ii  imagemagick                      8:6.9.11.60+dfsg-1
ii  imagemagick-6.q16 [imagemagick]  8:6.9.11.60+dfsg-1
ii  install-info                     6.7.0.dfsg.2-6
ii  libc6                            2.31-9
ii  libfftw3-double3                 3.3.8-2
ii  libgc1                           1:8.0.4-3
ii  libgcc-s1                        10.2.1-6
ii  libgl1                           1.3.2-1
ii  libglew2.1                       2.1.0-4+b1
ii  libglx0                          1.3.2-1
ii  libgsl25                         2.6+dfsg-2
ii  libreadline8                     8.1-1
ii  libsigsegv2                      2.13-1
ii  libstdc++6                       10.2.1-6
ii  libtinfo6                        6.2+20201114-2
ii  python3                          3.9.1-1
ii  tex-common                       6.16
ii  texlive-binaries                 2020.20200327.54578-6
ii  texlive-latex-base               2020.20210202-3
ii  texlive-plain-generic            2020.20210202-1
ii  texlive-pstricks                 2020.20210202-1
ii  xdg-utils                        1.1.3-4
ii  zlib1g                           1:1.2.11.dfsg-2

Versions of packages asymptote recommends:
ii  asymptote-doc  2.69+ds-1

Versions of packages asymptote suggests:
ii  asymptote-x11  2.69+ds-1

-- no debconf information
import three;

currentprojection=orthographic(1,0,0);
currentlight=White;

size(6cm);

triple b1 = (1, 0, 0);
triple b2 = (.31, .95, 0);
triple b3 = (.4, .5, 0.76);

// orthonormal coordinates
draw(Label("$\vec{x}$", 1), O--(2*X), gray, Arrow3());
draw(Label("$\vec{y}$", 1), O--(2*Y), gray, Arrow3());
draw(Label("$\vec{z}$", 1), O--(2*Z), gray, Arrow3());

// plan
draw(plane(2*X, 2*Y));
draw(plane(2*X, 2*Z));
draw(plane(2*Y, 2*Z));

// reciprocal space
draw(Label("$\vec{b_1}$", 1), O--b1, blue, Arrow3());
draw(Label("$\vec{b_2}$", 1), O--b2, red, Arrow3());
draw(Label("$\vec{b_3}$", 1), O--b3, green, Arrow3());


Reply to: