[issue5429] Core dumps on the Solaris buildbot

2009-03-06 Thread Antoine Pitrou
Antoine Pitrou added the comment: The usual Solaris test failures happened :-(, but nothing related with io-c. -- resolution: -> fixed status: pending -> closed ___ Python tracker _

[issue5429] Core dumps on the Solaris buildbot

2009-03-06 Thread Antoine Pitrou
Antoine Pitrou added the comment: Committed in r70205, let's see what the buildbot says. -- stage: -> committed/rejected status: open -> pending ___ Python tracker ___ _

[issue5429] Core dumps on the Solaris buildbot

2009-03-06 Thread Martin v. Löwis
Martin v. Löwis added the comment: I have tested it; test_cgi now passes. ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue5429] Core dumps on the Solaris buildbot

2009-03-06 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- priority: high -> release blocker ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue5429] Core dumps on the Solaris buildbot

2009-03-06 Thread Antoine Pitrou
Antoine Pitrou added the comment: Here is a patch. Martin, can you test it or should I commit directly? -- keywords: +patch Added file: http://bugs.python.org/file13255/textio_unaligned_access.patch ___ Python tracker

[issue5429] Core dumps on the Solaris buildbot

2009-03-06 Thread Antoine Pitrou
Antoine Pitrou added the comment: Thanks for the debugging! I'll try to produce a patch before tomorrow's alpha release. ___ Python tracker ___ ___

[issue5429] Core dumps on the Solaris buildbot

2009-03-06 Thread Martin v. Löwis
Martin v. Löwis added the comment: Indeed, it crashes in TextIOWrapper_parseCookie(cookie=0xffbfb278, cookieObj=0x27e780) _textio.c:1739 1739cookie->start_pos = * (Py_off_t *)(buffer + OFF_START_POS); with a call stack of #0 0x001426bc in TextIOWrapper_parseCookie (cookie=0xffbfb

[issue5429] Core dumps on the Solaris buildbot

2009-03-05 Thread Antoine Pitrou
New submission from Antoine Pitrou : It has been happening for a few days now... may be related to the IO-C merge. http://www.python.org/dev/buildbot/3.x.stable/ -- components: Tests messages: 83227 nosy: benjamin.peterson, pitrou priority: high severity: normal status: open title: Core