Re: [Python-Dev] Segmentation fault on 3.4 with --pydebug

2013-05-30 Thread Łukasz Langa
On 30 maj 2013, at 14:45, Ronald Oussoren wrote: > Issue #18075 contains a patch. I probably won't have time to commit until > sunday, but feel free to apply the patch yourself :-) I did just that. Fixed, thanks! -- Best regards, Łukasz Langa WWW: http://lukasz.langa.pl/ Twitter: @llanga IRC

Re: [Python-Dev] Segmentation fault on 3.4 with --pydebug

2013-05-30 Thread Benjamin Peterson
2013/5/30 Łukasz Langa : > This happens after Benjamin's changes in 83937. Anybody else seeing this? Remember you need the hash to fully identify hg changesets. :) > > Intel i5 2.4 GHz, Mac OS X 10.8.3, clang > > $ hg up default > $ make distclean > $ MACOSX_DEPLOYMENT_TARGET=10.8 ./configure --w

Re: [Python-Dev] Segmentation fault on 3.4 with --pydebug

2013-05-30 Thread Ronald Oussoren
On 30 May, 2013, at 13:08, Łukasz Langa wrote: > This happens after Benjamin's changes in 83937. Anybody else seeing this? > > Intel i5 2.4 GHz, Mac OS X 10.8.3, clang > > $ hg up default > $ make distclean > $ MACOSX_DEPLOYMENT_TARGET=10.8 ./configure --with-pydebug > $ make > $ ./python.exe

Re: [Python-Dev] Segmentation fault on 3.4 with --pydebug

2013-05-30 Thread a . cavallo
What's the stack trace? $> gdb --args ./python.exe -Wd -m test.regrtest test_exceptions and once in gdb: gdb> bt That should point on where it happened. I hope this help On 2013-05-30 13:08, Łukasz Langa wrote: This happens after Benjamin's changes in 83937. Anybody else seeing this?

Re: [Python-Dev] Segmentation fault on 3.4 with --pydebug

2013-05-30 Thread Dmitriy Baranov
No for me: $ ./python -Wd -m test.regrtest test_exceptions [1/1] test_exceptions 1 test OK. $ uname -a Linux 3.2.0-32-generic #51-Ubuntu SMP Wed Sep 26 21:32:50 UTC 2012 i686 i686 i386 GNU/Linux Please look at issue18075 2013/5/30 Łukasz Langa : > This happens after Benjamin's changes in 83937. A

[Python-Dev] Segmentation fault on 3.4 with --pydebug

2013-05-30 Thread Łukasz Langa
This happens after Benjamin's changes in 83937. Anybody else seeing this? Intel i5 2.4 GHz, Mac OS X 10.8.3, clang $ hg up default $ make distclean $ MACOSX_DEPLOYMENT_TARGET=10.8 ./configure --with-pydebug $ make $ ./python.exe -Wd -m test.regrtest test_exceptions [1/1] test_exceptions Fatal Pyt