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_bsddb skipped -- Failed to load on HP-UX 11.2i #43284

Closed
shashikala mannequin opened this issue Apr 27, 2006 · 6 comments
Closed

test_bsddb skipped -- Failed to load on HP-UX 11.2i #43284

shashikala mannequin opened this issue Apr 27, 2006 · 6 comments
Labels
extension-modules C modules in the Modules dir type-bug An unexpected behavior, bug, or error

Comments

@shashikala
Copy link
Mannequin

shashikala mannequin commented Apr 27, 2006

BPO 1477450
Nosy @birkenfeld, @devdanzin
Files
  • pythontest.txt: logfile
  • 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 2009-04-05.13:35:16.632>
    created_at = <Date 2006-04-27.07:07:46.000>
    labels = ['extension-modules', 'type-bug']
    title = 'test_bsddb skipped -- Failed to load on HP-UX 11.2i'
    updated_at = <Date 2009-04-05.13:35:16.630>
    user = 'https://bugs.python.org/shashikala'

    bugs.python.org fields:

    activity = <Date 2009-04-05.13:35:16.630>
    actor = 'georg.brandl'
    assignee = 'none'
    closed = True
    closed_date = <Date 2009-04-05.13:35:16.632>
    closer = 'georg.brandl'
    components = ['Extension Modules']
    creation = <Date 2006-04-27.07:07:46.000>
    creator = 'shashikala'
    dependencies = []
    files = ['1983']
    hgrepos = []
    issue_num = 1477450
    keywords = []
    message_count = 6.0
    messages = ['28356', '28357', '28358', '28359', '83912', '85492']
    nosy_count = 4.0
    nosy_names = ['nnorwitz', 'georg.brandl', 'shashikala', 'ajaksu2']
    pr_nums = []
    priority = 'low'
    resolution = 'wont fix'
    stage = 'test needed'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue1477450'
    versions = ['Python 2.6']

    @shashikala
    Copy link
    Mannequin Author

    shashikala mannequin commented Apr 27, 2006

    Hi ,

    Iam building Python-2.4.3 on HP-UX 11.2i , while
    testing its npt able import the _bsddb.sl module and
    hence that is skipped . In previous versions the test
    is passing. what can be done to pass the test?.

    Thanks,
    shashi

    @shashikala shashikala mannequin added extension-modules C modules in the Modules dir labels Apr 27, 2006
    @nnorwitz
    Copy link
    Mannequin

    nnorwitz mannequin commented Apr 28, 2006

    Logged In: YES
    user_id=33168

    The test can't pass without being able to import _bsddb.sl.
    Why can't this file be imported? When you build python it
    should print out what version of bsddb is found. It will
    look something like this:

    running build
    running build_ext
    db.h: found (4, 1) in /usr/include
    db lib: using (4, 1) db-4.1

    What version of bsddb was found on your box? Are there
    compile errors when building bsddb?

    @shashikala
    Copy link
    Mannequin Author

    shashikala mannequin commented Apr 28, 2006

    Logged In: YES
    user_id=1506183

    Hi,
    I am having db-4.4.20 installed, It looks like Python
    doesn't support 4.4.20 version , hence i built 4.2.52 , now
    I am getting segmentation fault (memory fault) and its
    dumping core . I want to know the versions of the
    dependent libraries Python-2.4.3 supports and also while
    testing the Python test_subprocess.py is also dumping core.
    I am sending out the outputs of test_bsddb and
    test_subprocess.

    Thanks,
    shashi

    @nnorwitz
    Copy link
    Mannequin

    nnorwitz mannequin commented Apr 28, 2006

    Logged In: YES
    user_id=33168

    Support for db-4.4 was added late. I believe the only thing
    you need to do to enable it is modify setup.py, line 496
    (proabably that line) should be:
    max_db_ver = (4, 4)

    From what I've seen, you are much better off with newer
    versions of bdb.

    As for the seg faults, I wonder if your ulimits are too low.
    What is the output of: ulimit -a

    Also, can you attach the output of ./python
    Lib/test/regrtest.py -v -u bsddb test_subprocess

    and do the same for test_bsddb3 (or test_bsddb whichever is
    crashing).

    @devdanzin
    Copy link
    Mannequin

    devdanzin mannequin commented Mar 21, 2009

    I guess this isn't a valid issue, then?

    @devdanzin devdanzin mannequin added type-bug An unexpected behavior, bug, or error labels Mar 21, 2009
    @birkenfeld
    Copy link
    Member

    Seems like that's the case.

    @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
    extension-modules C modules in the Modules dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant