Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Apr 2022 15:05:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        toolchain@FreeBSD.org
Subject:   [Bug 221423] gcc std::locale(LocaleName) crashes instead of throwing an exception
Message-ID:  <bug-221423-29464-rbH0oui3Tq@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-221423-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-221423-29464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221423

--- Comment #16 from Dimitry Andric <dim@FreeBSD.org> ---
Freshly build and installed the gcc48 port, same results, no crash:

% g++48 bug221423.cpp -o bug221423-gcc48

% ./bug221423-gcc48

% echo $?
0

% ldd bug221423-gcc48
bug221423-gcc48:
        libstdc++.so.6 =3D> /usr/local/lib/gcc10/libstdc++.so.6 (0x82295400=
0)
        libm.so.5 =3D> /lib/libm.so.5 (0x821edc000)
        libgcc_s.so.1 =3D> /lib/libgcc_s.so.1 (0x823a5d000)
        libc.so.7 =3D> /lib/libc.so.7 (0x823f91000)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221423-29464-rbH0oui3Tq>