Ethereal-users: [ethereal-users] Re: [ethereal-users] 8.10 exit´s

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Mon, 17 Jul 2000 10:05:40 -0700
On Mon, Jul 17, 2000 at 01:17:48PM +0200, Lars Knudsen wrote:
> when printing a capture to a file. 8.9 works fine..

It probably drops core, rather than just "exiting" (I view "exiting" as
meaning "explicitly makes the choice to exit by calling 'exit()' or
returning from 'main()'", rather than "being terminated involuntarily by
the OS because it e.g. made a reference through a bad pointer").

If so, could you use a debugger to get us a stack trace? The current
version in the CVS tree, at least, doesn't dump core (or otherwise exit)
when I try printing to a file; perhaps something got fixed since 0.8.10
was released, but it could just be that it only dumps core in particular
situations.