Bug#303199: pose: segfault on start

2005-05-25 Thread Nate Eldredge
I think I have found the bug. pose incorporates an ancient version of gzip, which includes an `inflate' function. But the font libraries which pose get linked with also call `inflate', expecting the modern zlib implementation (which is incompatible). The old version gets called instead; it has a

Bug#303199: pose: segfault on start

2005-04-07 Thread Ed
woody version of pose (3.5-1) work fine. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#303199: pose: segfault on start

2005-04-29 Thread Jeroen van Wolffelaar
On Tue, Apr 05, 2005 at 03:45:59PM +0400, Ed wrote: > I do apt-get install pose pose-skins. > After it i try run pose: > [EMAIL PROTECTED]:~$ pose > Segmentation fault Works for me, maybe you have some 'weird' fonts? Can you retry with most fonts disabled/uninstalled somehow? (sorry, no, I don't

Bug#303199: pose: segfault on start

2005-06-14 Thread Alexander Sashnov
I hit this bug too (pose 3.5-7). I have 2 machines with Debian Sarge- at work (Network install) and at home (Sarge 2005.05.17). At work pose works fine, but at home seg fault on start up. (from my work workstation- works fine (X.org)) ||/ Name Version

Bug#303199: pose: segfault on start

2005-06-16 Thread Alexander Sashnov
I compile pose 3.5-7 with debug info and have localized problem. I compile pose by following way: * unpack pose_3.5.orig.tar.gz * ungzip pose_3.5-7.diff.gz and apply this patch * cd Emulator_Src_3.5 * patch -p1 < 10_autotools_update * patch -p1 < 10_gcc33 * patch -p1 < 10_libfltk11 * cd BuildUni

Bug#303199: pose: segfault on start

2005-06-16 Thread Lucas Wall
On 17/06/05 01:09, Alexander Sashnov wrote: > I compile pose 3.5-7 with debug info and have localized problem. At first glance it looks like the gzip bug. Thanks to everybody for caring enough to report this bug and thanks to the person that submitted a patch for that (Sorry, can't remember the na