On Sun, Jul 12, 2009 at 1:38 PM, Simon Gornall<[email protected]> wrote: > So, I'm new to this, and I'm not sure if it's a mac-specific thing, or > a general issue... Be gentle :) > > I'm trying to run my application under valgrind, and it's failing when > I initialise the OpenGL context... I get the debug log: > > ==50304== ... (snipped) > ==50304== Process terminating with default action of signal 11 (SIGSEGV)
Bam. Stop right there. If it crashes, all bets are off. Figure out why it crashes first. You might find valgrind's --db-attach=yes command handy. Alternately, insert printf's until you figure out why the crash occurs. - Dan ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
