public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "herrtimson at yahoo dot de" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/106466] ICE in In function 'bool jxl_skcms_Parse(const void*, size_t, skcms_ICCProfile*)': at skcms/skcms.cc:1004:6 internal compiler error: Segmentation fault
Date: Tue, 02 Aug 2022 19:48:53 +0000	[thread overview]
Message-ID: <bug-106466-4-6cNIBBDFIR@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-106466-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106466

--- Comment #10 from tt_1 <herrtimson at yahoo dot de> ---
so I simply did use valgrind as in < /usr/bin/valgrind gcc command > , heres
the result: 

==32586== Memcheck, a memory error detector
==32586== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==32586== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==32586== Command: /usr/bin/aarch64-unknown-linux-gnu-g++
-DHWY_DISABLED_TARGETS=(HWY_SVE|HWY_SVE2|HWY_SVE_256|HWY_SVE2_128|HWY_RVV)
-D__DATE__="redacted" -D__TIMESTAMP__="redacted" -D__TIME__="redacted"
-I/var/tmp/portage/media-libs/libjxl-9999/work/libjxl-9999/third_party/skcms
-O2 -pipe -save-temps -fno-rtti -funwind-tables -fno-omit-frame-pointer -fPIC
-fvisibility=hidden -fvisibility-inlines-hidden
-fmacro-prefix-map=/var/tmp/portage/media-libs/libjxl-9999/work/libjxl-9999=.
-Wno-builtin-macro-redefined -Wall -Wno-psabi -DJPEGXL_BUNDLE_SKCMS=1 -include
/var/tmp/portage/media-libs/libjxl-9999/work/libjxl-9999/third_party/../lib/jxl/enc_jxl_skcms.h
-std=c++11 -MD -MT third_party/CMakeFiles/skcms-obj.dir/skcms/skcms.cc.o -MF
third_party/CMakeFiles/skcms-obj.dir/skcms/skcms.cc.o.d -o
third_party/CMakeFiles/skcms-obj.dir/skcms/skcms.cc.o -c
/var/tmp/portage/media-libs/libjxl-9999/work/libjxl-9999/third_party/skcms/skcms.cc
==32586== 
--32586-- WARNING: unhandled arm64-linux syscall: 293
--32586-- You may be able to write your own handler.
--32586-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--32586-- Nevertheless we consider this a bug.  Please report
--32586-- it at http://valgrind.org/support/bug_reports.html.
aarch64-unknown-linux-gnu-g++: warning: '-pipe' ignored because '-save-temps'
specified
during GIMPLE pass: fre
/var/tmp/portage/media-libs/libjxl-9999/work/libjxl-9999/third_party/skcms/skcms.cc:
In function 'bool jxl_skcms_Parse(const void*, size_t, skcms_ICCProfile*)':
/var/tmp/portage/media-libs/libjxl-9999/work/libjxl-9999/third_party/skcms/skcms.cc:1004:6:
internal compiler error: Segmentation fault
 1004 | bool skcms_Parse(const void* buf, size_t len, skcms_ICCProfile*
profile) {
      |      ^~~~~~~~~~~~~~~
0x7f82d9707b __libc_start_call_main
        ../sysdeps/nptl/libc_start_call_main.h:58
0x7f82d9714b __libc_start_main_impl
        ../csu/libc-start.c:389

  parent reply	other threads:[~2022-08-02 19:48 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-28 15:47 [Bug c++/106466] New: " herrtimson at yahoo dot de
2022-07-28 15:48 ` [Bug c++/106466] " herrtimson at yahoo dot de
2022-07-28 16:19 ` herrtimson at yahoo dot de
2022-07-28 16:25 ` [Bug middle-end/106466] " pinskia at gcc dot gnu.org
2022-07-28 16:30 ` [Bug c++/106466] " herrtimson at yahoo dot de
2022-07-29  7:29 ` rguenth at gcc dot gnu.org
2022-07-29 13:19 ` herrtimson at yahoo dot de
2022-08-01  8:52 ` marxin at gcc dot gnu.org
2022-08-01  8:53 ` marxin at gcc dot gnu.org
2022-08-01 13:35 ` herrtimson at yahoo dot de
2022-08-02 19:48 ` herrtimson at yahoo dot de [this message]
2022-08-02 19:51 ` herrtimson at yahoo dot de
2022-08-02 21:00 ` [Bug middle-end/106466] " herrtimson at yahoo dot de
2022-08-02 21:01 ` herrtimson at yahoo dot de
2022-08-02 21:02 ` pinskia at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-106466-4-6cNIBBDFIR@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).