From: Oleg Babin <olegrok@tarantool.org>
To: Igor Munkin <imun@tarantool.org>,
Sergey Ostanevich <sergos@tarantool.org>,
Alexander Turenko <alexander.turenko@tarantool.org>
Cc: tarantool-patches@dev.tarantool.org
Subject: Re: [Tarantool-patches] [PATCH] gdb: fix the extension to be loaded with Python 2
Date: Mon, 6 Jul 2020 08:50:41 +0300 [thread overview]
Message-ID: <8c8cbc95-3d7b-6c92-669c-c040efdf8147@tarantool.org> (raw)
In-Reply-To: <e4aae3261de6faccd91f1229253c63a34d48603e.1593891122.git.imun@tarantool.org>
Hi! Thanks for your patch!
I just add that problem appeared on CentOS 7 that is still popular.
But seems your patch solves a problem. LGTM.
On 04/07/2020 22:58, Igor Munkin wrote:
> There was a mystic error when the extension was loaded against old gdb
> versions build against Python 2:
> | (gdb) source luajit-gdb.py
> | Traceback (most recent call last):
> | File "luajit-gdb.py", line 702, in <module>
> | load(None)
> | File "luajit-gdb.py", line 699, in load
> | 'lj-gc': LJGC,
> | File "luajit-gdb.py", line 687, in init
> | command(name)
> | File "luajit-gdb.py", line 468, in __init__
> | gdb.write('{} command initialized\n'.format(name))
> | ValueError: sequence.index(x): x not in sequence
next prev parent reply other threads:[~2020-07-06 5:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-04 19:58 Igor Munkin
2020-07-06 5:50 ` Oleg Babin [this message]
2020-07-06 10:24 ` Igor Munkin
2020-07-22 10:46 ` Sergey Ostanevich
2020-07-22 12:00 ` Igor Munkin
2020-07-22 12:46 ` Kirill Yukhin
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=8c8cbc95-3d7b-6c92-669c-c040efdf8147@tarantool.org \
--to=olegrok@tarantool.org \
--cc=alexander.turenko@tarantool.org \
--cc=imun@tarantool.org \
--cc=sergos@tarantool.org \
--cc=tarantool-patches@dev.tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH] gdb: fix the extension to be loaded with Python 2' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox