Hi Thomas, On 12/10/10 3:51 , Thomas Dickerson wrote: > I'm recompiling a debug build now and setting XCode up to debug a shared > library, but > I'm not sure what information would be helpful to you? Debugging is usually an > interactive process, so without more specificity than "use a debugger" I > can't do much > more than take a screenshot, or upload a zip with my plugin source and the > test file > I'm using for input for someone to run the debugger themselves.
A stack trace is usually helpful, as it would tell you where (in what function) the crash occurred. To that effect, it does not need to be interactive. As Stephan already said, any additional information is helpful (your original mail didn't have a lot of that). Maybe the QT reader is buggy in the stream-reading path. Cheers, /ulrich _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

