cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

jbizcocho
Adept I

Ubuntu 12.xx gDebugger don't work ( 64 bits )

Hello guys!,

As the title said, I just downloaded the latest gDebugger tool for my AMD64. I use Ubuntu 12.04 and I have an ATI HD6870.

The problem is that no matter the OpenGL executable I use, even the Teapot example. gDebugger always gives me the same error:

-

Signal

Event Properties

Reason  

SIGSEGV

Address  

000000000000000000

Details  

Invalid memory reference.

Also, in the Teapot example I have this Call Stack:

?? - libgdkglext-x11-1.0.so.0

?? - libgdkglext-x11-1.0.so.0

?? - libgdkglext-x11-1.0.so.0

main -

I'm able to run both debug/release example by hand, and I'm also able to debug them "via manual gdb".

The Screenshoot is attached.

Any Suggestion? .

0 Likes
1 Solution
nou
Exemplar

i got similar issue. try run export LD_LIBRARY_PATH=/usr/lib/fglrx and then gdebugger

View solution in original post

3 Replies
nou
Exemplar

i got similar issue. try run export LD_LIBRARY_PATH=/usr/lib/fglrx and then gdebugger

Perfect!, now it Works perfectly! thank you! .

0 Likes

for me unknow reason it loads libGL.so from /usr/lib/ which is original MESA. and there must be some missmatch in function address so it crash. it same with OpenCL/OpenGL interoperability.

0 Likes