IOhannes m zmoelnig wrote:
J. Schmidt wrote:
mmmmh...
...so the system is a Linux 2.6.11-10mdk kernel with a NV11 GeForce2 MX graphics card, X-Window version 6.8.2. The console only says:
pd-gui: pd process exited Segmentation fault
The "glxgears"-example works fine!
oh, i have misunderstood your email: pd/Gem is not crashing when you create a gem-window but when you create the object [gemwin].
can you do a backtrace with gdb? #> gdb pd % run -lib Gem (now create [gemwin] and watch it crash...) % bt
did the compilation process made any problems?
mfg.asdr. IOhannes
So here 's what I get from dbg:
Starting program: /home/schmidje/pd-0.39-1/bin/pd -lib Gem [Thread debugging using libthread_db enabled] [New Thread -1208133248 (LWP 13861)] Detaching after fork from child process 13864.
Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1208133248 (LWP 13861)] 0x423cc150 in glClearColor () from /usr/X11R6/lib/libGL.so.1 (gdb) Quit
Compilation was fine, exept that I don't have gltt installed but used ftgl with freetype 2 instead.
jérome