reassign 613692 ioquake3 thanks On Wed, 16 Feb 2011 at 18:08:14 +0100, Alejandro Exojo Piqueras wrote: > I think is due to the game entering in an infinite loop, because > it writes to the output again and again the same text
gdb reveals that this is infinite recursion (or at least, recursion until you run out of memory). FS_PureServerSetLoadedPaks calls FS_Restart, which calls FS_PureServerSetLoadedPaks, and so on. This, in turn, turns out to be because the OA pak files were deleted from the search path, which (as it happens) was a consequence of a bug recently fixed upstream. Updated package on the way... S -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org