From: "Ivan A. Melnikov" <iv@altlinux.org>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] проблема с boost::spirit на i586 и armh
Date: Wed, 16 Dec 2020 17:28:50 +0400
Message-ID: <20201216132850.e2pjg72xocufuzhv@titan.localdomain> (raw)
In-Reply-To: <20201213003557.GA21193@imap.altlinux.org>
On Sun, Dec 13, 2020 at 03:35:57AM +0300, Vladislav Zavjalov wrote:
> Обнаружил странную регрессию в одной из своих программ:
> на 32-битных архитектурах начались падения (Segmentation fault)
> где-то в районе boost::spirit (очень смешная библиотека для
> синтаксического разбора, когда-то давно она меня радовала).
> Судя по всему, произошло это одновременно с переходом на gcc-10,
> до этого пакет нормально пересобирался.
>
> Сделал тестовый пакет с каким-то минимальным кодом, пытался отлаживать
> на сборочнице, но точное место поймать пока не смог. Как только правила
> spirit становятся достаточно длинными - начинает падать.
> Зато выяснил, что падения лечатся убиранием флага -O2.
> Может быть, кому-нибудь такой рецепт поможет.
>
> Если кто-то захочет покопаться, то код есть тут:
> http://git.altlinux.org/tasks/263387/gears/2200/git
> А типичный лог на сборочнице выглядит так:
> http://git.altlinux.org/tasks/263387/build/2200/i586/log
> Собираю и запускаю программу дважды: без флага -O2 и с ним.
> Первый раз все работает, второй - падает.
> На armh - то же самое.
Я просто оставлю здесь то, что успел (пока) увидеть:
[builder@localhost fig]$ g++ -O2 main.cpp fig_mask.cpp -o main && ./main
Segmentation fault (core dumped)
[builder@localhost fig]$ g++ -O2 -fno-tree-sra main.cpp fig_mask.cpp -o main && ./main
OK
[builder@localhost fig]$ g++-9 -O2 main.cpp fig_mask.cpp -o main && ./main
OK
--
wbr,
iv m.
next prev parent reply other threads:[~2020-12-16 13:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-13 0:35 Vladislav Zavjalov
2020-12-16 12:45 ` Alexey Sheplyakov
2020-12-16 12:50 ` Dmitry V. Levin
2020-12-16 13:28 ` Ivan A. Melnikov [this message]
2020-12-18 13:26 ` Alexey Sheplyakov
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=20201216132850.e2pjg72xocufuzhv@titan.localdomain \
--to=iv@altlinux.org \
--cc=devel@lists.altlinux.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
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git