[issue1502517] crash in expat when compiling with --enable-profiling

2010-08-22 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Closed in reply to msg92323. -- nosy: +BreamoreBoy resolution: - out of date status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1502517

[issue1502517] crash in expat when compiling with --enable-profiling

2009-09-06 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@mac.com added the comment: This is no longer a problem with 2.6.x from SVN and Xcode 3.2 (on OSX 10.6). I haven't tested if the problem is still present on other versions of OSX, but I'd say it is pretty safe to assume that this was a toolchain problem.

[issue1502517] crash in expat when compiling with --enable-profiling

2009-06-28 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com added the comment: I got this warning compiling Python3.1: /home/wolf/Python-3.1/Modules/expat/xmlparse.c: In function ‘doProlog’: /home/wolf/Python-3.1/Modules/expat/xmlparse.c:3771: warning: passing argument 1 of ‘normalizePublicId’ discards qualifiers from

[issue1502517] crash in expat when compiling with --enable-profiling

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed type: - crash versions: +Python 2.6 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1502517 ___