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 larry
Recipients Claudiu.Popa, francismb, koobs, larry, pitrou, puppet
Date 2014-08-04.09:54:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407146048.17.0.225262518663.issue19838@psf.upfronthosting.co.za>
In-reply-to
Content
The "no debug info" makes me think you're using a release build.  Please recompile making sure that "-O0" and "-g" are both set.  By default the makefile has "-O3" and "-g", so normally you just change the "-O3" to "-O0", then "make clean" and "make".
History
Date User Action Args
2014-08-04 09:54:08larrysetrecipients: + larry, pitrou, Claudiu.Popa, francismb, koobs, puppet
2014-08-04 09:54:08larrysetmessageid: <1407146048.17.0.225262518663.issue19838@psf.upfronthosting.co.za>
2014-08-04 09:54:08larrylinkissue19838 messages
2014-08-04 09:54:08larrycreate