On Sun, Jul 09, 2006 at 10:18:59PM +0200, Thomas Prokosch wrote:
> After some joyful time playing the game, pengupop crashes with the
> following error:
> 
> *** glibc detected *** free(): invalid pointer: 0x087afd08 ***

pengupop only calls free() during init.  Could you build the game from source,
retaining symbol info, reproduce the crash and create a full backtrace?

How to make an unstripped binary:

  sudo apt-get build-dep pengupop
  apt-get source pengupop
  cd pengupop-2.0.2/
  DEB_BUILD_OPTIONS=nostrip dpkg-buildpackage -b -rfakeroot
  sudo dpkg -i ../pengupop_2.0.2-1_`dpkg --print-architecture`.deb

How to create a full backtrace:

  gdb /usr/games/pengupop
  (gdb) r

    Press F to enter windowed mode, so the game doesn't hold a keyboard grab
    when it crashes.

  (gdb) bt full

    Copy/paste the output into an e-mail to [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to