This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Dormouse759, cstratak, jkloth, koobs, mcepl, mi, petr.viktorin, vstinner
Date 2018-06-15.16:21:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529079676.64.0.947875510639.issue30345@psf.upfronthosting.co.za>
In-reply-to
Content
> Except for py-bt, you should also try bt.

Oh. Using PGO+LTO but without LDFLAGS=-g, bt only shows me function names: all arguments are missing.

I tested with LDFLAGS=-g: py-bt and bt work as expected, and test_gdb pass.

I created PR 7709 to always compile Python with LDFLAGS=-g.
History
Date User Action Args
2018-06-15 16:21:16vstinnersetrecipients: + vstinner, jkloth, mcepl, petr.viktorin, koobs, cstratak, Dormouse759, mi
2018-06-15 16:21:16vstinnersetmessageid: <1529079676.64.0.947875510639.issue30345@psf.upfronthosting.co.za>
2018-06-15 16:21:16vstinnerlinkissue30345 messages
2018-06-15 16:21:16vstinnercreate