Giter Club home page Giter Club logo

Comments (5)

knutin avatar knutin commented on September 23, 2024

It looks like a crash inside rebar caused by joining empty filepaths (thats why filename:join/1 crashes). I'm on vacation for another week, can have a look when I have a computer again :-)

On 17.05.2015, at 07:22, Andrew Forward [email protected] wrote:

I am coming from Elixir, so the stack trace from Erlang is a little foreign to me; sorry if this is a easy fix.

I am able to compile against the provided version of rebar

root@33175fa19b42:/src/eredis# ./rebar --version
rebar version: 2 date: 20110304_023706 vcs: git d725e5f
root@33175fa19b42:/src/eredis# ./rebar compile
==> eredis (compile)
But against the latest version, I am not.

root@33175fa19b42:/src/eredis# rebar --version
rebar 2.5.1 17 20150421_125738 git 2.5.1-180-g858fb4f
root@33175fa19b42:/src/eredis# rebar compile
==> eredis (compile)
ERROR: compile failed while processing /src/eredis: {'EXIT',
{function_clause,
[{filename,join,[[]],[{file,"filename.erl"},{line,392}]},
{rebar_erlc_compiler,expand_include_lib_path,1,
[{file,"src/rebar_erlc_compiler.erl"},{line,647}]},
{rebar_erlc_compiler,process_attr,3,
[{file,"src/rebar_erlc_compiler.erl"},{line,597}]},
{rebar_erlc_compiler,parse_attrs,2,
[{file,"src/rebar_erlc_compiler.erl"},{line,565}]},
{rebar_erlc_compiler,modify_erlcinfo,4,
[{file,"src/rebar_erlc_compiler.erl"},{line,400}]},
{rebar_erlc_compiler,'-update_erlcinfo_fun/2-fun-0-',4,
[{file,"src/rebar_erlc_compiler.erl"},{line,359}]},
{lists,foldl,3,[{file,"lists.erl"},{line,1261}]},
{rebar_erlc_compiler,init_erlcinfo,2,
[{file,"src/rebar_erlc_compiler.erl"},{line,349}]}]}}

Reply to this email directly or view it on GitHub.

from eredis.

aforward avatar aforward commented on September 23, 2024

Enjoy.

I have downgraded my rebar so I have a solution in place; and thanks for
prompt-even-while-on-holiday response.

andrew f

On Sun, May 17, 2015 at 10:59 PM, Knut Nesheim [email protected]
wrote:

It looks like a crash inside rebar caused by joining empty filepaths
(thats why filename:join/1 crashes). I'm on vacation for another week, can
have a look when I have a computer again :-)

On 17.05.2015, at 07:22, Andrew Forward [email protected]
wrote:

I am coming from Elixir, so the stack trace from Erlang is a little
foreign to me; sorry if this is a easy fix.

I am able to compile against the provided version of rebar

root@33175fa19b42:/src/eredis# ./rebar --version
rebar version: 2 date: 20110304_023706 vcs: git d725e5f
root@33175fa19b42:/src/eredis# ./rebar compile
==> eredis (compile)
But against the latest version, I am not.

root@33175fa19b42:/src/eredis# rebar --version
rebar 2.5.1 17 20150421_125738 git 2.5.1-180-g858fb4f
root@33175fa19b42:/src/eredis# rebar compile
==> eredis (compile)
ERROR: compile failed while processing /src/eredis: {'EXIT',
{function_clause,
[{filename,join,[[]],[{file,"filename.erl"},{line,392}]},
{rebar_erlc_compiler,expand_include_lib_path,1,
[{file,"src/rebar_erlc_compiler.erl"},{line,647}]},
{rebar_erlc_compiler,process_attr,3,
[{file,"src/rebar_erlc_compiler.erl"},{line,597}]},
{rebar_erlc_compiler,parse_attrs,2,
[{file,"src/rebar_erlc_compiler.erl"},{line,565}]},
{rebar_erlc_compiler,modify_erlcinfo,4,
[{file,"src/rebar_erlc_compiler.erl"},{line,400}]},
{rebar_erlc_compiler,'-update_erlcinfo_fun/2-fun-0-',4,
[{file,"src/rebar_erlc_compiler.erl"},{line,359}]},
{lists,foldl,3,[{file,"lists.erl"},{line,1261}]},
{rebar_erlc_compiler,init_erlcinfo,2,
[{file,"src/rebar_erlc_compiler.erl"},{line,349}]}]}}

Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
#73 (comment).

aforward

from eredis.

StevenJL avatar StevenJL commented on September 23, 2024

I also have this same issue.

from eredis.

flyinghail avatar flyinghail commented on September 23, 2024

Replace

include_lib("eredis.hrl").

to

include("eredis.hrl").

in src/eredis_parser.erl, can fix this issue.

from eredis.

knutin avatar knutin commented on September 23, 2024

@flyinghail is correct. I just merged #73 which fixes the issue and tagged v1.0.8.

from eredis.

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.