-
For example let's try a trimmed down Mesa3D 22.3.0-devel-9f3eb63878bbfd73e0c9112b5cec04caf930eb4d 32-bit GCC build with Microsoft CLC only: Install dependencies and build
Other dependenciesNotes
GDB output
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
This issue had a different cause entirely. LLVM JIT. |
Beta Was this translation helpful? Give feedback.
-
So here what I an trying to do; I am trying to get a backtrace from a Mesa3D llvmpipe and softpipe crash when running any OpenGL 1.x or 2.x GPU Caps Viewer 3D demo that only occurs with MinGW and only if Mesa3D is built statically. If I don't strip binaries at link time with
Of course this destroys debug info so it's not an option.
Final attempt involved doing 2 builds. I extracted debug info from a dynamic linked debug build and used resulting symbol file with a static linked stripped release build in GDB. The resulted backtrace was unhelpful:
|
Beta Was this translation helpful? Give feedback.
This issue had a different cause entirely. LLVM JIT.