GithubHelp home page GithubHelp logo

Comments (5)

stewartmiles avatar stewartmiles commented on May 9, 2024

I just gave this a try on our Linux build in the debug and release configs but it doesn't result in a crash. Do you have any details on where the segmentation fault occurs?

Could you run gdb on the core dump to see where the application crashed?

from liquidfun.

raivivek avatar raivivek commented on May 9, 2024

The following is a gdb output for the program.

Starting program: /home/vivekrai/liquidfun/Box2D/Testbed/Debug/Testbed 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
Program received signal SIGSEGV, Segmentation fault.
0x08091f3d in DebugDraw::DrawPolygon (this=0x823eb64, vertices=0xbffff0dc, 
    vertexCount=1058371353, color=...)
    at /home/vivekrai/liquidfun/Box2D/Testbed/Framework/Render.cpp:55
55          glVertex2f(vertices[i].x, vertices[i].y);

from liquidfun.

jsanmiya avatar jsanmiya commented on May 9, 2024

Sorry for the delay on this. Can you please tell me if the 'vertices' array is bad? or perhaps the 'i' variable?

from liquidfun.

raivivek avatar raivivek commented on May 9, 2024

I just checked the variables during runtime and the following is obtained:

(gdb) print i
$1 = 604
(gdb) print vertices[i].x
$2 = 0
(gdb) print vertices[i].y
Cannot access memory at address 0xc0000000
(gdb) print vertices[i]
Cannot access memory at address 0xc0000000

from liquidfun.

jsanmiya avatar jsanmiya commented on May 9, 2024

Looking at your first message, vertexCount=1058371353 doesn't seem valid. Perhaps you can debug up the call stack to see where that number comes from?

from liquidfun.

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.