Code Monkey home page Code Monkey logo

Comments (5)

Dman95 avatar Dman95 commented on July 23, 2024

Can you give me the source code of the program that causes crashes?

from sasm.

IamLupo avatar IamLupo commented on July 23, 2024

I used the SASM 3.1.0 Version.
Source Code: http://pastebin.com/mJRbPQFZ

At first i put a break on every instruction, second i put the ptr_data in the memory debug and put in the size 10000000. When i run the instructions by pressing f5. The gdb.exe is increasing in memory in taskmanager every time i run a instruction. If i run enough instructions gdb.exe crashes.

from sasm.

Dman95 avatar Dman95 commented on July 23, 2024

Internally SASM perform "print (int[10000000]) *((int *)ptr_data)" command to watch array variable ptr_data. Debugging in GDB without SASM causes same crash. It seems that an error in GDB.

from sasm.

Dman95 avatar Dman95 commented on July 23, 2024

To avoid this bug you can watch array variable by parts. All the same you can not watch on 10000000 values at once.

from sasm.

IamLupo avatar IamLupo commented on July 23, 2024

Oke, i already had a feeling this could be a bug in gdb. But very thx to take a look at it ^_^

from sasm.

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.