Giter VIP home page Giter VIP logo

Comments (3)

felixbuenemann avatar felixbuenemann commented on July 19, 2024

I can't reproduce the crash in Docker on ubuntu:cosmic (18.10) with the same glib version (2.56.1) and libvips / pyvips master, so it appears to only affect macOS or maybe clang vs gcc.

from pyvips.

jcupitt avatar jcupitt commented on July 19, 2024

I should be able to try some tests today.

I hope it's something simple. The cache operator is horribly complicated, and debugging a race in there would be a nightmare :(

from pyvips.

jcupitt avatar jcupitt commented on July 19, 2024

I did a few tests, though none of them gave an interesting result.

Test program:

#!/bin/bash

test=$HOME/GIT/pyvips/tests/test_conversion.py::TestConversion::test_cache

for i in {1..200}; do
  echo "Try $i ..."
  if ! python3 -m pytest -q $test; then
    exit 1
  fi
done
  1. git master libvips, ubuntu 18.04, gcc 7.3 ... no crash.
  2. git master libvips, ubuntu 18.04, clang 6.0 ... no crash.

I'll have a go on macOS tonight.

from pyvips.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.