Index: [thread] [date] [subject] [author]
  From: Christoph Egger <Christoph_Egger@t-online.de>
  To  : GGI-Mailing-Liste <ggi-develop@eskimo.com>
  Date: Fri, 16 Jul 1999 17:19:48 +0200 (MEST)

libgii - giiClose buggy?

Hi!

My program crashs on exiting with SIGSEGV using the fbdev-target.
It works fine under the X-target.
I've installed the ggi-devel-990702.tar.gz snapshot on my machine running 
the linux-kernel 2.2.10.


The following is the core-dump analyzed with gdb:

#0  giiClose (inp=0x40445f24) at gii.c:702
702                     _giiInputFree(curr->prev);
(gdb) backtrace
#0  giiClose (inp=0x40445f24) at gii.c:702
#1  0x40074e94 in _ggiDestroyVisual (vis=0x4025dee4) at visual.c:280
#2  0x40070dfe in ggiClose (visual=0x4025dee4) at init.c:380
#3  0x4002422a in __3dtk_exit (context=0x404e1fe8) at lowmain.c:257
#4  0x8049c56 in main () at fix_cube.c:103
(gdb)

Christoph Egger
E-Mail: Christoph_Egger@t-online.de

Index: [thread] [date] [subject] [author]