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
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
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
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?
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
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