Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_marshal always crashs on "AMD64 Windows10 2.7" buildbot #69451

Closed
vstinner opened this issue Sep 29, 2015 · 3 comments
Closed

test_marshal always crashs on "AMD64 Windows10 2.7" buildbot #69451

vstinner opened this issue Sep 29, 2015 · 3 comments
Labels
OS-windows tests Tests in the Lib/test dir type-crash A hard crash of the interpreter, possibly with a core dump

Comments

@vstinner
Copy link
Member

BPO 25264
Nosy @pfmoore, @vstinner, @tjguk, @zware, @serhiy-storchaka, @zooba
Superseder
  • bpo-22734: marshal needs a lower stack depth for debug builds on Windows
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2016-11-03.19:06:21.039>
    created_at = <Date 2015-09-29.08:01:48.679>
    labels = ['tests', 'OS-windows', 'type-crash']
    title = 'test_marshal always crashs on "AMD64 Windows10 2.7" buildbot'
    updated_at = <Date 2016-11-03.19:06:21.038>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2016-11-03.19:06:21.038>
    actor = 'serhiy.storchaka'
    assignee = 'none'
    closed = True
    closed_date = <Date 2016-11-03.19:06:21.039>
    closer = 'serhiy.storchaka'
    components = ['Tests', 'Windows']
    creation = <Date 2015-09-29.08:01:48.679>
    creator = 'vstinner'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 25264
    keywords = []
    message_count = 3.0
    messages = ['251828', '255068', '280008']
    nosy_count = 6.0
    nosy_names = ['paul.moore', 'vstinner', 'tim.golden', 'zach.ware', 'serhiy.storchaka', 'steve.dower']
    pr_nums = []
    priority = 'critical'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = '22734'
    type = 'crash'
    url = 'https://bugs.python.org/issue25264'
    versions = ['Python 2.7']

    @vstinner
    Copy link
    Member Author

    test_marshal crash on Windows AMD64 since the first build of the "AMD64 Windows10 2.7" buildbot:

    http://buildbot.python.org/all/builders/AMD64%20Windows10%202.7/builds/1/steps/test/logs/stdio

    It crashs since this build of the "AMD64 Windows8 2.7" buildbot:

    http://buildbot.python.org/all/builders/AMD64%20Windows8%202.7/builds/368/steps/test/logs/stdio

    Blamelist:

    Change bpo-43682
    Category 	None
    Changed by 	Zachary Ware <zachary.ware@gmail.com>
    Changed at 	Thu 16 Jul 2015 05:42:04
    Branch 	2.7
    Revision 	ca78b9449e040abf313659ea00ddcb6b20a68830
    Comments
    
    Close bpo-24508: Backport the 3.5 MSBuild project files.
    
    The old project files move to [PC/VS9.0](https://github.com/python/cpython/blob/main/PC/VS9.0) and remain supported.
    
    VS2008 is still required to build 2.7; VS2010 (or later, plus Windows SDK 7.1)
    is *also* required to use the new project files.
    

    Between builds 367 and 368, the number of warnings doubled: 404 warnings => 796 warnings.

    Recent build:

    http://buildbot.python.org/all/builders/AMD64%20Windows10%202.7/builds/76/steps/test/logs/stdio

    ...
    [ 53/401] test_marshal
    program finished with exit code -1073741571

    @vstinner vstinner added tests Tests in the Lib/test dir OS-windows type-crash A hard crash of the interpreter, possibly with a core dump labels Sep 29, 2015
    @serhiy-storchaka
    Copy link
    Member

    Could anybody please run the test on Windows at found at least what test method is crashed? A stacktrace could help a lot too.

    @serhiy-storchaka
    Copy link
    Member

    Crashes seems was fixed in bpo-22734 and bpo-27019.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    OS-windows tests Tests in the Lib/test dir type-crash A hard crash of the interpreter, possibly with a core dump
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants