Skip to content

Repl crashes #5

@ThatOneCalculator

Description

@ThatOneCalculator

make and sudo make install worked, fine, but I get this error when trying to run the repl:

$ make repl
c++ -std=c++23 ./examples/repl/repl.cpp \
        -L \
        -Wl,-rpath, \
        -lSoulverWrapper \
        -o examples/repl/repl
./examples/repl/repl
[SoulverCore] $> 5+5^[
terminate called after throwing an instance of 'std::logic_error'
  what():  basic_string: construction from null is not valid

💣 Program crashed: Aborted at 0x000003e80006b05b

Thread 0 "repl" crashed:

0 0x00007f2255eac56b <unknown> in libc.so.6

Backtrace took 0.00s

make: *** [Makefile:12: repl] Aborted (core dumped)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions