From: Joao C. <jc...@fe...> - 2002-12-23 18:07:23
|
Hi, After all the cvs update, bootstrap, configure, make, make install: > cd /usr/local/test/lib/plplot5.1.0/examples/c > make -f Makefile.examples x01c > gdb ./x01c If I hit the "Q" key instead of the <ENTER> key, either with the xwin, th= e tk=20 or the xterm drive, all interactive drivers, I get: Program received signal SIGSEGV, Segmentation fault. plexit (errormsg=3D0x4005650c <Address 0x4005650c out of bounds>) at=20 plctrl.c:993 993 if (*errormsg !=3D '\0') { (gdb) where #0 plexit (errormsg=3D0x4005650c <Address 0x4005650c out of bounds>) at plctrl.c:993 #1 0x400535a5 in ?? () #2 0x400530f1 in ?? () #3 0x40024284 in plP_eop () at plcore.c:87 #4 0x40026bd5 in c_plend1 () at plcore.c:1306 #5 0x40026b9e in c_plend () at plcore.c:1284 #6 0x08048fd4 in main () #7 0x400a04a2 in __libc_start_main () from /lib/libc.so.6 Joao |