Wireshark

  • Riverbed Technology
  • WinPcap
the world's foremost network protocol analyzer
  • Wireshark
    • About
    • Download
    • Blog
  • Get Help
    • Ask a Question
    • FAQs
    • Documentation
    • Mailing Lists
    • Online Tools
    • Wiki
    • Bug Tracker
  • Develop
    • Get Involved
    • Developer's Guide
    • Browse the Code
    • Latest Builds

Wireshark-dev: Re: [Wireshark-dev] Runtime error after a few hours of running

Date Index Thread Index Other Months All Mailing Lists
Date Prev Date Next Thread Prev Thread Next


From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Wed, 4 Feb 2009 17:02:32 -0800


On Feb 4, 2009, at 4:27 PM, Bill Meier wrote:

My first guess would be "out of memory".

Although for that I'd expect either

1) "Access violation reading location 0x00000000" (or some other small value), i.e. a null-pointer dereference from something that did a malloc() and didn't check whether it succeeded

or

2) an assertion failure message from g_malloc() calling abort() on failure (I think abort() failures turn up as a unique type of failure on Windows).

Is there an "etherXXXXXX" file, for some value of "XXXXXX", in your (Joshua's) temporary file directory? (I forget where Windows hides the per-user temporary file directory.) If so, does Wireshark crash if you try to read it?

(Also, what happens with Wireshark 1.0.5, the current version?)

  • Follow-Ups:
    • Re: [Wireshark-dev] Runtime error after a few hours of running
      • From: Joshua (Shiwei) Zhao
  • References:
    • [Wireshark-dev] Runtime error after a few hours of running
      • From: Joshua (Shiwei) Zhao
    • Re: [Wireshark-dev] Runtime error after a few hours of running
      • From: Bill Meier
  • Prev by Date: Re: [Wireshark-dev] Runtime error after a few hours of running
  • Next by Date: [Wireshark-dev] buildbot failure in Wireshark (development) on Windows-XP-x86
  • Previous by thread: Re: [Wireshark-dev] Runtime error after a few hours of running
  • Next by thread: Re: [Wireshark-dev] Runtime error after a few hours of running
  • Index(es):
    • Date
    • Thread

Wireshark and the "fin" logo are registered trademarks of the Wireshark Foundation