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 garikvm
Recipients amaury.forgeotdarc, garikvm, nnorwitz
Date 2008-04-05.07:04:52
SpamBayes Score 0.007351538
Marked as misclassified No
Message-id <877033.5967.qm@web56306.mail.re3.yahoo.com>
In-reply-to <1207364613.85.0.495673594075.issue2546@psf.upfronthosting.co.za>
Content
Neal,

to reproduce the bug you have to have bison and flex on your system.
(Perl is used to generate some source files
but in won't be invoked by make in our case.)
To reproduce the bug you have
1. to change 'srcdir' in Makefile.
2. run 'make check'
3. run 'gdb tryit'
4. on gdb's prompt type 'r test0.c bla' and press Enter

I am using CentOS Linux. I don't think Linux's flavor matters though.

Please let me know if you need an additional info from me.

Thank you,
George

Neal Norwitz <report@bugs.python.org> wrote: 
Neal Norwitz  added the comment:

I'm setting the priority to release blocker for now.  George, please
provide a way for us to reproduce with a stock python (ie, no third
party extensions).  Thanks.

----------
nosy: +nnorwitz
priority:  -> release blocker

__________________________________
Tracker 

__________________________________

---------------------------------
You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost.
Files
File name Uploaded
bug.tar.gz garikvm, 2008-04-05.07:04:52
unnamed garikvm, 2008-04-05.07:04:49
History
Date User Action Args
2008-04-05 07:04:53garikvmsetspambayes_score: 0.00735154 -> 0.007351538
recipients: + garikvm, nnorwitz, amaury.forgeotdarc
2008-04-05 07:04:52garikvmlinkissue2546 messages
2008-04-05 07:04:52garikvmcreate