ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-users: Re: [Ethereal-users] W2K problem terminating tethereal

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Fri, 28 Jun 2002 03:02:46 -0700
On Thu, Jun 06, 2002 at 05:55:17PM -0400, Larry T. Todd wrote:
> Problem: When terminating tethereal via Ctl-C in W2K, application reports
> an error, reports that it is creating an error log and doesn't write to the
> file selected with the "-w" option.  I have found the file that I believe
> is the error log and it doesn't provide any information that I can
> ascertain as pointing to the problem.

The bug was due to doing a "longjmp()" out of the signal handler for
control-C, which doesn't work on Windows (signal handlers run in a
separate thread); I've checked in a fix, which should appear in the next
release.