Re: [osg-users] Signal 11 after calling setPostDrawCallback(NULL)

2023-03-06 Thread Alberto Luaces
I would first begin by using inspection tools as valgrind or the gcc/clang sanitizers, because this looks like a thread synchronization problem. "Broi, Franco" writes: > Hi, > > I have an application that takes a snapshot of the scene using > setPostDrawCallback(capture), which gets the image

[osg-users] Signal 11 after calling setPostDrawCallback(NULL)

2023-03-05 Thread Broi, Franco
Hi, I have an application that takes a snapshot of the scene using setPostDrawCallback(capture), which gets the image and writes it to a file but on completion setting setPostDrawCallback(NULL) crashes on the next expose. #4 0x7f681bf08520 in () at /lib/x86_64-linux-gnu/libc.so.6 #5