Git Product home page Git Product logo

Comments (4)

LiveOverflow avatar LiveOverflow commented on August 16, 2024

Hey!
Sorry, I can't help you without any information whatsoever.
Could you please follow the advice from this video?

https://www.youtube.com/watch?v=53zkBvL4ZB4

kind regards :)

from liveoverflow_youtube.

Lerie82 avatar Lerie82 commented on August 16, 2024

I am running Ubuntu (xenial)

$ uname -a

Linux localhost 3.18.0-17028-g3f022007a1b8 #1 SMP PREEMPT Tue May 29 21:57:58 PDT 2018 x86_64 x86_64 x86_64 GNU/Linux

screenshot 2018-06-12 at 5 55 57 am

Also, while following the tutorial, ltrace, doesn't do what yours does.
screenshot 2018-06-12 at 5 57 54 am

from liveoverflow_youtube.

LiveOverflow avatar LiveOverflow commented on August 16, 2024

never had this issue before. My thinking right now is: gdb and ltrace modify code and inject int3 for breakpoints. And for whatever reason it looks like they didn't do it properly, or loose track of that, or can't catch the signal and then it crashes. For example the crash in gdb is at 0x4005fc. That's obviously not a valid instruction address from the original code. And it happens because gdb inserted a breakpoint at 0x4005fb, which destroys the first byte of the instruction. That shouldn't be a problem, but for some reason gdb couldn't handle the SIGTRAP signal and thus couldn't restore the original instruction/state.
So I wonder if there is something preventing regular applications to catch this signal?

Could you please try this on a clean install of this linux image, because I have no clue what you did to your system. If the issue persists with said image, please share which image it is, because then I can reproduce it.

from liveoverflow_youtube.

Lerie82 avatar Lerie82 commented on August 16, 2024

Okay, thanks.

from liveoverflow_youtube.

Related Issues (7)

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.