Code Monkey home page Code Monkey logo

Comments (9)

jakirkham avatar jakirkham commented on September 24, 2024 1

It does look like 1.69.0 is installed, but it’s also detecting 1.67.0. Not entirely sure what is going on, but if it’s mixing two different Boost installs that could cause this problem. Is it possible it’s picking Boost up from Homebrew or elsewhere?

from boost-cpp-feedstock.

wesm avatar wesm commented on September 24, 2024

Note: these crashes aren't present in Xcode 6.4

from boost-cpp-feedstock.

wesm avatar wesm commented on September 24, 2024

Apologies, it seems the problem is present on older versions of boost-cpp

https://travis-ci.org/wesm/arrow/jobs/469307447#L1809

I'll do some searching to see if it's a known issue

from boost-cpp-feedstock.

wesm avatar wesm commented on September 24, 2024

That "1.67.0" output is some build system output generated by

https://github.com/apache/arrow/blob/master/cpp/cmake_modules/ThirdpartyToolchain.cmake#L170

It's not actually finding 1.67.0 on the system.

I was able to reproduce the crash with 1.69.0 packages but passing build with 1.68.0 on Xcode 8.3:

I'm working around the problem for now in our CI by pinning 1.68.0, but this is somewhat of a ticking time bomb because we have boost-cpp in both build and run scope in arrow-cpp

https://github.com/conda-forge/arrow-cpp-feedstock/blob/master/recipe/meta.yaml#L30

cc @kszucs @xhochy @pitrou

from boost-cpp-feedstock.

isuruf avatar isuruf commented on September 24, 2024

It's not actually finding 1.67.0 on the system.

No. See https://travis-ci.org/wesm/arrow/jobs/469307447#L2269-L2273 and https://travis-ci.org/wesm/arrow/jobs/469307447#L2280-L2282

from boost-cpp-feedstock.

wesm avatar wesm commented on September 24, 2024

That's a different issue. I think @jakirkham was talking about

https://travis-ci.org/wesm/arrow/jobs/469307447#L852

I'm not sure why it is loading the dylibs from /usr/local/lib because we prepended the conda lib path to LD_LIBRARY_PATH.

In the failures I linked above Boost is being statically linked so this /usr/local/lib issue isn't relevant

from boost-cpp-feedstock.

isuruf avatar isuruf commented on September 24, 2024

Can you show me the exact line of the failure you are talking about?

from boost-cpp-feedstock.

wesm avatar wesm commented on September 24, 2024

Yes, this segmentation fault:

https://travis-ci.org/apache/arrow/jobs/469666491#L2203

Two other developers have confirmed the problem with 1.69.0 locally but that 1.68.0 works as expected:

from boost-cpp-feedstock.

jschueller avatar jschueller commented on September 24, 2024

1.69 is not the current version anymore

from boost-cpp-feedstock.

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.