Re: [osg-users] Crash on program end

2010-05-05 Thread Ulrich von Zadow
On May 4, 2010, at 1:32 PM, Stephan Maximilian Huber wrote: The setup looks like this: The context is created on a pbuffer, but this pbuffer is never rendered to and doesn't have a camera. All rendering happens in an FBO. The camera in the second stack trace isn't attached to the pbuffer a

Re: [osg-users] Crash on program end

2010-05-04 Thread Stephan Maximilian Huber
Hi Uli, Am 02.05.10 11:09, schrieb Ulrich von Zadow: > As an aside, I'm Uli, not Andreas, and - I believe we spent some time > together at Art+Com :-). Sorry for the wrong name, too much mulittasking on my end, you are right, we spent some time together there :) > This is the first call: > >

Re: [osg-users] Crash on program end

2010-05-02 Thread Ulrich von Zadow
Hi Stephan, thanks for looking at this. As an aside, I'm Uli, not Andreas, and - I believe we spent some time together at Art+Com :-). This is the first call: #0 0x00688bba in osgViewer::PixelBufferCarbon::closeImplementation () #1 0x092a012f in osg::GraphicsContext::close () #2 0x0066f9

Re: [osg-users] Crash on program end

2010-04-30 Thread Stephan Maximilian Huber
Hi Andreas, the underlying problem is the double-free. Can you provide two stack-traces for the two calls of PixelBufferCarbon::closeImplementation? as the x11-implementation of closeImplementation does nothing fancy, there's nothing which can crash ;-) A quick and dirty fix for PixelBufferCarbo

[osg-users] Crash on program end

2010-04-30 Thread Ulrich von Zadow
Hi, my OSG program crashes on end: Thread 0 Crashed: 0 com.apple.agl 0x91e52a71 aglDestroyPixelFormat + 60 1 libosgViewer.65.dylib 0x00688c16 osgViewer::PixelBufferCarbon::closeImplementation() + 150 2 libosg.65.dylib 0x092a012f osg::Graphi