Segmentation fault on slackware 13.37 - ATI 5770 [SOLVED]

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
fredmj
New user
Posts: 5
Joined: 13 Jul 2010, 11:40

Segmentation fault on slackware 13.37 - ATI 5770 [SOLVED]

Post by fredmj »

Hello there,

I've just submit another dump file to the ticket ##515 about my crash.
I'm using all the latest version of the dependencies (physfs, quesoglc, OpenAL and GLee), alos the latest ati catalyst driver (11.7).
My cards are 2 HD5770 in crossfire.
Is there anyone with the same problem here?
The dump file message is :
"Dump caused by signal: SIGSEGV: Invalid memory reference: Invalid permissions for mapped object"
[...]
(gdb) 0xb75ea15a <glxewContextInit+58>: movb $0x1,(%esi)
(gdb) #4 0xb75ea15a in glxewContextInit () from /usr/lib/libGLC.so.0
(gdb) Dump of assembler code for function glxewContextInit:
blabla...
Last edited by fredmj on 13 Aug 2011, 00:48, edited 1 time in total.
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: Segmentation fault on slackware 13.37 - ATI 5770

Post by NoQ »

Anything similar to #2828?
fredmj
New user
Posts: 5
Joined: 13 Jul 2010, 11:40

Re: Segmentation fault on slackware 13.37 - ATI 5770

Post by fredmj »

Hello and thanks or the reply.
Yes, it's loo like similar. My compilation of the SafetyOff's quesoglc doesn't work for me. The make process is blocked at the demo stage.

gcc -DHAVE_CONFIG_H -I. -I../include -pthread -pthread -g -O2 -MT demo.o -MD -MP -MF .deps/demo.Tpo -c -o demo.o demo.c
demo.c: In function 'my_menu_polygon':
demo.c:472:7: erreur: 'clearMode' undeclared (first use in this function)
demo.c:472:7: note: each undeclared identifier is reported only once for each function it appears in
demo.c: In function 'my_menu_render':
demo.c:501:7: erreur: 'clearMode' undeclared (first use in this function)
make[1]: *** [demo.o] Erreur 1
make[1] : on quitte le répertoire « /usr/local/share/Apps/quesoglc/examples »
make: *** [all-recursive] Erreur 1

EDIT
Woo that was my bad. I compiled the free version of the quesolglc (http://sourceforge.net/projects/quesogl ... ree/0.7.2/) and it's dependecies (in case of), and it's appear working for now.

Thanks for that clue NoQ, you save my next months linux games days. ;-)
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: Segmentation fault on slackware 13.37 - ATI 5770 [SOLVED

Post by NoQ »

gcc -DHAVE_CONFIG_H -I. -I../include -pthread -pthread -g -O2 -MT demo.o -MD -MP -MF .deps/demo.Tpo -c -o demo.o demo.c
demo.c: In function 'my_menu_polygon':
demo.c:472:7: erreur: 'clearMode' undeclared (first use in this function)
demo.c:472:7: note: each undeclared identifier is reported only once for each function it appears in
demo.c: In function 'my_menu_render':
demo.c:501:7: erreur: 'clearMode' undeclared (first use in this function)
make[1]: *** [demo.o] Erreur 1
make[1] : on quitte le répertoire « /usr/local/share/Apps/quesoglc/examples »
make: *** [all-recursive] Erreur 1
You should have disabled compiling demos during ./configure ;)
fredmj
New user
Posts: 5
Joined: 13 Jul 2010, 11:40

Re: Segmentation fault on slackware 13.37 - ATI 5770 [SOLVED

Post by fredmj »

You right. I'd tried to check that first, but I didn't see anything concerning that point in the configure options. Maybe directly in the Makefile?! Anyway, everything seems working so far, I enjoy the game.
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: Segmentation fault on slackware 13.37 - ATI 5770 [SOLVED

Post by NoQ »

No-no, i remember, there was some option like that. I even compiled it, but i failed to want to understand the packaging system, so i never bothered installing it correctly (oh, maybe Slackware is a good thing after all >.<)