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 pablogsal
Recipients Guido.van.Rossum, Mark.Shannon, eric.snow, gvanrossum, pablogsal, rhettinger, serhiy.storchaka
Date 2021-06-08.10:45:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623149156.09.0.964697872256.issue43693@roundup.psfhosted.org>
In-reply-to
Content
Here is the top trace:

test_jump_in_nested_finally_3 (test.test_sys_settrace.JumpTestCase) ... ok
test_jump_into_finally_block (test.test_sys_settrace.JumpTestCase) ... ok
test_jump_into_finally_block_from_try_block (test.test_sys_settrace.JumpTestCase) ... ok
=================================================================
==28726==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x6040000db2c8 at pc 0x55fb8bd662d1 bp 0x7ffef9e25cf0 sp 0x7ffef9e25ce0
READ of size 4 at 0x6040000db2c8 thread T0
    #0 0x55fb8bd662d0 in PyFrame_FastToLocalsWithError Objects/frameobject.c:985
    #1 0x55fb8bbad5a3 in call_trampoline Python/sysmodule.c:953
    #2 0x55fb8bbb0eb5 in trace_trampoline Python/sysmodule.c:1008
    #3 0x55fb8bac9a03 in call_trace Python/ceval.c:5618
    #4 0x55fb8bacd3c6 in call_trace_protected Python/ceval.c:5576
    #5 0x55fb8bad8a57 in _PyEval_EvalFrameDefault Python/ceval.c:1631
    #6 0x55fb8bafc2ff in
History
Date User Action Args
2021-06-08 10:45:56pablogsalsetrecipients: + pablogsal, gvanrossum, rhettinger, Mark.Shannon, eric.snow, serhiy.storchaka, Guido.van.Rossum
2021-06-08 10:45:56pablogsalsetmessageid: <1623149156.09.0.964697872256.issue43693@roundup.psfhosted.org>
2021-06-08 10:45:56pablogsallinkissue43693 messages
2021-06-08 10:45:55pablogsalcreate