|
From: Dan K. <da...@ke...> - 2009-07-13 00:14:12
|
On Sun, Jul 12, 2009 at 1:38 PM, Simon Gornall<sim...@ma...> 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 |