Wireshark-dev: Re: [Wireshark-dev] WS runtime error

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Wed, 4 Mar 2015 11:24:28 -0800
On Mar 4, 2015, at 7:29 AM, Joerg Mayer <jmayer@xxxxxxxxx> wrote:

> When starting Wireshark with a specific trace file (unfortunately confidential),
> I get the following message on startup (git head):
> 
> /home/jmayer/work/wireshark/git/ui/qt/packet_list.cpp:537:13: runtime error: load of value 9, which is not a valid value for type 'bool'
> 
> Does this provide enough information? If not, what should I do to track down
> the cause of this?

Some Googling suggests that this is an error from ASAN.

If the line number is correct, perhaps the constructor for PacketList needs to initialize the tail_at_end_ member.