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

transient crashes on "x86 XP-4" buildbot: test_file, test_file2k, test_bsddb3 #53764

Closed
florentx mannequin opened this issue Aug 10, 2010 · 4 comments
Closed

transient crashes on "x86 XP-4" buildbot: test_file, test_file2k, test_bsddb3 #53764

florentx mannequin opened this issue Aug 10, 2010 · 4 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

@florentx
Copy link
Mannequin

florentx mannequin commented Aug 10, 2010

BPO 9555
Nosy @florentx
Superseder
  • bpo-9295: test_close_open_print_buffered(test_file) sometimes crashes
  • 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 2010-08-10.17:26:55.500>
    created_at = <Date 2010-08-10.10:33:41.786>
    labels = ['tests', 'OS-windows', 'type-crash']
    title = 'transient crashes on "x86 XP-4" buildbot: test_file, test_file2k, test_bsddb3'
    updated_at = <Date 2010-08-10.17:26:55.499>
    user = 'https://github.com/florentx'

    bugs.python.org fields:

    activity = <Date 2010-08-10.17:26:55.499>
    actor = 'flox'
    assignee = 'none'
    closed = True
    closed_date = <Date 2010-08-10.17:26:55.500>
    closer = 'flox'
    components = ['Tests', 'Windows']
    creation = <Date 2010-08-10.10:33:41.786>
    creator = 'flox'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 9555
    keywords = ['buildbot']
    message_count = 4.0
    messages = ['113522', '113523', '113532', '113550']
    nosy_count = 2.0
    nosy_names = ['ocean-city', 'flox']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = None
    status = 'closed'
    superseder = '9295'
    type = 'crash'
    url = 'https://bugs.python.org/issue9555'
    versions = ['Python 2.6', 'Python 2.7']

    @florentx
    Copy link
    Mannequin Author

    florentx mannequin commented Aug 10, 2010

    There's frequent crashes on the "x86 XP-4" buildbot.

    On 2.6:
    83915: # something crashed: test_file
    83913: success
    83743: # something crashed: test_file
    83738: success
    83721: success
    83718: # something crashed: test_file
    83704: success
    83691: # something crashed: test_file
    83688: # something crashed: test_file
    83687: # something crashed: test_file
    83674: # something crashed: test_file
    83657: # something crashed: test_file
    83656: # 1 failed: test_os
    83648: # 2 failed: test_os test_struct
    83642: # something crashed: test_bsddb3
    83637: # 1 failed: test_struct
    83634: # 1 failed: test_struct
    83632: success
    83628: success
    83627: # something crashed: test_bsddb3
    83626: # something crashed: test_file
    83625: # 1 failed: test_builtin
    83624: # 1 failed: test_builtin
    83623: success
    83539: # something crashed: test_bsddb3
    83532: success
    83520: success
    83519: # something crashed: test_file
    83518: # something crashed: test_file
    83517: # something crashed: test_file
    83515: success
    83512: # something crashed: test_file
    83502: ? something crashed: test_file
    83487: success
    83443: ? exception clean
    83420: # something crashed: test_file
    83414: ? exception svn
    83382: success
    83379: # something crashed: test_file
    83377: # something crashed: test_file
    83242: success
    83200: # something crashed: test_file
    83194: success
    83147: success
    83136: # something crashed: test_file
    83128: # something crashed: test_file
    83119: success

    On 2.7:
    83928: # something crashed: test_bsddb3
    83925: success
    83920: success
    83917: success
    83909: success
    83907: success
    83893: # 1 failed: test_bsddb3
    83879: success
    83873: ? exception svn
    83858: success
    83856: # something crashed: test_bsddb3
    83836: # hung for 20 min: test_file2k
    83832: # something crashed: test_file2k
    83824: ? exception svn
    83820: # something crashed: test_file2k
    83806: success
    83782: # something crashed: test_bsddb3
    83773: success
    83769: success
    83765: ? exception svn
    83760: # something crashed: test_file2k
    83757: # failed slave lost
    83749: # something crashed: test_file2k
    83746: success
    83737: # something crashed: test_bsddb3
    83734: ? exception svn

    The test is interrupted on the "crash", and the last message is:

    • program finished with exit code -1073741819
      elapsedTime=184.398000
    • program finished with exit code -1073741819
      elapsedTime=383.852000
    • program finished with exit code -1073741819
      elapsedTime=1003.798000
    • program finished with exit code -1073741819
      elapsedTime=453.802000

    (reports created with bbreport)

    @florentx florentx mannequin added tests Tests in the Lib/test dir type-crash A hard crash of the interpreter, possibly with a core dump labels Aug 10, 2010
    @florentx
    Copy link
    Mannequin Author

    florentx mannequin commented Aug 10, 2010

    IIUC code -1073741819 (0XC0000005) is an acces violation.

    Some other issues with same error code: bpo-6869, bpo-8849, ...

    @florentx florentx mannequin added the OS-windows label Aug 10, 2010
    @ocean-city
    Copy link
    Mannequin

    ocean-city mannequin commented Aug 10, 2010

    Maybe is this duplicate of bpo-9295?

    @florentx
    Copy link
    Mannequin Author

    florentx mannequin commented Aug 10, 2010

    Right, it looks like a duplicate.

    @florentx florentx mannequin closed this as completed Aug 10, 2010
    @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

    0 participants