Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

TST: gdb has been removed from Travis #10216

Closed
Labels
Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.topic: testing
Milestone
@jklymak

Description

@jklymak

Bug report

Travis builds were failing. See below. Easy kludge was to remove the gdb calls before the pytest call as in#10217. Passes test, but C++ will no longer get a stacktrace if there are errors.

This is a placeholder to remind us that gdb should really still be called and the issue investigated.

OTOH, feel free to close if we don't think the gdb traces are actually crucial.

Passes

https://travis-ci.org/matplotlib/matplotlib/jobs/325962082

if [[ $TRAVIS_OS_NAME == 'osx' ]]; then  pytest $PYTEST_ARGS $RUN_PEP8else  gdb -return-child-result -batch -ex r -ex bt --args python $PYTHON_ARGS -m pytest $PYTEST_ARGS $RUN_PEP8fi[Thread debugging using libthread_db enabled]Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".============================= test session starts ==============================

Fails

https://travis-ci.org/matplotlib/matplotlib/jobs/327083036

if [[ $TRAVIS_OS_NAME == 'osx' ]]; then  pytest $PYTEST_ARGS $RUN_PEP8else  gdb -return-child-result -batch -ex r -ex bt --args python $PYTHON_ARGS -m pytest $PYTEST_ARGS $RUN_PEP8fiwarning: Error disabling address space randomization: Operation not permitted============================= test session starts ==============================

@QuLogic also notes that the kernel is different between both tests (though they updated their kernel due to Specter/Meltdown, so maybe all the kernels are new).

Not sure what the solution is. See

Metadata

Metadata

Assignees

No one assigned

    Labels

    Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.topic: testing

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp