Git Product home page Git Product logo

Comments (10)

agourlay avatar agourlay commented on May 27, 2024

Sorry to hear dlm is crashing for you.

Could you please provide more information about the error, I would need a backtrace to investigate the issue.

from dlm.

firasuke avatar firasuke commented on May 27, 2024

Thanks for your reply!

  • I downloaded the linux-musl version.
  • I created a file called urls.txt that has 5 different urls, one url per line
  • I tried running dlm with the following flags: ./dlm -i urls.txt -M 3 -o /home/$USER
  • I got the following output: Segmentation fault (core dumped)

from dlm.

agourlay avatar agourlay commented on May 27, 2024

Following your reproduction steps, I get a core dumped error as well IF the output path contains a $.

Are you able to confirm that it works with a regular path without the $USER environment variable?

from dlm.

firasuke avatar firasuke commented on May 27, 2024

I actually had my real user name instead of $USER, and in both cases I get the segmentation fault.

from dlm.

agourlay avatar agourlay commented on May 27, 2024

It looks like the Linux binary does not work at all for me either, it was being shadowed by a local build that's why I did not see the problem right away 😭

While I investigate the issue you could workaround the issue by building the binary locally by running the following command in the cloned repository cargo install --path=. -f which will place the binary into /.cargo/bin.

Sorry for the inconvenience and thank you for spotting the issue!

from dlm.

agourlay avatar agourlay commented on May 27, 2024

@vikigenius if you are interested in additional contribution you could have a look at this issue.
No pressure 😉

from dlm.

agourlay avatar agourlay commented on May 27, 2024

Have not made progress here.
I will try to setup a different Github action to release x86_64-unknown-linux-gnu binaries.

from dlm.

agourlay avatar agourlay commented on May 27, 2024

I just tried a new GA to build the Linux binaries and it appears to fix the issue for me!
Please give it a try https://github.com/agourlay/dlm/releases/tag/v0.2.2

from dlm.

firasuke avatar firasuke commented on May 27, 2024

@agourlay Yup it's working fine now, thanks for your efforts!

from dlm.

agourlay avatar agourlay commented on May 27, 2024

Great to hear 👍
Closing the issue!

from dlm.

Related Issues (17)

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.