Giter Site home page Giter Site logo

Comments (3)

zx8 avatar zx8 commented on May 26, 2024

Not sure if related, but undo (ctrl+z) seems to erase the whole line in some circumstances (trying to reproduce at the moment):

$ echo foo<ctrl+z>

Results in:

$

Since this issue is similar to the OP, I'll wait for someone to triage and confirm whether or not they are related before opening up a separate issue.

from fish-shell.

krobelus avatar krobelus commented on May 26, 2024

I could reproduce only once. This sounds like something ASan would detect.
Can you build with something like

rustup default nightly
export RUSTFLAGS=-Zsanitizer=address
export CXXFLAGS="-g -O1 -fno-omit-frame-pointer -fsanitize=undefined -fsanitize=address -fsanitize-blacklist=$PWD/build_tools/asan_blacklist.txt"
export ASAN_OPTIONS=check_initialization_order=1:detect_stack_use_after_return=1:detect_leaks=1:fast_unwind_on_malloc=0
export UBSAN_OPTIONS=print_stacktrace=1:report_error_type=1
export LSAN_OPTIONS=verbosity=0:log_threads=0:use_tls=1:print_suppressions=0:suppressions=$PWD/build_tools/lsan_suppressions.txt
rm -rf build
mkdir build
cd build
cmake .. -GNinja -DCMAKE_BUILD_TYPE=Debug -DASAN=1 -DRust_CARGO_TARGET=x86_64-unknown-linux-gnu' &&
ninja fish

(adjust Rust_CARGO_TARGET depending on platform)

from fish-shell.

krobelus avatar krobelus commented on May 26, 2024

nevermind I can reproduce consistently

from fish-shell.

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.